Searched refs:destroy_wq (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mcg.c | 1077 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 D | mlx4_ib.h | 808 void mlx4_ib_mcg_port_cleanup(struct mlx4_ib_demux_ctx *ctx, int destroy_wq);
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types.c | 352 UAPI_DEF_OBJ_NEEDS_FN(destroy_wq)),
|
H A D | ib_verbs.c | 1865 wq->device->destroy_wq(wq, udata); in ib_destroy_wq()
|
H A D | ib_uverbs_cmd.c | 4027 UAPI_DEF_METHOD_NEEDS_FN(destroy_wq)),
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.h | 1531 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 D | mlx5.c | 933 verbs_set_ctx_op(v_ctx, destroy_wq, mlx5_destroy_wq); in mlx5_init_context()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2377 void (*destroy_wq)(struct ib_wq *wq, struct ib_udata *udata); member
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3515 dev->ib_dev.destroy_wq = mlx5_ib_destroy_wq; in mlx5_ib_add()
|