Lines Matching defs:bnx2x_fp_txdata
502 struct bnx2x_fp_txdata { struct
504 struct sw_tx_bd *tx_buf_ring;
506 union eth_tx_bd_types *tx_desc_ring;
507 dma_addr_t tx_desc_mapping;
509 u32 cid;
511 union db_prod tx_db;
513 u16 tx_pkt_prod;
514 u16 tx_pkt_cons;
515 u16 tx_bd_prod;
516 u16 tx_bd_cons;
518 unsigned long tx_pkt;
520 __le16 *tx_cons_sb;
522 int txq_index;
523 struct bnx2x_fastpath *parent_fp;
524 int tx_ring_size;