Home
last modified time | relevance | path

Searched refs:CMP_VALID (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_irq.c48 if (!CMP_VALID(cmp, raw_cons, cpr->cp_ring_struct)) in bnxt_int_handler()
H A Dbnxt_cpr.h14 #define CMP_VALID(cmp, raw_cons, ring) \ macro
H A Dbnxt_rxr.c194 return CMP_VALID(agg_cmpl, raw_cp_cons, cpr->cp_ring_struct); in bnxt_agg_bufs_valid()
699 if (!CMP_VALID(rxcmp1, tmp_raw_cons, cpr->cp_ring_struct)) in bnxt_rx_pkt()
869 if (!CMP_VALID(rxcmp, raw_cons, cpr->cp_ring_struct)) in bnxt_recv_pkts()
H A Dbnxt_rxtx_vec_sse.c309 if (!CMP_VALID(txcmp, raw_cons, cp_ring_struct)) in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_neon.c327 if (!CMP_VALID(txcmp, raw_cons, cp_ring_struct)) in bnxt_handle_tx_cp_vec()
H A Dbnxt_ethdev.c2910 if (!CMP_VALID(rxcmp, raw_cons, cpr->cp_ring_struct)) { in bnxt_rx_queue_count_op()