Lines Matching defs:bnx2x_fp_txdata
453 struct bnx2x_fp_txdata { struct
455 struct sw_tx_bd *tx_buf_ring;
457 union eth_tx_bd_types *tx_desc_ring;
458 dma_addr_t tx_desc_mapping;
460 u32 cid;
462 union db_prod tx_db;
464 u16 tx_pkt_prod;
465 u16 tx_pkt_cons;
466 u16 tx_bd_prod;
467 u16 tx_bd_cons;
469 unsigned long tx_pkt;
493 struct bnx2x_fp_txdata txdata[BNX2X_MULTI_TX_COS]; argument