Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
D3c90x.h260 #define TX_RING_ALIGN 16 macro
Dr8169.h80 #define TX_RING_ALIGN 256 macro
D3c90x.c257 malloc_dma(TX_RING_SIZE * sizeof(struct TXD), TX_RING_ALIGN); in a3c90x_setup_tx_ring()
Dsky2.c67 #define TX_RING_ALIGN 4096 macro
1139 sky2->tx_le = malloc_dma(TX_RING_SIZE * sizeof(struct sky2_tx_le), TX_RING_ALIGN); in sky2_up()
Dr8169.c1594 tp->tx_base = malloc_dma ( R8169_TX_RING_BYTES, TX_RING_ALIGN ); in rtl8169_setup_tx_resources()