Lines Matching refs:ipath_qp
336 static int ipath_post_one_send(struct ipath_qp *qp, struct ib_send_wr *wr) in ipath_post_one_send()
448 struct ipath_qp *qp = to_iqp(ibqp); in ipath_post_send()
477 struct ipath_qp *qp = to_iqp(ibqp); in ipath_post_receive()
542 void *data, u32 tlen, struct ipath_qp *qp) in ipath_qp_rcv()
588 struct ipath_qp *qp; in ipath_ib_rcv()
679 struct ipath_qp *resend = NULL; in ipath_ib_timer()
680 struct ipath_qp *rnr = NULL; in ipath_ib_timer()
682 struct ipath_qp *qp; in ipath_ib_timer()
695 qp = list_entry(last->next, struct ipath_qp, timerwait); in ipath_ib_timer()
703 qp = list_entry(last->next, struct ipath_qp, timerwait); in ipath_ib_timer()
712 qp = list_entry(last->next, struct ipath_qp, in ipath_ib_timer()
1031 struct ipath_qp *qp = tx->qp; in sdma_complete()
1061 static void decrement_dma_busy(struct ipath_qp *qp) in decrement_dma_busy()
1097 static int ipath_verbs_send_dma(struct ipath_qp *qp, in ipath_verbs_send_dma()
1222 static int ipath_verbs_send_pio(struct ipath_qp *qp, in ipath_verbs_send_pio()
1322 int ipath_verbs_send(struct ipath_qp *qp, struct ipath_ib_header *hdr, in ipath_verbs_send()
1460 struct ipath_qp *qplist; in ipath_ib_piobufavail()
1461 struct ipath_qp *qp; in ipath_ib_piobufavail()
1472 qp = list_entry(list->next, struct ipath_qp, piowait); in ipath_ib_piobufavail()