Lines Matching defs:bnx2x_fp_txdata
508 struct bnx2x_fp_txdata { struct
510 struct sw_tx_bd *tx_buf_ring;
512 union eth_tx_bd_types *tx_desc_ring;
513 dma_addr_t tx_desc_mapping;
515 u32 cid;
517 union db_prod tx_db;
519 u16 tx_pkt_prod;
520 u16 tx_pkt_cons;
521 u16 tx_bd_prod;
522 u16 tx_bd_cons;
524 unsigned long tx_pkt;
526 __le16 *tx_cons_sb;
528 int txq_index;
529 struct bnx2x_fastpath *parent_fp;
530 int tx_ring_size;