Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dmad.c1377 if (!sqp_ctx || sqp_ctx->state != DEMUX_PV_STATE_ACTIVE) in mlx4_ib_send_to_wire()
1382 sqp = &sqp_ctx->qp[0]; in mlx4_ib_send_to_wire()
1386 sqp = &sqp_ctx->qp[1]; in mlx4_ib_send_to_wire()
1397 ah->pd = sqp_ctx->pd; in mlx4_ib_send_to_wire()
2246 if (sqp_ctx->has_smi) { in mlx4_ib_free_sqp_ctx()
2248 sqp_ctx->qp[0].qp = NULL; in mlx4_ib_free_sqp_ctx()
2252 sqp_ctx->qp[1].qp = NULL; in mlx4_ib_free_sqp_ctx()
2254 ib_dealloc_pd(sqp_ctx->pd); in mlx4_ib_free_sqp_ctx()
2255 sqp_ctx->pd = NULL; in mlx4_ib_free_sqp_ctx()
2256 ib_destroy_cq(sqp_ctx->cq); in mlx4_ib_free_sqp_ctx()
[all …]

Completed in 9 milliseconds