Searched refs:RTL8169_ALIGN (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/net/ |
A D | rtl8169.c | 297 # define RTL8169_ALIGN ARCH_DMA_MINALIGN macro 299 # define RTL8169_ALIGN 256 macro 322 DEFINE_ALIGN_BUFFER(u8, txb, NUM_TX_DESC * RX_BUF_SIZE, RTL8169_ALIGN); 328 DEFINE_ALIGN_BUFFER(u8, rxb, NUM_RX_DESC * RX_BUF_SIZE, RTL8169_ALIGN); 456 return (void *)noncached_alloc(size, RTL8169_ALIGN); in rtl_alloc_descs() 458 return memalign(RTL8169_ALIGN, size); in rtl_alloc_descs() 637 rtl_flush_buffer(ptxb, ALIGN(len, RTL8169_ALIGN)); in rtl_send_common()
|
Completed in 4 milliseconds