Searched refs:mlx5_ib_wq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 267 struct mlx5_ib_wq { struct 365 struct mlx5_ib_wq *rq; 375 struct mlx5_ib_wq *sq; 410 struct mlx5_ib_wq rq; 414 struct mlx5_ib_wq sq;
|
D | cq.c | 98 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp() 117 struct mlx5_ib_wq *wq, int idx) in handle_good_req() 171 struct mlx5_ib_wq *wq; in handle_responder() 373 struct mlx5_ib_wq *wq; in sw_comp() 425 struct mlx5_ib_wq *wq; in mlx5_poll_one()
|
D | qp.c | 171 struct mlx5_ib_wq *wq = &qp->sq; in mlx5_ib_read_user_wqe_sq() 237 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_read_user_wqe_rq() 1019 static void *get_sq_edge(struct mlx5_ib_wq *sq, u32 idx) in get_sq_edge() 4016 static void _handle_post_send_edge(struct mlx5_ib_wq *sq, void **seg, in _handle_post_send_edge() 4034 static inline void handle_post_send_edge(struct mlx5_ib_wq *sq, void **seg, in handle_post_send_edge() 4052 static inline void memcpy_send_wqe(struct mlx5_ib_wq *sq, void **cur_edge, in memcpy_send_wqe() 4072 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow()
|
D | odp.c | 1108 struct mlx5_ib_wq *wq = &qp->rq; in mlx5_ib_mr_responder_pfault_handler_rq()
|