Lines Matching defs:bnx2x_fp_txdata
498 struct bnx2x_fp_txdata { struct
500 struct sw_tx_bd *tx_buf_ring;
502 union eth_tx_bd_types *tx_desc_ring;
503 dma_addr_t tx_desc_mapping;
505 u32 cid;
507 union db_prod tx_db;
509 u16 tx_pkt_prod;
510 u16 tx_pkt_cons;
511 u16 tx_bd_prod;
512 u16 tx_bd_cons;
514 unsigned long tx_pkt;
516 __le16 *tx_cons_sb;
518 int txq_index;
519 struct bnx2x_fastpath *parent_fp;
520 int tx_ring_size;