Searched refs:mlx5_ib_wq (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | wr.h | 33 static inline void *get_sq_edge(struct mlx5_ib_wq *sq, u32 idx) in get_sq_edge() 51 static inline void handle_post_send_edge(struct mlx5_ib_wq *sq, void **seg, in handle_post_send_edge() 74 static inline void mlx5r_memcpy_send_wqe(struct mlx5_ib_wq *sq, void **cur_edge, in mlx5r_memcpy_send_wqe() 94 int mlx5r_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq);
|
D | mlx5_ib.h | 356 struct mlx5_ib_wq { struct 444 struct mlx5_ib_wq *rq; 454 struct mlx5_ib_wq *sq; 506 struct mlx5_ib_wq rq; 510 struct mlx5_ib_wq sq;
|
D | cq.c | 99 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp() 118 struct mlx5_ib_wq *wq, int idx) in handle_good_req() 172 struct mlx5_ib_wq *wq; in handle_responder() 397 struct mlx5_ib_wq *wq; in sw_comp() 455 struct mlx5_ib_wq *wq; in mlx5_poll_one()
|
D | wr.c | 29 int mlx5r_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5r_wq_overflow()
|
D | odp.c | 1136 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_mr_responder_pfault_handler_rq()
|
D | qp.c | 186 struct mlx5_ib_wq *wq = &qp->sq; in mlx5_ib_read_user_wqe_sq() 253 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_read_user_wqe_rq() 273 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_read_wqe_rq()
|