Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c178 req.stat_ctx_id = cpu_to_le32(rdev->stats_ctx.fw_id); in bng_re_stats_ctx_free()
209 stats->fw_id = le32_to_cpu(resp.stat_ctx_id); in bng_re_stats_ctx_alloc()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c1243 req->stat_ctx_id = cpu_to_le32(nqr->hw_stats_ctx_id); in bnge_hwrm_stat_ctx_free()
1277 nqr->hw_stats_ctx_id = le32_to_cpu(resp->stat_ctx_id); in bnge_hwrm_stat_ctx_alloc()
1351 req->stat_ctx_id = cpu_to_le32(grp_info->fw_stats_ctx); in hwrm_ring_alloc_send_msg()
1363 req->stat_ctx_id = cpu_to_le32(grp_info->fw_stats_ctx); in hwrm_ring_alloc_send_msg()
1376 req->stat_ctx_id = cpu_to_le32(grp_info->fw_stats_ctx); in hwrm_ring_alloc_send_msg()
/linux/include/linux/bnge/
H A Dhsi.h2007 __le16 stat_ctx_id; member
8273 __le32 stat_ctx_id; member
9229 __le32 stat_ctx_id; member
9240 __le32 stat_ctx_id; member
9266 __le32 stat_ctx_id; member
9276 __le32 stat_ctx_id; member
9299 __le32 stat_ctx_id; member
9342 __le32 stat_ctx_id; member
9387 __le32 stat_ctx_id; member
9416 __le32 stat_ctx_id; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c913 req.stat_ctx_id = cpu_to_le32(ctx->stats.fw_id); in bnxt_qplib_init_rcfw()