Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_dwmac_mmu.c64 p->tx_descs_phys = desc_phys_addr; in dwmac_platform_init()
Deth_dwmac.c59 #define TXDESC_PHYS_H(idx) hi32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc))
60 #define TXDESC_PHYS_L(idx) lo32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc))
Deth_dwmac_priv.h59 uintptr_t tx_descs_phys, rx_descs_phys; member