Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Ddesignware.c142 char *txbuffs = &priv->txbuffs[0]; in tx_descs_init() local
148 desc_p->dmamac_addr = (ulong)&txbuffs[idx * CONFIG_ETH_BUFSIZE]; in tx_descs_init()
Ddesignware.h225 char txbuffs[TX_TOTAL_BUFSIZE] __aligned(ARCH_DMA_MINALIGN);
Dsun8i_emac.c367 char *txbuffs = &priv->txbuffer[0]; in tx_descs_init() local
373 desc_p->buf_addr = (uintptr_t)&txbuffs[idx * CONFIG_ETH_BUFSIZE] in tx_descs_init()
Dag7xxx.c135 char txbuffs[TX_TOTAL_BUFSIZE] __aligned(ARCH_DMA_MINALIGN);
349 curr->data_addr = virt_to_phys(&priv->txbuffs[i * CONFIG_ETH_BUFSIZE]); in ag7xxx_dma_clean_tx()