Lines Matching refs:ibqp
419 return &qp->ibqp; in rxe_create_qp()
429 static int rxe_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in rxe_modify_qp() argument
433 struct rxe_dev *rxe = to_rdev(ibqp->device); in rxe_modify_qp()
434 struct rxe_qp *qp = to_rqp(ibqp); in rxe_modify_qp()
450 static int rxe_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in rxe_query_qp() argument
453 struct rxe_qp *qp = to_rqp(ibqp); in rxe_query_qp()
461 static int rxe_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata) in rxe_destroy_qp() argument
463 struct rxe_qp *qp = to_rqp(ibqp); in rxe_destroy_qp()
689 static int rxe_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in rxe_post_send() argument
692 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()
712 static int rxe_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in rxe_post_recv() argument
716 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
1004 static int rxe_attach_mcast(struct ib_qp *ibqp, union ib_gid *mgid, u16 mlid) in rxe_attach_mcast() argument
1007 struct rxe_dev *rxe = to_rdev(ibqp->device); in rxe_attach_mcast()
1008 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()
1022 static int rxe_detach_mcast(struct ib_qp *ibqp, union ib_gid *mgid, u16 mlid) in rxe_detach_mcast() argument
1024 struct rxe_dev *rxe = to_rdev(ibqp->device); in rxe_detach_mcast()
1025 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()