Lines Matching defs:qp
114 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer() local
122 void rxe_comp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb) in rxe_comp_queue_pkt()
135 static inline enum comp_state get_wqe(struct rxe_qp *qp, in get_wqe()
163 static inline void reset_retry_counters(struct rxe_qp *qp) in reset_retry_counters()
170 static inline enum comp_state check_psn(struct rxe_qp *qp, in check_psn()
209 static inline enum comp_state check_ack(struct rxe_qp *qp, in check_ack()
340 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read()
358 static inline enum comp_state do_atomic(struct rxe_qp *qp, in do_atomic()
375 static void make_send_cqe(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in make_send_cqe()
413 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete()
443 static inline enum comp_state complete_ack(struct rxe_qp *qp, in complete_ack()
489 static inline enum comp_state complete_wqe(struct rxe_qp *qp, in complete_wqe()
510 static void rxe_drain_resp_pkts(struct rxe_qp *qp, bool notify) in rxe_drain_resp_pkts()
532 struct rxe_qp *qp = (struct rxe_qp *)arg; in rxe_completer() local