Lines Matching refs:rxe_qp
41 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe,
44 static inline void retry_first_write_send(struct rxe_qp *qp, in retry_first_write_send()
68 static void req_retry(struct rxe_qp *qp) in req_retry()
126 struct rxe_qp *qp = from_timer(qp, t, rnr_nak_timer); in rnr_nak_timer()
132 static struct rxe_send_wqe *req_next_wqe(struct rxe_qp *qp) in req_next_wqe()
194 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc()
266 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc()
317 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in next_opcode()
348 static inline int check_init_depth(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in check_init_depth()
368 static inline int get_mtu(struct rxe_qp *qp) in get_mtu()
378 static struct sk_buff *init_req_packet(struct rxe_qp *qp, in init_req_packet()
473 static int fill_packet(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in fill_packet()
511 static void update_wqe_state(struct rxe_qp *qp, in update_wqe_state()
523 static void update_wqe_psn(struct rxe_qp *qp, in update_wqe_psn()
547 struct rxe_qp *qp, in save_state()
558 struct rxe_qp *qp, in rollback_state()
568 static void update_state(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in update_state()
585 struct rxe_qp *qp = (struct rxe_qp *)arg; in rxe_requester()