• Home
  • Raw
  • Download

Lines Matching defs:qp

117 	struct rxe_qp *qp = from_timer(qp, t, retrans_timer);  in retransmit_timer()  local
130 void rxe_comp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb) in rxe_comp_queue_pkt()
146 static inline enum comp_state get_wqe(struct rxe_qp *qp, in get_wqe()
174 static inline void reset_retry_counters(struct rxe_qp *qp) in reset_retry_counters()
181 static inline enum comp_state check_psn(struct rxe_qp *qp, in check_psn()
224 static inline enum comp_state check_ack(struct rxe_qp *qp, in check_ack()
363 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read()
383 static inline enum comp_state do_atomic(struct rxe_qp *qp, in do_atomic()
402 static void make_send_cqe(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in make_send_cqe()
449 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete()
483 static void comp_check_sq_drain_done(struct rxe_qp *qp) in comp_check_sq_drain_done()
508 static inline enum comp_state complete_ack(struct rxe_qp *qp, in complete_ack()
532 static inline enum comp_state complete_wqe(struct rxe_qp *qp, in complete_wqe()
554 static void drain_resp_pkts(struct rxe_qp *qp) in drain_resp_pkts()
566 static int flush_send_wqe(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in flush_send_wqe()
594 static void flush_send_queue(struct rxe_qp *qp, bool notify) in flush_send_queue()
617 struct rxe_qp *qp = pkt->qp; in free_pkt() local
633 static void reset_retry_timer(struct rxe_qp *qp) in reset_retry_timer()
647 int rxe_completer(struct rxe_qp *qp) in rxe_completer()