Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtarget_core_user.h45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
60 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c149 unsigned int align = ALIGN_SIZE(skb, header_length); in rt2x00crypto_rx_insert_iv()
H A Drt2x00queue.c140 unsigned int align = ALIGN_SIZE(skb, 0); in rt2x00queue_align_frame()