Searched refs:ib_rwq_ind_table (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h256 struct ib_rwq_ind_table ib_rwq_ind_tbl;
756 static inline struct mlx5_ib_rwq_ind_table *to_mrwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl)
902 struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
905 int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
H A Dmlx5_ib_qp.c4811 struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
4886 int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl)
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1050 struct ib_rwq_ind_table *rwq_ind_tbl;
1513 struct ib_rwq_ind_table { struct
1553 struct ib_rwq_ind_table *rwq_ind_tbl;
2081 struct ib_rwq_ind_table * (*create_rwq_ind_table)(struct ib_device *device,
2084 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table);
3352 struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
3355 int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1322 struct ib_rwq_ind_table *ind_tbl;
1704 * than the created ib_rwq_ind_table object and the caller is responsible
1707 struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
1710 struct ib_rwq_ind_table *rwq_ind_table;
1740 int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *rwq_ind_table)
H A Dib_uverbs_cmd.c266 static struct ib_rwq_ind_table *idr_read_rwq_indirection_table(int ind_table_handle,
272 static void put_rwq_indirection_table_read(struct ib_rwq_ind_table *ind_table)
1786 struct ib_rwq_ind_table *ind_tbl = NULL;
3479 struct ib_rwq_ind_table *rwq_ind_tbl;
3627 struct ib_rwq_ind_table *rwq_ind_tbl;
H A Dib_uverbs_main.c277 struct ib_rwq_ind_table *rwq_ind_tbl = uobj->object;

Completed in 145 milliseconds