Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c360 buff = &txq->txbuffs[idx]; in slic_xmit_complete()
848 txq->txbuffs = kcalloc(txq->len, sizeof(*buff), GFP_KERNEL); in slic_init_tx_queue()
849 if (!txq->txbuffs) in slic_init_tx_queue()
862 buff = &txq->txbuffs[i]; in slic_init_tx_queue()
883 buff = &txq->txbuffs[i]; in slic_init_tx_queue()
889 kfree(txq->txbuffs); in slic_init_tx_queue()
901 buff = &txq->txbuffs[i]; in slic_free_tx_queue()
913 kfree(txq->txbuffs); in slic_free_tx_queue()
1431 buff = &txq->txbuffs[txq->put_idx]; in slic_xmit()
H A Dslic.h508 struct slic_tx_buffer *txbuffs; member
/openbmc/u-boot/drivers/net/
H A Ddesignware.h225 char txbuffs[TX_TOTAL_BUFSIZE] __aligned(ARCH_DMA_MINALIGN);
H A Ddesignware.c143 char *txbuffs = &priv->txbuffs[0]; in tx_descs_init() local
149 desc_p->dmamac_addr = (ulong)&txbuffs[idx * CONFIG_ETH_BUFSIZE]; in tx_descs_init()
H A Dsun8i_emac.c385 char *txbuffs = &priv->txbuffer[0]; in tx_descs_init() local
391 desc_p->buf_addr = (uintptr_t)&txbuffs[idx * CONFIG_ETH_BUFSIZE] in tx_descs_init()
H A 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()