Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h276 struct ib_rwq_ind_table ib_rwq_ind_tbl;
858 static inline struct mlx5_ib_rwq_ind_table *to_mrwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_t… in to_mrwq_ind_table()
1008 struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
1011 int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
H A Dmlx5_ib_qp.c4877 struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device, in mlx5_ib_create_rwq_ind_table()
4955 int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl) in mlx5_ib_destroy_rwq_ind_table()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1059 struct ib_rwq_ind_table *rwq_ind_tbl;
1563 struct ib_rwq_ind_table { struct
1603 struct ib_rwq_ind_table *rwq_ind_tbl;
2382 struct ib_rwq_ind_table * (*create_rwq_ind_table)(struct ib_device *device,
2385 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table);
3942 struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device,
3945 int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c114 struct ib_rwq_ind_table *rwq_ind_tbl = uobject->object; in uverbs_free_rwq_ind_tbl()
H A Dib_verbs.c1491 struct ib_rwq_ind_table *ind_tbl; in ib_destroy_qp_user()
1904 struct ib_rwq_ind_table *ib_create_rwq_ind_table(struct ib_device *device, in ib_create_rwq_ind_table()
1907 struct ib_rwq_ind_table *rwq_ind_table; in ib_create_rwq_ind_table()
1937 int ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *rwq_ind_table) in ib_destroy_rwq_ind_table()
H A Dib_uverbs_cmd.c1284 struct ib_rwq_ind_table *ind_tbl = NULL; in create_qp()
3058 struct ib_rwq_ind_table *rwq_ind_tbl; in ib_uverbs_ex_create_rwq_ind_table()