|
Linux Kernel
3.7.1
|
#include <e1000_82575.h>
Data Fields | |
| struct { | |
| __le64 pkt_addr | |
| __le64 hdr_addr | |
| } | read |
| struct { | |
| struct { | |
| struct { | |
| __le16 pkt_info | |
| __le16 hdr_info | |
| } lo_dword | |
| union { | |
| __le32 rss | |
| struct { | |
| __le16 ip_id | |
| __le16 csum | |
| } csum_ip | |
| } hi_dword | |
| } lower | |
| struct { | |
| __le32 status_error | |
| __le16 length | |
| __le16 vlan | |
| } upper | |
| } | wb |
| struct { | |
| u64 pkt_addr | |
| u64 hdr_addr | |
| } | read |
| struct { | |
| struct { | |
| union { | |
| u32 data | |
| struct { | |
| u16 pkt_info | |
| u16 hdr_info | |
| } hs_rss | |
| } lo_dword | |
| union { | |
| u32 rss | |
| struct { | |
| u16 ip_id | |
| u16 csum | |
| } csum_ip | |
| } hi_dword | |
| } lower | |
| struct { | |
| u32 status_error | |
| u16 length | |
| u16 vlan | |
| } upper | |
| } | wb |
Definition at line 83 of file e1000_82575.h.
| __le16 csum |
Definition at line 99 of file e1000_82575.h.
| struct { ... } csum_ip |
| struct { ... } csum_ip |
| __le64 hdr_addr |
Definition at line 86 of file e1000_82575.h.
| __le16 hdr_info |
Definition at line 92 of file e1000_82575.h.
| union { ... } hi_dword |
| union { ... } hi_dword |
| struct { ... } hs_rss |
| __le16 ip_id |
Definition at line 98 of file e1000_82575.h.
| __le16 length |
Definition at line 105 of file e1000_82575.h.
| union { ... } lo_dword |
| struct { ... } lo_dword |
| struct { ... } lower |
| struct { ... } lower |
| __le64 pkt_addr |
Definition at line 85 of file e1000_82575.h.
| __le16 pkt_info |
Definition at line 91 of file e1000_82575.h.
| struct { ... } read |
| struct { ... } read |
| __le32 rss |
Definition at line 96 of file e1000_82575.h.
| __le32 status_error |
Definition at line 104 of file e1000_82575.h.
| struct { ... } upper |
| struct { ... } upper |
| __le16 vlan |
Definition at line 106 of file e1000_82575.h.
| struct { ... } wb |
| struct { ... } wb |
1.8.2