Searched refs:mlx5_frag_buf_get_wqe (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | wq.h | 155 	return mlx5_frag_buf_get_wqe(&wq->fbc, ix);  in mlx5_wq_cyc_get_wqe() 183 	struct mlx5_cqe64 *cqe = mlx5_frag_buf_get_wqe(&wq->fbc, ix);  in mlx5_cqwq_get_wqe() 244 	return mlx5_frag_buf_get_wqe(&wq->fbc, ix);  in mlx5_wq_ll_get_wqe()
  | 
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ | 
| D | srq.c | 16 	return mlx5_frag_buf_get_wqe(&srq->fbc, n);  in get_wqe()
  | 
| D | cq.c | 70 	return mlx5_frag_buf_get_wqe(&cq->buf.fbc, n);  in get_cqe() 1181 		dcqe = mlx5_frag_buf_get_wqe(&cq->resize_buf->fbc,  in copy_resize_cqes()
  | 
| D | qp.c | 1023 	fragment_end = mlx5_frag_buf_get_wqe  in get_sq_edge() 4024 	*seg = mlx5_frag_buf_get_wqe(&sq->fbc, idx);  in _handle_post_send_edge() 4887 			p = mlx5_frag_buf_get_wqe(&qp->sq.fbc, idx);  in dump_wqe() 4908 	*seg = mlx5_frag_buf_get_wqe(&qp->sq.fbc, *idx);  in __begin_wqe() 5397 		scat = mlx5_frag_buf_get_wqe(&qp->rq.fbc, ind);  in _mlx5_ib_post_recv()
  | 
| /Linux-v5.4/include/linux/mlx5/ | 
| D | driver.h | 871 static inline void *mlx5_frag_buf_get_wqe(struct mlx5_frag_buf_ctrl *fbc,  in mlx5_frag_buf_get_wqe()  function
  |