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

#include <bnx2x.h>

Data Fields

struct sw_tx_bdtx_buf_ring
 
union eth_tx_bd_typestx_desc_ring
 
dma_addr_t tx_desc_mapping
 
u32 cid
 
union db_prod tx_db
 
u16 tx_pkt_prod
 
u16 tx_pkt_cons
 
u16 tx_bd_prod
 
u16 tx_bd_cons
 
unsigned long tx_pkt
 
__le16tx_cons_sb
 
int txq_index
 
struct bnx2x_fastpathparent_fp
 
int tx_ring_size
 

Detailed Description

Definition at line 465 of file bnx2x.h.

Field Documentation

u32 cid

Definition at line 472 of file bnx2x.h.

struct bnx2x_fastpath* parent_fp

Definition at line 486 of file bnx2x.h.

u16 tx_bd_cons

Definition at line 479 of file bnx2x.h.

u16 tx_bd_prod

Definition at line 478 of file bnx2x.h.

struct sw_tx_bd* tx_buf_ring

Definition at line 467 of file bnx2x.h.

__le16* tx_cons_sb

Definition at line 483 of file bnx2x.h.

union db_prod tx_db

Definition at line 474 of file bnx2x.h.

dma_addr_t tx_desc_mapping

Definition at line 470 of file bnx2x.h.

union eth_tx_bd_types* tx_desc_ring

Definition at line 469 of file bnx2x.h.

unsigned long tx_pkt

Definition at line 481 of file bnx2x.h.

u16 tx_pkt_cons

Definition at line 477 of file bnx2x.h.

u16 tx_pkt_prod

Definition at line 476 of file bnx2x.h.

int tx_ring_size

Definition at line 487 of file bnx2x.h.

int txq_index

Definition at line 485 of file bnx2x.h.


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