Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h322 struct ib_rwq_ind_table ib_rwq_ind_tbl;
1088 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()
1260 int mlx5_ib_create_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_table,
1263 int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
H A Dqp.c5122 int mlx5_ib_create_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_table, in mlx5_ib_create_rwq_ind_table() argument
5127 to_mrwq_ind_table(ib_rwq_ind_table); in mlx5_ib_create_rwq_ind_table()
5128 struct mlx5_ib_dev *dev = to_mdev(ib_rwq_ind_table->device); in mlx5_ib_create_rwq_ind_table()
5194 int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl) in mlx5_ib_destroy_rwq_ind_table()
H A Dmain.c4261 INIT_RDMA_OBJ_SIZE(ib_rwq_ind_table, mlx5_ib_rwq_ind_table,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h394 struct ib_rwq_ind_table ib_rwq_ind_tbl;
930 int mlx4_ib_create_rwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl,
934 mlx4_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table) in mlx4_ib_destroy_rwq_ind_table()
H A Dqp.c1969 static int bringup_rss_rwqs(struct ib_rwq_ind_table *ind_tbl, u8 port_num, in bringup_rss_rwqs()
2029 static void bring_down_rss_rwqs(struct ib_rwq_ind_table *ind_tbl, in bring_down_rss_rwqs()
2079 struct ib_rwq_ind_table *rwq_ind_tbl; in __mlx4_ib_modify_qp()
4291 int mlx4_ib_create_rwq_ind_table(struct ib_rwq_ind_table *rwq_ind_table, in mlx4_ib_create_rwq_ind_table()
H A Dmain.c2579 INIT_RDMA_OBJ_SIZE(ib_rwq_ind_table, mlx4_ib_rwq_ind_table,
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_std_types.c82 struct ib_rwq_ind_table *rwq_ind_tbl = uobject->object; in uverbs_free_rwq_ind_tbl()
H A Duverbs_std_types_qp.c90 struct ib_rwq_ind_table *rwq_ind_tbl = NULL; in UVERBS_HANDLER()
H A Duverbs_cmd.c1258 struct ib_rwq_ind_table *ind_tbl = NULL; in create_qp()
3043 struct ib_rwq_ind_table *rwq_ind_tbl; in ib_uverbs_ex_create_rwq_ind_table()
3102 rwq_ind_tbl = rdma_zalloc_drv_obj(ib_dev, ib_rwq_ind_table); in ib_uverbs_ex_create_rwq_ind_table()
H A Ddevice.c2661 SET_OBJ_SIZE(dev_ops, ib_rwq_ind_table); in ib_set_device_ops()
H A Dverbs.c1927 struct ib_rwq_ind_table *ind_tbl; in ib_destroy_qp_user()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h1164 struct ib_rwq_ind_table *rwq_ind_tbl;
1682 struct ib_rwq_ind_table { struct
1767 struct ib_rwq_ind_table *rwq_ind_tbl;
2485 int (*create_rwq_ind_table)(struct ib_rwq_ind_table *ib_rwq_ind_table,
2488 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table);
2611 DECLARE_RDMA_OBJ_SIZE(ib_rwq_ind_table);