Linux Kernel
3.7.1
|
#include <bnx2x_sp.h>
Data Fields | |
u8 | func_id |
u8 | cl_id |
u32 | cid |
void * | rdata |
dma_addr_t | rdata_mapping |
int | state |
unsigned long * | pstate |
bnx2x_obj_type | obj_type |
int(* | wait_comp )(struct bnx2x *bp, struct bnx2x_raw_obj *o) |
bool(* | check_pending )(struct bnx2x_raw_obj *o) |
void(* | clear_pending )(struct bnx2x_raw_obj *o) |
void(* | set_pending )(struct bnx2x_raw_obj *o) |
Definition at line 69 of file bnx2x_sp.h.
bool(* check_pending)(struct bnx2x_raw_obj *o) |
Definition at line 89 of file bnx2x_sp.h.
u32 cid |
Definition at line 74 of file bnx2x_sp.h.
u8 cl_id |
Definition at line 73 of file bnx2x_sp.h.
void(* clear_pending)(struct bnx2x_raw_obj *o) |
Definition at line 90 of file bnx2x_sp.h.
u8 func_id |
Definition at line 70 of file bnx2x_sp.h.
bnx2x_obj_type obj_type |
Definition at line 84 of file bnx2x_sp.h.
unsigned long* pstate |
Definition at line 82 of file bnx2x_sp.h.
void* rdata |
Definition at line 77 of file bnx2x_sp.h.
dma_addr_t rdata_mapping |
Definition at line 78 of file bnx2x_sp.h.
void(* set_pending)(struct bnx2x_raw_obj *o) |
Definition at line 91 of file bnx2x_sp.h.
Definition at line 81 of file bnx2x_sp.h.
int(* wait_comp)(struct bnx2x *bp, struct bnx2x_raw_obj *o) |
Definition at line 86 of file bnx2x_sp.h.