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()
1068 if (qp->s_tx->txreq.sg_count > avail) in qib_verbs_sdma_desc_avail()1070 avail -= qp->s_tx->txreq.sg_count; in qib_verbs_sdma_desc_avail()1165 tx = qp->s_tx; in qib_verbs_send_dma()1167 qp->s_tx = NULL; in qib_verbs_send_dma()
693 qp->s_tx = tx; in qib_sdma_verbs_send()
494 struct qib_verbs_txreq *s_tx; member
868 qp->s_tx = NULL; in ipath_create_qp()986 if (qp->s_tx) { in ipath_destroy_qp()988 if (qp->s_tx->txreq.flags & IPATH_SDMA_TXREQ_F_FREEBUF) in ipath_destroy_qp()989 kfree(qp->s_tx->txreq.map_addr); in ipath_destroy_qp()991 list_add(&qp->s_tx->txreq.list, &dev->txreq_free); in ipath_destroy_qp()993 qp->s_tx = NULL; in ipath_destroy_qp()
1123 tx = qp->s_tx; in ipath_verbs_send_dma()1125 qp->s_tx = NULL; in ipath_verbs_send_dma()1130 qp->s_tx = tx; in ipath_verbs_send_dma()1189 qp->s_tx = tx; in ipath_verbs_send_dma()1221 qp->s_tx = tx; in ipath_verbs_send_dma()
378 struct ipath_verbs_txreq *s_tx; member