Searched refs:ibv_wq (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | driver.h | 137 int ibv_init_wq(struct ibv_wq *wq); 138 void ibv_cleanup_wq(struct ibv_wq *wq); 283 struct ibv_wq *wq, 291 int ibv_cmd_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *attr, 294 int ibv_cmd_destroy_wq(struct ibv_wq *wq);
|
H A D | verbs.h | 377 struct ibv_wq *wq; 754 struct ibv_wq **ind_tbl; 1022 struct ibv_wq { struct 1031 int (*post_recv)(struct ibv_wq *current, argument 1200 static inline int ibv_post_wq_recv(struct ibv_wq *wq, in ibv_post_wq_recv() 1533 int (*destroy_wq)(struct ibv_wq *wq); 1534 int (*modify_wq)(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr); 1535 struct ibv_wq * (*create_wq)(struct ibv_context *context, 2159 static inline struct ibv_wq *ibv_create_wq(struct ibv_context *context, in ibv_create_wq() 2163 struct ibv_wq *wq; in ibv_create_wq() [all …]
|
H A D | device.c | 420 struct ibv_wq *wq = event->element.wq; in __ibv_ack_async_event() 436 int __ibv_init_wq(struct ibv_wq *wq) in __ibv_init_wq() 457 void __ibv_cleanup_wq(struct ibv_wq *wq) in __ibv_cleanup_wq()
|
H A D | cmd.c | 1992 struct ibv_wq *wq, in ibv_cmd_create_wq() 2047 int ibv_cmd_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *attr, in ibv_cmd_modify_wq() 2080 int ibv_cmd_destroy_wq(struct ibv_wq *wq) in ibv_cmd_destroy_wq()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 432 struct ibv_wq wq; 514 static inline struct mlx5_rwq *to_mrwq(struct ibv_wq *ibwq) in to_mrwq() 639 int mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr, 671 struct ibv_wq *mlx5_create_wq(struct ibv_context *context, 673 int mlx5_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *attr); 674 int mlx5_destroy_wq(struct ibv_wq *wq);
|
H A D | mlx5dv.h | 169 struct ibv_wq *in;
|
H A D | verbs.c | 2058 struct ibv_wq *mlx5_create_wq(struct ibv_context *context, in mlx5_create_wq() 2151 int mlx5_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *attr) in mlx5_modify_wq() 2176 int mlx5_destroy_wq(struct ibv_wq *wq) in mlx5_destroy_wq()
|
H A D | mlx5.c | 695 static int mlx5dv_get_rwq(struct ibv_wq *wq_in, in mlx5dv_get_rwq()
|
H A D | qp.c | 1061 int mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr, in mlx5_post_wq_recv()
|