Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1331 struct mlx4_ib_demux_pv_ctx *sqp_ctx; in mlx4_ib_send_to_wire() local
1341 sqp_ctx = dev->sriov.sqps[port-1]; in mlx4_ib_send_to_wire()
1344 if (!sqp_ctx || sqp_ctx->state != DEMUX_PV_STATE_ACTIVE) in mlx4_ib_send_to_wire()
1349 sqp = &sqp_ctx->qp[0]; in mlx4_ib_send_to_wire()
1353 sqp = &sqp_ctx->qp[1]; in mlx4_ib_send_to_wire()
1359 ah = rdma_zalloc_drv_obj(sqp_ctx->pd->device, ib_ah); in mlx4_ib_send_to_wire()
1363 ah->device = sqp_ctx->pd->device; in mlx4_ib_send_to_wire()
1364 ah->pd = sqp_ctx->pd; in mlx4_ib_send_to_wire()
1400 list.lkey = sqp_ctx->pd->local_dma_lkey; in mlx4_ib_send_to_wire()
2186 static void mlx4_ib_free_sqp_ctx(struct mlx4_ib_demux_pv_ctx *sqp_ctx) in mlx4_ib_free_sqp_ctx() argument
[all …]