Searched refs:CMP_VALID (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_irq.c | 48 if (!CMP_VALID(cmp, raw_cons, cpr->cp_ring_struct)) in bnxt_int_handler()
|
| H A D | bnxt_cpr.h | 14 #define CMP_VALID(cmp, raw_cons, ring) \ macro
|
| H A D | bnxt_rxr.c | 194 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 D | bnxt_rxtx_vec_sse.c | 309 if (!CMP_VALID(txcmp, raw_cons, cp_ring_struct)) in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_rxtx_vec_neon.c | 327 if (!CMP_VALID(txcmp, raw_cons, cp_ring_struct)) in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_ethdev.c | 2910 if (!CMP_VALID(rxcmp, raw_cons, cpr->cp_ring_struct)) { in bnxt_rx_queue_count_op()
|