Home
last modified time | relevance | path

Searched refs:cmpl_ring (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c91 ctx->req->cmpl_ring = cpu_to_le16(BNXT_HWRM_NO_CMPL_RING); in __hwrm_req_init()
423 u32 ring = le16_to_cpu(req->cmpl_ring); in hwrm_req_dbg()
498 if (le16_to_cpu(ctx->req->cmpl_ring) != INVALID_HW_RING_ID) { in __hwrm_send()
560 if (le16_to_cpu(ctx->req->cmpl_ring) != INVALID_HW_RING_ID) { in __hwrm_send()
H A Dbnxt_ethtool.c4964 static int bnxt_hwrm_selftest_irq(struct bnxt *bp, u16 cmpl_ring) in bnxt_hwrm_selftest_irq() argument
4973 req->cmpl_ring = cpu_to_le16(cmpl_ring); in bnxt_hwrm_selftest_irq()
4982 u16 cmpl_ring = bp->grp_info[i].cp_fw_ring_id; in bnxt_test_irq() local
4985 rc = bnxt_hwrm_selftest_irq(bp, cmpl_ring); in bnxt_test_irq()
H A Dbnxt.c7597 req->cmpl_ring = cpu_to_le16(cmpl_ring_id); in hwrm_ring_free_send_msg()
14268 req->cmpl_ring = cpu_to_le16(cp_ring_id); in bnxt_hwrm_rx_ring_reset()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm.c52 ctx->req->cmpl_ring = cpu_to_le16(BNGE_HWRM_NO_CMPL_RING); in bnge_hwrm_req_create()
264 u32 ring = le16_to_cpu(req->cmpl_ring); in bnge_hwrm_req_dbg()
353 if (le16_to_cpu(ctx->req->cmpl_ring) != INVALID_HW_RING_ID) { in __hwrm_send_ctx()
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c100 hdr->cmpl_ring = cpu_to_le16(-1); in bng_re_init_hwrm_hdr()