Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_lzma2.h190 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
191 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dxz_dec_lzma2.c201 uint16_t dist_align[ALIGN_SIZE];
/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 Drt2x00.h99 #define ALIGN_SIZE(__skb, __header) \ macro
H A Drt2x00queue.c140 unsigned int align = ALIGN_SIZE(skb, 0); in rt2x00queue_align_frame()
/linux/drivers/net/ethernet/neterion/
H A Ds2io.c812 size = BUF0_LEN + ALIGN_SIZE; in init_shared_mem()
818 tmp += ALIGN_SIZE; in init_shared_mem()
819 tmp &= ~((unsigned long)ALIGN_SIZE); in init_shared_mem()
822 size = BUF1_LEN + ALIGN_SIZE; in init_shared_mem()
828 tmp += ALIGN_SIZE; in init_shared_mem()
829 tmp &= ~((unsigned long)ALIGN_SIZE); in init_shared_mem()
969 BUF0_LEN + ALIGN_SIZE; in free_shared_mem()
972 BUF1_LEN + ALIGN_SIZE; in free_shared_mem()
2565 tmp += ALIGN_SIZE; in fill_rx_buffers()
2566 tmp &= ~ALIGN_SIZE; in fill_rx_buffers()
[all …]
H A Ds2io.h51 #define ALIGN_SIZE 127 macro