Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.h38 uint16_t rx_cq_head; /**< Index of current rcq bd. */ member
H A Dbnx2x_rxtx.c155 rxq->rx_cq_head = 0; in bnx2x_dev_rx_queue_setup()
360 sw_cq_cons = rxq->rx_cq_head; in bnx2x_recv_pkts()
457 rxq->rx_cq_head = sw_cq_cons; in bnx2x_recv_pkts()
H A Dbnx2x.c1147 rx_cq_cons_sb, rxq->rx_cq_head); in bnx2x_has_rx_work()
1149 return rxq->rx_cq_head != rx_cq_cons_sb; in bnx2x_has_rx_work()
1250 sw_cq_cons = rxq->rx_cq_head; in bnx2x_rxeof()
1303 rxq->rx_cq_head = sw_cq_cons; in bnx2x_rxeof()
5071 rxq->rx_cq_head = 0; in bnx2x_init_rx_rings()