Lines Matching defs:bnx2x_fp_txdata
514 struct bnx2x_fp_txdata { struct
516 struct sw_tx_bd *tx_buf_ring;
518 union eth_tx_bd_types *tx_desc_ring;
519 dma_addr_t tx_desc_mapping;
521 u32 cid;
523 union db_prod tx_db;
525 u16 tx_pkt_prod;
526 u16 tx_pkt_cons;
527 u16 tx_bd_prod;
528 u16 tx_bd_cons;
530 unsigned long tx_pkt;
532 __le16 *tx_cons_sb;
534 int txq_index;
535 struct bnx2x_fastpath *parent_fp;
536 int tx_ring_size;