Searched refs:txcmp (Results 1 – 2 of 2) sorted by relevance
451 #define TX_CMP_VALID(txcmp, raw_cons) \ argument452 (!!((txcmp)->tx_cmp_errors_v & cpu_to_le32(TX_CMP_V)) == \463 #define TX_CMP_TYPE(txcmp) \ argument464 (le32_to_cpu((txcmp)->tx_cmp_flags_type) & CMP_TYPE)
1238 static int bnxt_hwrm_handler(struct bnxt *bp, struct tx_cmp *txcmp) in bnxt_hwrm_handler() argument1240 u16 cmpl_type = TX_CMP_TYPE(txcmp), vf_id, seq_id; in bnxt_hwrm_handler()1241 struct hwrm_cmpl *h_cmpl = (struct hwrm_cmpl *)txcmp; in bnxt_hwrm_handler()1243 (struct hwrm_fwd_req_cmpl *)txcmp; in bnxt_hwrm_handler()1271 (struct hwrm_async_event_cmpl *)txcmp); in bnxt_hwrm_handler()1296 struct tx_cmp *txcmp; in bnxt_has_work() local1298 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_has_work()1300 return TX_CMP_VALID(txcmp, raw_cons); in bnxt_has_work()1340 struct tx_cmp *txcmp; in bnxt_poll_work() local1346 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_poll_work()[all …]