Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cxgb4_uld_info Struct Reference

#include <cxgb4_uld.h>

Data Fields

const charname
 
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,...)
 

Detailed Description

Definition at line 229 of file cxgb4_uld.h.

Field Documentation

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.

const char* name

Definition at line 230 of file cxgb4_uld.h.

int(* rx_handler)(void *handle, const __be64 *rsp, const struct pkt_gl *gl)

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.


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