Lines Matching refs:rxe_qp

12 int rxe_av_chk_attr(struct rxe_qp *qp, struct rdma_ah_attr *attr);
79 int rxe_invalidate_mr(struct rxe_qp *qp, u32 key);
80 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
86 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
87 int rxe_invalidate_mw(struct rxe_qp *qp, u32 rkey);
88 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
96 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt,
102 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
106 int rxe_qp_to_init(struct rxe_qp *qp, struct ib_qp_init_attr *init);
107 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp,
109 int rxe_qp_from_attr(struct rxe_qp *qp, struct ib_qp_attr *attr,
111 int rxe_qp_to_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask);
112 void rxe_qp_error(struct rxe_qp *qp);
113 int rxe_qp_chk_destroy(struct rxe_qp *qp);
116 static inline int qp_num(struct rxe_qp *qp) in qp_num()
121 static inline enum ib_qp_type qp_type(struct rxe_qp *qp) in qp_type()
126 static inline enum ib_qp_state qp_state(struct rxe_qp *qp) in qp_state()
131 static inline int qp_mtu(struct rxe_qp *qp) in qp_mtu()
141 static inline void rxe_advance_resp_resource(struct rxe_qp *qp) in rxe_advance_resp_resource()
165 int rxe_completer(struct rxe_qp *qp);
166 int rxe_requester(struct rxe_qp *qp);
167 int rxe_sender(struct rxe_qp *qp);
168 int rxe_receiver(struct rxe_qp *qp);
175 void rxe_resp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb);
177 void rxe_comp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb);
179 static inline unsigned int wr_opcode_mask(int opcode, struct rxe_qp *qp) in wr_opcode_mask()