Lines Matching defs:qp
17 static inline void retry_first_write_send(struct rxe_qp *qp, in retry_first_write_send()
38 static void req_retry(struct rxe_qp *qp) in req_retry()
101 struct rxe_qp *qp = from_timer(qp, t, rnr_nak_timer); in rnr_nak_timer() local
116 static void req_check_sq_drain_done(struct rxe_qp *qp) in req_check_sq_drain_done()
162 static struct rxe_send_wqe *__req_next_wqe(struct rxe_qp *qp) in __req_next_wqe()
175 static struct rxe_send_wqe *req_next_wqe(struct rxe_qp *qp) in req_next_wqe()
206 static int rxe_wqe_is_fenced(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_wqe_is_fenced()
224 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc()
303 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc()
354 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in next_opcode()
384 static inline int check_init_depth(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in check_init_depth()
404 static inline int get_mtu(struct rxe_qp *qp) in get_mtu()
414 static struct sk_buff *init_req_packet(struct rxe_qp *qp, in init_req_packet()
499 static int finish_packet(struct rxe_qp *qp, struct rxe_av *av, in finish_packet()
542 static void update_wqe_state(struct rxe_qp *qp, in update_wqe_state()
554 static void update_wqe_psn(struct rxe_qp *qp, in update_wqe_psn()
578 struct rxe_qp *qp, in save_state()
590 struct rxe_qp *qp, in rollback_state()
601 static void update_state(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in update_state()
616 static int rxe_do_local_ops(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_do_local_ops()
668 int rxe_requester(struct rxe_qp *qp) in rxe_requester()