Searched refs:ALIGN_SIZE (Results 1 – 7 of 7) sorted by relevance
190 #define ALIGN_SIZE (1 << ALIGN_BITS) macro191 #define ALIGN_MASK (ALIGN_SIZE - 1)
201 uint16_t dist_align[ALIGN_SIZE];
45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro60 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
149 unsigned int align = ALIGN_SIZE(skb, header_length); in rt2x00crypto_rx_insert_iv()
99 #define ALIGN_SIZE(__skb, __header) \ macro
140 unsigned int align = ALIGN_SIZE(skb, 0); in rt2x00queue_align_frame()
51 #define ALIGN_SIZE 127 macro