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

/linux-master/drivers/infiniband/hw/mlx4/
H A Dmad.c1364 struct mlx4_ib_demux_pv_ctx *sqp_ctx; local
1374 sqp_ctx = dev->sriov.sqps[port-1];
1377 if (!sqp_ctx || sqp_ctx->state != DEMUX_PV_STATE_ACTIVE)
1382 sqp = &sqp_ctx->qp[0];
1386 sqp = &sqp_ctx->qp[1];
1392 ah = rdma_zalloc_drv_obj(sqp_ctx->pd->device, ib_ah);
1396 ah->device = sqp_ctx->pd->device;
1397 ah->pd = sqp_ctx->pd;
1433 list.lkey = sqp_ctx
2241 mlx4_ib_free_sqp_ctx(struct mlx4_ib_demux_pv_ctx *sqp_ctx) argument
[all...]

Completed in 130 milliseconds