Lines Matching refs:qib_qp

337 static int qib_post_one_send(struct qib_qp *qp, struct ib_send_wr *wr,  in qib_post_one_send()
482 struct qib_qp *qp = to_iqp(ibqp); in qib_post_send()
513 struct qib_qp *qp = to_iqp(ibqp); in qib_post_receive()
577 int has_grh, void *data, u32 tlen, struct qib_qp *qp) in qib_qp_rcv()
631 struct qib_qp *qp; in qib_ib_rcv()
726 struct qib_qp *qp = NULL; in mem_timer()
731 qp = list_entry(list->next, struct qib_qp, iowait); in mem_timer()
945 struct qib_qp *qp) in __get_txreq()
976 struct qib_qp *qp) in get_txreq()
1000 struct qib_qp *qp; in qib_put_txreq()
1027 qp = list_entry(dev->txwait.next, struct qib_qp, iowait); in qib_put_txreq()
1053 struct qib_qp *qp, *nqp; in qib_verbs_sdma_desc_avail()
1054 struct qib_qp *qps[20]; in qib_verbs_sdma_desc_avail()
1098 struct qib_qp *qp = tx->qp; in sdma_complete()
1128 static int wait_kmem(struct qib_ibdev *dev, struct qib_qp *qp) in wait_kmem()
1151 static int qib_verbs_send_dma(struct qib_qp *qp, struct qib_ib_header *hdr, in qib_verbs_send_dma()
1255 static int no_bufs_available(struct qib_qp *qp) in no_bufs_available()
1286 static int qib_verbs_send_pio(struct qib_qp *qp, struct qib_ib_header *ibhdr, in qib_verbs_send_pio()
1394 int qib_verbs_send(struct qib_qp *qp, struct qib_ib_header *hdr, in qib_verbs_send()
1527 struct qib_qp *qps[5]; in qib_ib_piobufavail()
1528 struct qib_qp *qp; in qib_ib_piobufavail()
1545 qp = list_entry(list->next, struct qib_qp, iowait); in qib_ib_piobufavail()
1884 struct qib_qp *qp0; in qib_create_qp0_ah()
2373 void qib_schedule_send(struct qib_qp *qp) in qib_schedule_send()