Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dr8152.c648 #define TX_ALIGN 4 macro
1734 return (void *)ALIGN((uintptr_t)data, TX_ALIGN); in tx_agg_align()
1854 buf = kmalloc_node(agg_buf_sz + TX_ALIGN, GFP_KERNEL, in alloc_all_mem()
/kernel/linux/linux-6.6/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()

Completed in 23 milliseconds