Home
last modified time | relevance | path

Searched refs:ibv_wq (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Ddriver.h137 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 Dverbs.h377 struct ibv_wq *wq;
752 struct ibv_wq **ind_tbl;
1020 struct ibv_wq { struct
1029 int (*post_recv)(struct ibv_wq *current, argument
1198 static inline int ibv_post_wq_recv(struct ibv_wq *wq, in ibv_post_wq_recv()
1531 int (*destroy_wq)(struct ibv_wq *wq);
1532 int (*modify_wq)(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr);
1533 struct ibv_wq * (*create_wq)(struct ibv_context *context,
2157 static inline struct ibv_wq *ibv_create_wq(struct ibv_context *context, in ibv_create_wq()
2161 struct ibv_wq *wq; in ibv_create_wq()
[all …]
H A Ddevice.c420 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 Dcmd.c1992 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 Dmlx5.h432 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 Dmlx5dv.h169 struct ibv_wq *in;
H A Dverbs.c2058 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 Dmlx5.c695 static int mlx5dv_get_rwq(struct ibv_wq *wq_in, in mlx5dv_get_rwq()
H A Dqp.c1061 int mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr, in mlx5_post_wq_recv()