Searched refs:tx_suspend (Results 1 – 7 of 7) sorted by relevance
904 if (unlikely(c_tx->tx_suspend)) { in siw_qp_sq_proc_tx()1045 if (unlikely(qp->tx_ctx.tx_suspend)) { in siw_qp_sq_process()1140 if (!qp->tx_ctx.tx_suspend) in siw_qp_sq_process()1185 !qp->tx_ctx.tx_suspend)) { in siw_sq_resume()1193 if (!qp->tx_ctx.tx_suspend) in siw_sq_resume()
400 u8 tx_suspend : 1; /* stop sending DDP segs. */ member
380 qp->tx_ctx.tx_suspend = 1; in siw_qp_cm_drop()1298 cep->qp->tx_ctx.tx_suspend = 1; in siw_cm_llp_state_change()
574 qp->tx_ctx.tx_suspend = 1; in siw_verbs_modify_qp()968 if (siw_qp_sq_process(qp) != 0 && !(qp->tx_ctx.tx_suspend)) in siw_post_send()
137 qp->tx_ctx.tx_suspend = 1; in siw_qp_llp_close()
208 void (*tx_suspend) (struct b43_dmaring * ring); member
156 .tx_suspend = op32_tx_suspend,251 .tx_suspend = op64_tx_suspend,1710 ring->ops->tx_suspend(ring); in b43_dma_tx_suspend_ring()
Completed in 21 milliseconds