Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/core/
Duverbs_std_types.c90 ret = rwq_ind_tbl->device->ops.destroy_rwq_ind_table(rwq_ind_tbl); in uverbs_free_rwq_ind_tbl()
265 UAPI_DEF_OBJ_NEEDS_FN(destroy_rwq_ind_table)),
Ddevice.c2638 SET_DEVICE_OP(dev_ops, destroy_rwq_ind_table); in ib_set_device_ops()
Duverbs_cmd.c3967 UAPI_DEF_METHOD_NEEDS_FN(destroy_rwq_ind_table))),
/linux-6.6.21/drivers/infiniband/hw/mana/
Ddevice.c29 .destroy_rwq_ind_table = mana_ib_destroy_rwq_ind_table,
/linux-6.6.21/include/rdma/
Dib_verbs.h2550 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table); member
/linux-6.6.21/drivers/infiniband/hw/mlx4/
Dmain.c2584 .destroy_rwq_ind_table = mlx4_ib_destroy_rwq_ind_table,
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dmain.c3958 .destroy_rwq_ind_table = mlx5_ib_destroy_rwq_ind_table,