Symbol: ib_rwq_ind_table
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1019
struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1022
int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
287
struct ib_rwq_ind_table ib_rwq_ind_tbl;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
869
static inline struct mlx5_ib_rwq_ind_table *to_mrwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl)
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4881
struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4959
int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1295
struct ib_rwq_ind_table *ind_tbl = NULL;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3070
struct ib_rwq_ind_table *rwq_ind_tbl;
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types.c
114
struct ib_rwq_ind_table *rwq_ind_tbl = uobject->object;
sys/ofed/drivers/infiniband/core/ib_verbs.c
1826
struct ib_rwq_ind_table *ind_tbl;
sys/ofed/drivers/infiniband/core/ib_verbs.c
2243
struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
sys/ofed/drivers/infiniband/core/ib_verbs.c
2246
struct ib_rwq_ind_table *rwq_ind_table;
sys/ofed/drivers/infiniband/core/ib_verbs.c
2276
int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *rwq_ind_table)
sys/ofed/include/rdma/ib_verbs.h
1108
struct ib_rwq_ind_table *rwq_ind_tbl;
sys/ofed/include/rdma/ib_verbs.h
1665
struct ib_rwq_ind_table *rwq_ind_tbl;
sys/ofed/include/rdma/ib_verbs.h
2401
struct ib_rwq_ind_table * (*create_rwq_ind_table)(struct ib_device *device,
sys/ofed/include/rdma/ib_verbs.h
2404
int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table);
sys/ofed/include/rdma/ib_verbs.h
3944
struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
sys/ofed/include/rdma/ib_verbs.h
3947
int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);