Searched refs:s_tx (Results 1 – 7 of 7) sorted by relevance
506 if (qp->s_tx) { in qib_error_qp()507 qib_put_txreq(qp->s_tx); in qib_error_qp()508 qp->s_tx = NULL; in qib_error_qp()710 if (qp->s_tx) { in qib_modify_qp()711 qib_put_txreq(qp->s_tx); in qib_modify_qp()712 qp->s_tx = NULL; in qib_modify_qp()1225 if (qp->s_tx) { in qib_destroy_qp()1226 qib_put_txreq(qp->s_tx); in qib_destroy_qp()1227 qp->s_tx = NULL; in qib_destroy_qp()
1052 if (qp->s_tx->txreq.sg_count > avail) in qib_verbs_sdma_desc_avail()1054 avail -= qp->s_tx->txreq.sg_count; in qib_verbs_sdma_desc_avail()1149 tx = qp->s_tx; in qib_verbs_send_dma()1151 qp->s_tx = NULL; in qib_verbs_send_dma()
693 qp->s_tx = tx; in qib_sdma_verbs_send()
486 struct qib_verbs_txreq *s_tx; member
869 qp->s_tx = NULL; in ipath_create_qp()987 if (qp->s_tx) { in ipath_destroy_qp()989 if (qp->s_tx->txreq.flags & IPATH_SDMA_TXREQ_F_FREEBUF) in ipath_destroy_qp()990 kfree(qp->s_tx->txreq.map_addr); in ipath_destroy_qp()992 list_add(&qp->s_tx->txreq.list, &dev->txreq_free); in ipath_destroy_qp()994 qp->s_tx = NULL; in ipath_destroy_qp()
1110 tx = qp->s_tx; in ipath_verbs_send_dma()1112 qp->s_tx = NULL; in ipath_verbs_send_dma()1117 qp->s_tx = tx; in ipath_verbs_send_dma()1176 qp->s_tx = tx; in ipath_verbs_send_dma()1208 qp->s_tx = tx; in ipath_verbs_send_dma()
372 struct ipath_verbs_txreq *s_tx; member