Lines Matching refs:ibqp
358 static inline int copy_eth_inline_headers(struct ibv_qp *ibqp, in copy_eth_inline_headers() argument
366 FILE *fp = to_mctx(ibqp->context)->dbg_fp; in copy_eth_inline_headers()
612 static inline int _mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in _mlx5_post_send() argument
616 struct mlx5_qp *qp = to_mqp(ibqp); in _mlx5_post_send()
636 FILE *fp = to_mctx(ibqp->context)->dbg_fp; /* The compiler ignores in non-debug mode */ in _mlx5_post_send()
685 switch (ibqp->qp_type) { in _mlx5_post_send()
733 ibqp->qp_num, &seg, &size); in _mlx5_post_send()
747 &bind_info, ibqp->qp_num, in _mlx5_post_send()
778 ibqp->qp_num, &seg, &size); in _mlx5_post_send()
792 &bind_info, ibqp->qp_num, in _mlx5_post_send()
838 err = copy_eth_inline_headers(ibqp, wr, seg, &sg_copy_ptr); in _mlx5_post_send()
904 ctrl->qpn_ds = htobe32(size | (ibqp->qp_num << 8)); in _mlx5_post_send()
915 dump_wqe(to_mctx(ibqp->context)->dbg_fp, idx, size, qp); in _mlx5_post_send()
933 ctx = to_mctx(ibqp->context); in _mlx5_post_send()
969 int mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx5_post_send() argument
987 return _mlx5_post_send(ibqp, wr, bad_wr); in mlx5_post_send()
1134 int mlx5_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in mlx5_post_recv() argument
1137 struct mlx5_qp *qp = to_mqp(ibqp); in mlx5_post_recv()
1208 if (likely(!(ibqp->qp_type == IBV_QPT_RAW_PACKET && in mlx5_post_recv()
1209 ibqp->state < IBV_QPS_RTR))) in mlx5_post_recv()