Searched refs:tx_suspend (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.h208 void (*tx_suspend) (struct b43_dmaring * ring); member in struct:b43_dma_ops
H A Ddma.c156 .tx_suspend = op32_tx_suspend,
251 .tx_suspend = op64_tx_suspend,
1710 ring->ops->tx_suspend(ring);
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c891 if (unlikely(c_tx->tx_suspend)) {
1031 if (unlikely(qp->tx_ctx.tx_suspend)) {
1126 if (!qp->tx_ctx.tx_suspend)
1171 !qp->tx_ctx.tx_suspend)) {
1179 if (!qp->tx_ctx.tx_suspend)
H A Dsiw.h400 u8 tx_suspend : 1; /* stop sending DDP segs. */ member in struct:siw_iwarp_tx
H A Dsiw_cm.c392 qp->tx_ctx.tx_suspend = 1;
1314 cep->qp->tx_ctx.tx_suspend = 1;
H A Dsiw_verbs.c573 qp->tx_ctx.tx_suspend = 1;
967 if (siw_qp_sq_process(qp) != 0 && !(qp->tx_ctx.tx_suspend))
H A Dsiw_qp.c137 qp->tx_ctx.tx_suspend = 1;

Completed in 183 milliseconds