Searched refs:destroy_wq (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3252 dev->ib_dev.destroy_wq = mlx5_ib_destroy_wq;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3325 goto destroy_wq;
3351 destroy_wq:
H A Dib_verbs.c1667 err = wq->device->destroy_wq(wq);
H A Duverbs.h296 IB_UVERBS_DECLARE_EX_CMD(destroy_wq); variable
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2084 int (*destroy_wq)(struct ib_wq *wq); member in struct:ib_device
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c916 verbs_set_ctx_op(v_ctx, destroy_wq, mlx5_destroy_wq);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h1531 int (*destroy_wq)(struct ibv_wq *wq); member in struct:verbs_context
2212 vctx = verbs_get_ctx_op(wq->context, destroy_wq);
2216 return vctx->destroy_wq(wq);
/freebsd-11-stable/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) argument
1102 if (destroy_wq)
1119 int destroy_wq; member in struct:clean_work
1126 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq);
1131 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq) argument
1140 if (destroy_wq) {
1141 _mlx4_ib_mcg_port_cleanup(ctx, destroy_wq);
1154 work->destroy_wq = destroy_wq;
H A Dmlx4_ib.h820 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);

Completed in 282 milliseconds