Linux Kernel
3.7.1
|
#include <cxgb4_uld.h>
Data Fields | |
const char * | name |
void *(* | add )(const struct cxgb4_lld_info *p) |
int(* | rx_handler )(void *handle, const __be64 *rsp, const struct pkt_gl *gl) |
int(* | state_change )(void *handle, enum cxgb4_state new_state) |
int(* | control )(void *handle, enum cxgb4_control control,...) |
Definition at line 229 of file cxgb4_uld.h.
void*(* add)(const struct cxgb4_lld_info *p) |
Definition at line 231 of file cxgb4_uld.h.
int(* control)(void *handle, enum cxgb4_control control,...) |
Definition at line 235 of file cxgb4_uld.h.
Definition at line 230 of file cxgb4_uld.h.
Definition at line 232 of file cxgb4_uld.h.
int(* state_change)(void *handle, enum cxgb4_state new_state) |
Definition at line 234 of file cxgb4_uld.h.