Lines Matching refs:rxe_qp
12 int rxe_av_chk_attr(struct rxe_qp *qp, struct rdma_ah_attr *attr);
81 int rxe_invalidate_mr(struct rxe_qp *qp, u32 key);
82 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
89 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
90 int rxe_invalidate_mw(struct rxe_qp *qp, u32 rkey);
91 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
99 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt,
105 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
109 int rxe_qp_to_init(struct rxe_qp *qp, struct ib_qp_init_attr *init);
110 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp,
112 int rxe_qp_from_attr(struct rxe_qp *qp, struct ib_qp_attr *attr,
114 int rxe_qp_to_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask);
115 void rxe_qp_error(struct rxe_qp *qp);
116 int rxe_qp_chk_destroy(struct rxe_qp *qp);
119 static inline int qp_num(struct rxe_qp *qp) in qp_num()
124 static inline enum ib_qp_type qp_type(struct rxe_qp *qp) in qp_type()
129 static inline enum ib_qp_state qp_state(struct rxe_qp *qp) in qp_state()
134 static inline int qp_mtu(struct rxe_qp *qp) in qp_mtu()
150 static inline void rxe_advance_resp_resource(struct rxe_qp *qp) in rxe_advance_resp_resource()
183 void rxe_resp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb);
185 void rxe_comp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb);
187 static inline unsigned int wr_opcode_mask(int opcode, struct rxe_qp *qp) in wr_opcode_mask()