Home
last modified time | relevance | path

Searched refs:CMP_TYPE (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_txr.c472 if (CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2) in bnxt_handle_tx_cp()
477 CMP_TYPE(txcmp)); in bnxt_handle_tx_cp()
597 if (CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2) in bnxt_flush_tx_cmp()
599 else if (CMP_TYPE(txcmp) == HWRM_CMPL_TYPE_HWRM_DONE) in bnxt_flush_tx_cmp()
H A Dbnxt_cpr.c370 switch (CMP_TYPE(cmp)) { in bnxt_event_hwrm_resp_handler()
383 PMD_DRV_LOG(DEBUG, "Ignoring %02x completion\n", CMP_TYPE(cmp)); in bnxt_event_hwrm_resp_handler()
H A Dbnxt_rxr.c391 cmp_type = CMP_TYPE(rxcmp); in bnxt_discard_rx()
861 cmp_type = CMP_TYPE(rxcmp); in bnxt_rx_pkt()
1070 if (CMP_TYPE(rxcmp) == CMPL_BASE_TYPE_HWRM_DONE) { in bnxt_recv_pkts()
1072 } else if ((CMP_TYPE(rxcmp) >= CMPL_BASE_TYPE_RX_TPA_START_V2) && in bnxt_recv_pkts()
1073 (CMP_TYPE(rxcmp) <= RX_TPA_V2_ABUF_CMPL_TYPE_RX_TPA_AGG)) { in bnxt_recv_pkts()
1403 if (CMP_TYPE(rxcmp) == CMPL_BASE_TYPE_HWRM_DONE) in bnxt_flush_rx_cmp()
H A Dbnxt_cpr.h15 #define CMP_TYPE(cmp) \ macro
H A Dbnxt_rxtx_vec_sse.c326 if (likely(CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2)) in bnxt_handle_tx_cp_vec()
331 CMP_TYPE(txcmp)); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_neon.c354 if (likely(CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2)) in bnxt_handle_tx_cp_vec()
359 CMP_TYPE(txcmp)); in bnxt_handle_tx_cp_vec()
H A Dbnxt_ethdev.c3171 cmpl_type = CMP_TYPE(rxcmp); in bnxt_rx_queue_count_op()
3272 cmpl_type = CMP_TYPE(rxcmp); in bnxt_rx_descriptor_status_op()
3352 if (CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2) in bnxt_tx_descriptor_status_op()