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

#include <drv_xgbe_intf.h>

Data Fields

struct {
   unsigned int   start_byte:7
 
   unsigned int   count:14
 
   unsigned int   destination_byte:7
 
   unsigned int   reserved:4
 
bits
 
unsigned int word
 

Detailed Description

Format for the "csum0" argument to the __netio_fastio_send routines and LEPP. Note that this is currently exactly identical to the ShimProtocolOffloadHeader.

Definition at line 246 of file drv_xgbe_intf.h.

Field Documentation

struct { ... } bits

Decomposed method of access.

unsigned int count

Number of bytes to be checksummed.

Definition at line 251 of file drv_xgbe_intf.h.

unsigned int destination_byte

The byte to write the checksum to.

Definition at line 252 of file drv_xgbe_intf.h.

unsigned int reserved

Reserved.

Definition at line 253 of file drv_xgbe_intf.h.

unsigned int start_byte

The first byte to be checksummed

Definition at line 250 of file drv_xgbe_intf.h.

unsigned int word

To send out the IDN.

Definition at line 255 of file drv_xgbe_intf.h.


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