Searched refs:ALIGN_MASK (Results 1 – 4 of 4) sorted by relevance
192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
351 #define ALIGN_MASK (4 - 1) macro356 return (value & (UINT32)(ALIGN_MASK)) == 0; in IsSpAligned()
479 #define ALIGN_MASK 7 macro482 return (val + ALIGN_MASK) & ~ALIGN_MASK; in align_val()576 *needed += ALIGN_MASK; in list_version_get_needed()
394 const unsigned int ALIGN_MASK = SLIC_RX_BUFF_ALIGN - 1; in slic_refill_rx_queue() local406 skb = alloc_skb(maplen + ALIGN_MASK, gfp); in slic_refill_rx_queue()420 misalign = paddr & ALIGN_MASK; in slic_refill_rx_queue()