Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_dwmac_mmu.c60 p->tx_descs = (void *)desc_uncached_addr; in dwmac_platform_init()
Deth_dwmac.c64 #define TXDESC_PHYS_H(idx) phys_hi32(&p->tx_descs[idx])
65 #define TXDESC_PHYS_L(idx) phys_lo32(&p->tx_descs[idx])
178 d = &p->tx_descs[d_idx]; in dwmac_send()
228 d = &p->tx_descs[d_idx]; in dwmac_tx_release()
601 memset(p->tx_descs, 0, NB_TX_DESCS * sizeof(struct dwmac_dma_desc)); in dwmac_probe()
Deth_dwmac_stm32h7x.c100 p->tx_descs = dwmac_tx_descs; in dwmac_platform_init()
Deth_dwmac_priv.h53 struct dwmac_dma_desc *tx_descs, *rx_descs; member