FreeBSD kernel BXE device code
ecore_raw_obj Struct Reference

#include <ecore_sp.h>

Data Fields

uint8_t func_id
 
uint8_t cl_id
 
uint32_t cid
 
void * rdata
 
ecore_dma_addr_t rdata_mapping
 
int state
 
unsigned long * pstate
 
ecore_obj_type obj_type
 
int(* wait_comp )(struct bxe_softc *sc, struct ecore_raw_obj *o)
 
bool(* check_pending )(struct ecore_raw_obj *o)
 
void(* clear_pending )(struct ecore_raw_obj *o)
 
void(* set_pending )(struct ecore_raw_obj *o)
 

Detailed Description

Definition at line 530 of file ecore_sp.h.

Field Documentation

◆ check_pending

bool(* ecore_raw_obj::check_pending) (struct ecore_raw_obj *o)

◆ cid

◆ cl_id

◆ clear_pending

◆ func_id

◆ obj_type

ecore_obj_type ecore_raw_obj::obj_type

◆ pstate

◆ rdata

◆ rdata_mapping

◆ set_pending

void(* ecore_raw_obj::set_pending) (struct ecore_raw_obj *o)

◆ state

◆ wait_comp

int(* ecore_raw_obj::wait_comp) (struct bxe_softc *sc, struct ecore_raw_obj *o)

The documentation for this struct was generated from the following file: