Home
last modified time | relevance | path

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

/drivers/net/wireless/b43/
Ddma.h207 void (*tx_suspend) (struct b43_dmaring * ring); member
Ddma.c169 .tx_suspend = op32_tx_suspend,
264 .tx_suspend = op64_tx_suspend,
1770 ring->ops->tx_suspend(ring); in b43_dma_tx_suspend_ring()