Linux Kernel
3.7.1
|
#include <drv_xgbe_intf.h>
Data Fields | |
uint32_t | cpa_lo |
uint16_t | cpa_hi: 15 |
uint16_t | hash_for_home: 1 |
uint16_t | length |
A chunk of physical memory for a TSO egress.
Definition at line 389 of file drv_xgbe_intf.h.
uint16_t cpa_hi |
Definition at line 394 of file drv_xgbe_intf.h.
uint32_t cpa_lo |
Definition at line 392 of file drv_xgbe_intf.h.
uint16_t hash_for_home |
Should this packet be sent directly from caches instead of DRAM, using hash-for-home to locate the packet data?
Definition at line 398 of file drv_xgbe_intf.h.
uint16_t length |
The length in bytes.
Definition at line 400 of file drv_xgbe_intf.h.