Home
last modified time | relevance | path

Searched refs:tx_pkt_head (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.h54 uint16_t tx_pkt_head; /**< Index of last pkt counted by txeof. */ member
H A Dbnx2x_rxtx.c310 txq->tx_pkt_head = 0; in bnx2x_dev_tx_queue_setup()
H A Dbnx2x.c1121 return hw_cons != txq->tx_pkt_head; in bnx2x_tx_queue_has_work()
1357 sw_cons = txq->tx_pkt_head; in bnx2x_txeof()
1364 txq->tx_pkt_head = sw_cons; in bnx2x_txeof()
1372 txq->tx_pkt_head, txq->tx_pkt_tail, in bnx2x_txeof()
5102 txq->tx_pkt_head = 0; in bnx2x_init_tx_ring_one()