Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h181 #define TX_CMP_SQ_CONS_IDX(txcmp) \ argument
182 (le32_to_cpu((txcmp)->sq_cons_idx) & TX_CMP_SQ_CONS_IDX_MASK)
826 #define TX_CMP_VALID(txcmp, raw_cons) \ argument
827 (!!((txcmp)->tx_cmp_errors_v & cpu_to_le32(TX_CMP_V)) == \
841 #define TX_CMP_TYPE(txcmp) \ argument
842 (le32_to_cpu((txcmp)->tx_cmp_flags_type) & CMP_TYPE)
Dbnxt.c2792 static int bnxt_hwrm_handler(struct bnxt *bp, struct tx_cmp *txcmp) in bnxt_hwrm_handler() argument
2794 u16 cmpl_type = TX_CMP_TYPE(txcmp), vf_id, seq_id; in bnxt_hwrm_handler()
2795 struct hwrm_cmpl *h_cmpl = (struct hwrm_cmpl *)txcmp; in bnxt_hwrm_handler()
2797 (struct hwrm_fwd_req_cmpl *)txcmp; in bnxt_hwrm_handler()
2821 (struct hwrm_async_event_cmpl *)txcmp); in bnxt_hwrm_handler()
2848 struct tx_cmp *txcmp; in bnxt_has_work() local
2850 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_has_work()
2852 return TX_CMP_VALID(txcmp, raw_cons); in bnxt_has_work()
2863 struct tx_cmp *txcmp; in __bnxt_poll_work() local
2872 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in __bnxt_poll_work()
[all …]
Dbnxt_ethtool.c4725 struct tx_cmp *txcmp; in bnxt_poll_loopback() local
4734 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_poll_loopback()
4736 if (!TX_CMP_VALID(txcmp, raw_cons)) { in bnxt_poll_loopback()
4745 if (TX_CMP_TYPE(txcmp) == CMP_TYPE_RX_L2_CMP || in bnxt_poll_loopback()
4746 TX_CMP_TYPE(txcmp) == CMP_TYPE_RX_L2_V3_CMP) { in bnxt_poll_loopback()