Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Drtl8169.c288 # define RTL8169_ALIGN ARCH_DMA_MINALIGN macro
290 # define RTL8169_ALIGN 256 macro
313 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
319 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
447 return (void *)noncached_alloc(size, RTL8169_ALIGN); in rtl_alloc_descs()
449 return memalign(RTL8169_ALIGN, size); in rtl_alloc_descs()
628 rtl_flush_buffer(ptxb, ALIGN(len, RTL8169_ALIGN)); in rtl_send_common()