Home
last modified time | relevance | path

Searched refs:mt76_dma_rx_poll (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.h57 int mt76_dma_rx_poll(struct napi_struct *napi, int budget);
H A Dmt792x_dma.c325 done = mt76_dma_rx_poll(napi, budget); in mt792x_poll_rx()
H A Ddma.c902 int mt76_dma_rx_poll(struct napi_struct *napi, int budget) in mt76_dma_rx_poll() function
925 EXPORT_SYMBOL_GPL(mt76_dma_rx_poll);
H A Dmt76x02_mmio.c230 ret = mt76_init_queues(dev, mt76_dma_rx_poll); in mt76x02_dma_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Ddma.c222 ret = mt76_init_queues(dev, mt76_dma_rx_poll); in mt7603_dma_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddma.c99 done = mt76_dma_rx_poll(napi, budget); in mt7615_poll_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddma.c360 ret = mt76_init_queues(dev, mt76_dma_rx_poll); in mt7996_dma_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddma.c571 ret = mt76_init_queues(dev, mt76_dma_rx_poll); in mt7915_dma_init()