Linux Kernel
3.7.1
|
#include <bna_hw_defs.h>
Data Fields | |
union { | |
struct { | |
u8 reserved | |
u8 num_vectors | |
u16 opcode | |
u16 flags | |
u16 l4_hdr_size_n_offset | |
u16 vlan_tag | |
u16 lso_mss | |
u32 frame_length | |
} wi | |
struct { | |
u16 reserved | |
u16 opcode | |
u32 reserved2 [3] | |
} wi_ext | |
} | hdr |
struct bna_txq_wi_vector | vector [4] |
Definition at line 362 of file bna_hw_defs.h.
u16 flags |
Definition at line 370 of file bna_hw_defs.h.
u32 frame_length |
Definition at line 374 of file bna_hw_defs.h.
union { ... } hdr |
u16 l4_hdr_size_n_offset |
Definition at line 371 of file bna_hw_defs.h.
u16 lso_mss |
Definition at line 373 of file bna_hw_defs.h.
u8 num_vectors |
Definition at line 366 of file bna_hw_defs.h.
Definition at line 367 of file bna_hw_defs.h.
u8 reserved |
Definition at line 365 of file bna_hw_defs.h.
u16 reserved |
Definition at line 378 of file bna_hw_defs.h.
u32 reserved2[3] |
Definition at line 381 of file bna_hw_defs.h.
struct bna_txq_wi_vector vector[4] |
Definition at line 385 of file bna_hw_defs.h.
u16 vlan_tag |
Definition at line 372 of file bna_hw_defs.h.
struct { ... } wi |
struct { ... } wi_ext |