Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c182 struct mt76_rro_rxdmad_c *dmad = (void *)q->desc; in mt76_dma_queue_magic_cnt_init() local
188 dmad[i].data3 = cpu_to_le32(data3); in mt76_dma_queue_magic_cnt_init()
456 struct mt76_rro_rxdmad_c *dmad = e->buf; in mt76_dma_get_rxdmad_c_buf() local
457 u32 data1 = le32_to_cpu(dmad->data1); in mt76_dma_get_rxdmad_c_buf()
458 u32 data2 = le32_to_cpu(dmad->data2); in mt76_dma_get_rxdmad_c_buf()
580 struct mt76_rro_rxdmad_c *dmad; in mt76_dma_dequeue() local
586 dmad = q->entry[idx].buf; in mt76_dma_dequeue()
588 le32_to_cpu(dmad->data3)); in mt76_dma_dequeue()