Searched refs:ibwq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h514 static inline struct mlx5_rwq *to_mrwq(struct ibv_wq *ibwq) argument
516 return container_of(ibwq, struct mlx5_rwq, wq);
639 int mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr,
H A Dqp.c1061 int mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr, argument
1064 struct mlx5_rwq *rwq = to_mrwq(ibwq);
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h245 struct ib_wq ibwq; member in struct:mlx5_ib_rwq
780 static inline struct mlx5_ib_rwq *to_mrwq(struct ib_wq *ibwq) argument
782 return container_of(ibwq, struct mlx5_ib_rwq, ibwq);
H A Dmlx5_ib_qp.c4577 struct mlx5_ib_dev *dev = to_mdev(rwq->ibwq.device);
4580 if (rwq->ibwq.event_handler) {
4581 event.device = rwq->ibwq.device;
4582 event.element.wq = &rwq->ibwq;
4592 rwq->ibwq.event_handler(&event, rwq->ibwq.wq_context);
4749 rwq->ibwq.wq_num = rwq->core_qp.qpn;
4750 rwq->ibwq.state = IB_WQS_RESET;
4760 rwq->ibwq.event_handler = init_attr->event_handler;
4761 return &rwq->ibwq;
[all...]

Completed in 194 milliseconds