Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_sse.c300 struct tx_cmpl *txcmp; in bnxt_handle_tx_cp_vec() local
307 txcmp = (struct tx_cmpl *)&cp_desc_ring[cons]; in bnxt_handle_tx_cp_vec()
309 if (!CMP_VALID(txcmp, raw_cons, cp_ring_struct)) in bnxt_handle_tx_cp_vec()
312 if (likely(CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2)) in bnxt_handle_tx_cp_vec()
313 nb_tx_pkts += txcmp->opaque; in bnxt_handle_tx_cp_vec()
317 CMP_TYPE(txcmp)); in bnxt_handle_tx_cp_vec()
H A Dbnxt_rxtx_vec_neon.c318 struct tx_cmpl *txcmp; in bnxt_handle_tx_cp_vec() local
325 txcmp = (struct tx_cmpl *)&cp_desc_ring[cons]; in bnxt_handle_tx_cp_vec()
327 if (!CMP_VALID(txcmp, raw_cons, cp_ring_struct)) in bnxt_handle_tx_cp_vec()
330 if (likely(CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2)) in bnxt_handle_tx_cp_vec()
331 nb_tx_pkts += txcmp->opaque; in bnxt_handle_tx_cp_vec()
335 CMP_TYPE(txcmp)); in bnxt_handle_tx_cp_vec()
H A Dbnxt_txr.c434 struct tx_cmpl *txcmp; in bnxt_handle_tx_cp() local
445 txcmp = (struct tx_cmpl *)&cpr->cp_desc_ring[cons]; in bnxt_handle_tx_cp()
449 if (!CMPL_VALID(txcmp, cpr->valid)) in bnxt_handle_tx_cp()
451 opaque = rte_cpu_to_le_32(txcmp->opaque); in bnxt_handle_tx_cp()
455 if (CMP_TYPE(txcmp) == TX_CMPL_TYPE_TX_L2) in bnxt_handle_tx_cp()
460 CMP_TYPE(txcmp)); in bnxt_handle_tx_cp()
H A Dbnxt_ethdev.c2971 struct tx_pkt_cmpl *txcmp; in bnxt_tx_descriptor_status_op() local
2989 txcmp = (struct tx_pkt_cmpl *)&cpr->cp_desc_ring[cons]; in bnxt_tx_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()