Home
last modified time | relevance | path

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

/Linux-v5.4/lib/xz/
Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
192 #define ALIGN_MASK (ALIGN_SIZE - 1)
Dxz_dec_lzma2.c202 uint16_t dist_align[ALIGN_SIZE];
/Linux-v5.4/include/uapi/linux/
Dtarget_core_user.h45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
58 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00crypto.c149 unsigned int align = ALIGN_SIZE(skb, header_length); in rt2x00crypto_rx_insert_iv()
Drt2x00.h99 #define ALIGN_SIZE(__skb, __header) \ macro
Drt2x00queue.c140 unsigned int align = ALIGN_SIZE(skb, 0); in rt2x00queue_align_frame()
/Linux-v5.4/drivers/net/ethernet/neterion/
Ds2io.c810 size = BUF0_LEN + ALIGN_SIZE; in init_shared_mem()
816 tmp += ALIGN_SIZE; in init_shared_mem()
817 tmp &= ~((unsigned long)ALIGN_SIZE); in init_shared_mem()
820 size = BUF1_LEN + ALIGN_SIZE; in init_shared_mem()
826 tmp += ALIGN_SIZE; in init_shared_mem()
827 tmp &= ~((unsigned long)ALIGN_SIZE); in init_shared_mem()
967 BUF0_LEN + ALIGN_SIZE; in free_shared_mem()
970 BUF1_LEN + ALIGN_SIZE; in free_shared_mem()
2501 size = ring->mtu + ALIGN_SIZE + BUF0_LEN + 4; in fill_rx_buffers()
2553 tmp += ALIGN_SIZE; in fill_rx_buffers()
[all …]
Ds2io.h51 #define ALIGN_SIZE 127 macro