Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.h38 uint16_t rx_cq_head; /**< Index of current rcq bd. */ member
H A Dbnx2x_rxtx.c154 rxq->rx_cq_head = 0; in bnx2x_dev_rx_queue_setup()
359 sw_cq_cons = rxq->rx_cq_head; in bnx2x_recv_pkts()
456 rxq->rx_cq_head = sw_cq_cons; in bnx2x_recv_pkts()
H A Dbnx2x.c1151 rx_cq_cons_sb, rxq->rx_cq_head); in bnx2x_has_rx_work()
1153 return rxq->rx_cq_head != rx_cq_cons_sb; in bnx2x_has_rx_work()
1254 sw_cq_cons = rxq->rx_cq_head; in bnx2x_rxeof()
1307 rxq->rx_cq_head = sw_cq_cons; in bnx2x_rxeof()
5075 rxq->rx_cq_head = 0; in bnx2x_init_rx_rings()