Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c1077 static void _mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in _mlx4_ib_mcg_port_cleanup() argument
1102 if (destroy_wq) in _mlx4_ib_mcg_port_cleanup()
1119 int destroy_wq; member
1126 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq); in mcg_clean_task()
1131 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) in mlx4_ib_mcg_port_cleanup() argument
1140 if (destroy_wq) { in mlx4_ib_mcg_port_cleanup()
1141 _mlx4_ib_mcg_port_cleanup(ctx, destroy_wq); in mlx4_ib_mcg_port_cleanup()
1154 work->destroy_wq = destroy_wq; in mlx4_ib_mcg_port_cleanup()
H A Dmlx4_ib.h808 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c352 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
H A Dib_verbs.c1865 wq->device->destroy_wq(wq, udata); in ib_destroy_wq()
H A Dib_uverbs_cmd.c4027 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1531 int (*destroy_wq)(struct ibv_wq *wq); member
2209 vctx = verbs_get_ctx_op(wq->context, destroy_wq); in ibv_destroy_wq()
2213 return vctx->destroy_wq(wq); in ibv_destroy_wq()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c933 verbs_set_ctx_op(v_ctx, destroy_wq, mlx5_destroy_wq); in mlx5_init_context()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2377 void (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3516 dev->ib_dev.destroy_wq = mlx5_ib_destroy_wq; in mlx5_ib_add()