Lines Matching defs:qp
115 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer() local
125 void rxe_comp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb) in rxe_comp_queue_pkt()
138 static inline enum comp_state get_wqe(struct rxe_qp *qp, in get_wqe()
166 static inline void reset_retry_counters(struct rxe_qp *qp) in reset_retry_counters()
173 static inline enum comp_state check_psn(struct rxe_qp *qp, in check_psn()
212 static inline enum comp_state check_ack(struct rxe_qp *qp, in check_ack()
343 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read()
363 static inline enum comp_state do_atomic(struct rxe_qp *qp, in do_atomic()
382 static void make_send_cqe(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in make_send_cqe()
425 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete()
459 static inline enum comp_state complete_ack(struct rxe_qp *qp, in complete_ack()
503 static inline enum comp_state complete_wqe(struct rxe_qp *qp, in complete_wqe()
524 static void rxe_drain_resp_pkts(struct rxe_qp *qp, bool notify) in rxe_drain_resp_pkts()
549 struct rxe_qp *qp = pkt->qp; in free_pkt() local
559 struct rxe_qp *qp = (struct rxe_qp *)arg; in rxe_completer() local