Searched refs:txcmp (Results 1 – 4 of 4) sorted by relevance
300 struct tx_cmpl *txcmp; in bnxt_handle_tx_cp_vec() local307 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()
318 struct tx_cmpl *txcmp; in bnxt_handle_tx_cp_vec() local325 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()
434 struct tx_cmpl *txcmp; in bnxt_handle_tx_cp() local445 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()
2971 struct tx_pkt_cmpl *txcmp; in bnxt_tx_descriptor_status_op() local2989 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()