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

#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
 

Detailed Description

A chunk of physical memory for a TSO egress.

Definition at line 389 of file drv_xgbe_intf.h.

Field Documentation

uint16_t cpa_hi

The high bits of the CPA.

Definition at line 394 of file drv_xgbe_intf.h.

uint32_t cpa_lo

The low bits of the CPA.

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.


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