Home
last modified time | relevance | path

Searched refs:cp_cons (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.c225 uint16_t cp_cons, ag_cons; in bnxt_rx_pages() local
238 cp_cons = RING_CMP(cpr->cp_ring_struct, *tmp_raw_cons); in bnxt_rx_pages()
240 &cpr->cp_desc_ring[cp_cons]; in bnxt_rx_pages()
244 bnxt_dump_cmpl(cp_cons, rxcmp); in bnxt_rx_pages()
669 uint16_t cons, prod, cp_cons = in bnxt_rx_pkt() local
679 &cpr->cp_desc_ring[cp_cons]; in bnxt_rx_pkt()
696 cp_cons = RING_CMP(cpr->cp_ring_struct, tmp_raw_cons); in bnxt_rx_pkt()
697 rxcmp1 = (struct rx_pkt_cmpl_hi *)&cpr->cp_desc_ring[cp_cons]; in bnxt_rx_pkt()
702 cpr->valid = FLIP_VALID(cp_cons, in bnxt_rx_pkt()
H A Dbnxt_cpr.h98 uint16_t cp_cons; member
H A Dbnxt_ring.c412 cpr->cp_cons = 0; in bnxt_alloc_cmpl_ring()
781 cpr->cp_cons = 0; in bnxt_alloc_async_cp_ring()
H A Dbnxt_ethdev.c2929 uint32_t cons, cp_cons; in bnxt_rx_descriptor_status_op() local
2946 cp_cons = cpr->cp_raw_cons; in bnxt_rx_descriptor_status_op()
2949 if (cons > cp_cons) { in bnxt_rx_descriptor_status_op()
2972 uint32_t cons, cp_cons; in bnxt_tx_descriptor_status_op() local
2990 cp_cons = cpr->cp_raw_cons; in bnxt_tx_descriptor_status_op()
2992 if (cons > cp_cons) { in bnxt_tx_descriptor_status_op()