Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A Dsiw_qp_tx.c894 if (unlikely(c_tx->tx_suspend)) { in siw_qp_sq_proc_tx()
1035 if (unlikely(qp->tx_ctx.tx_suspend)) { in siw_qp_sq_process()
1130 if (!qp->tx_ctx.tx_suspend) in siw_qp_sq_process()
1175 !qp->tx_ctx.tx_suspend)) { in siw_sq_resume()
1183 if (!qp->tx_ctx.tx_suspend) in siw_sq_resume()
A Dsiw.h400 u8 tx_suspend : 1; /* stop sending DDP segs. */ member
A Dsiw_cm.c377 qp->tx_ctx.tx_suspend = 1; in siw_qp_cm_drop()
1291 cep->qp->tx_ctx.tx_suspend = 1; in siw_cm_llp_state_change()
A Dsiw_verbs.c569 qp->tx_ctx.tx_suspend = 1; in siw_verbs_modify_qp()
930 if (siw_qp_sq_process(qp) != 0 && !(qp->tx_ctx.tx_suspend)) in siw_post_send()
A Dsiw_qp.c134 qp->tx_ctx.tx_suspend = 1; in siw_qp_llp_close()
/linux/drivers/net/wireless/broadcom/b43/
A Ddma.h208 void (*tx_suspend) (struct b43_dmaring * ring); member
A Ddma.c156 .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 30 milliseconds