Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h439 #define TX_ALIGN 4 macro
/openbmc/linux/drivers/net/usb/
H A Dr8152.c750 #define TX_ALIGN 4 macro
2026 return (void *)ALIGN((uintptr_t)data, TX_ALIGN); in tx_agg_align()
2146 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL, in alloc_all_mem()