Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h18 #define CMPL_VALID(cmp, v) \ macro
H A Dbnxt_txr.c449 if (!CMPL_VALID(txcmp, cpr->valid)) in bnxt_handle_tx_cp()
H A Dbnxt_ethdev.c2950 if (CMPL_VALID(rxcmp, cpr->valid)) in bnxt_rx_descriptor_status_op()
2953 if (CMPL_VALID(rxcmp, !cpr->valid)) in bnxt_rx_descriptor_status_op()
2993 if (CMPL_VALID(txcmp, cpr->valid)) in bnxt_tx_descriptor_status_op()
2996 if (CMPL_VALID(txcmp, !cpr->valid)) in bnxt_tx_descriptor_status_op()