Symbol: ib_rwq_ind_table
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1008
struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1011
int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
276
struct ib_rwq_ind_table ib_rwq_ind_tbl;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
858
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
4877
struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4955
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
1284
struct ib_rwq_ind_table *ind_tbl = NULL;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3058
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
1491
struct ib_rwq_ind_table *ind_tbl;
sys/ofed/drivers/infiniband/core/ib_verbs.c
1904
struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
sys/ofed/drivers/infiniband/core/ib_verbs.c
1907
struct ib_rwq_ind_table *rwq_ind_table;
sys/ofed/drivers/infiniband/core/ib_verbs.c
1937
int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *rwq_ind_table)
sys/ofed/include/rdma/ib_verbs.h
1059
struct ib_rwq_ind_table *rwq_ind_tbl;
sys/ofed/include/rdma/ib_verbs.h
1603
struct ib_rwq_ind_table *rwq_ind_tbl;
sys/ofed/include/rdma/ib_verbs.h
2382
struct ib_rwq_ind_table * (*create_rwq_ind_table)(struct ib_device *device,
sys/ofed/include/rdma/ib_verbs.h
2385
int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table);
sys/ofed/include/rdma/ib_verbs.h
3942
struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
sys/ofed/include/rdma/ib_verbs.h
3945
int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);