Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Drtl8169.c293 # define RTL8169_ALIGN ARCH_DMA_MINALIGN macro
295 # define RTL8169_ALIGN 256 macro
318 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
324 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN);
452 return (void *)noncached_alloc(size, RTL8169_ALIGN); in rtl_alloc_descs()
454 return memalign(RTL8169_ALIGN, size); in rtl_alloc_descs()
633 rtl_flush_buffer(ptxb, ALIGN(len, RTL8169_ALIGN)); in rtl_send_common()