Home
last modified time | relevance | path

Searched refs:mt76_queue_is_wed_rro_data (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c263 if (mt76_queue_is_wed_rx(q) || mt76_queue_is_wed_rro_data(q)) { in mt76_dma_add_rx_buf()
561 if (mt76_queue_is_wed_rro_data(q) || mt76_queue_is_wed_rro_msdu_pg(q)) in mt76_dma_dequeue()
H A Dmt76.h1970 static inline bool mt76_queue_is_wed_rro_data(struct mt76_queue *q) in mt76_queue_is_wed_rro_data() function
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddma.c981 if (force && mt76_queue_is_wed_rro_data(q)) in mt7996_dma_reset()