Linux Kernel
3.7.1
|
#include <cxgb3_offload.h>
Data Fields | |
struct list_head | list_node |
struct t3cdev * | dev |
unsigned int | tx_max_chunk |
unsigned int | max_wrs |
unsigned int | nmtus |
const unsigned short * | mtus |
struct tid_info | tid_maps |
struct t3c_tid_entry * | tid_release_list |
spinlock_t | tid_release_lock |
struct work_struct | tid_release_task |
struct sk_buff * | nofail_skb |
unsigned int | release_list_incomplete |
Definition at line 187 of file cxgb3_offload.h.
Definition at line 189 of file cxgb3_offload.h.
Definition at line 188 of file cxgb3_offload.h.
unsigned int max_wrs |
Definition at line 191 of file cxgb3_offload.h.
Definition at line 193 of file cxgb3_offload.h.
unsigned int nmtus |
Definition at line 192 of file cxgb3_offload.h.
Definition at line 200 of file cxgb3_offload.h.
unsigned int release_list_incomplete |
Definition at line 201 of file cxgb3_offload.h.
Definition at line 194 of file cxgb3_offload.h.
struct t3c_tid_entry* tid_release_list |
Definition at line 196 of file cxgb3_offload.h.
spinlock_t tid_release_lock |
Definition at line 197 of file cxgb3_offload.h.
struct work_struct tid_release_task |
Definition at line 198 of file cxgb3_offload.h.
unsigned int tx_max_chunk |
Definition at line 190 of file cxgb3_offload.h.