Searched refs:ALIGN_SIZE (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2x00crypto.c162 unsigned int align = ALIGN_SIZE(skb, header_length);
H A Drt2x00queue.c141 unsigned int align = ALIGN_SIZE(skb, 0);
154 unsigned int header_align = ALIGN_SIZE(skb, 0);
155 unsigned int payload_align = ALIGN_SIZE(skb, header_length);
H A Drt2x00.h123 #define ALIGN_SIZE(__skb, __header) \ macro
/drivers/net/ethernet/neterion/
H A Ds2io.c828 size = BUF0_LEN + ALIGN_SIZE;
834 tmp += ALIGN_SIZE;
835 tmp &= ~((unsigned long)ALIGN_SIZE);
838 size = BUF1_LEN + ALIGN_SIZE;
844 tmp += ALIGN_SIZE;
845 tmp &= ~((unsigned long)ALIGN_SIZE);
985 BUF0_LEN + ALIGN_SIZE;
988 BUF1_LEN + ALIGN_SIZE;
2524 size = ring->mtu + ALIGN_SIZE + BUF0_LEN + 4;
2576 tmp += ALIGN_SIZE;
[all...]
H A Ds2io.h50 #define ALIGN_SIZE 127 macro
/drivers/net/wireless/bcmdhd/include/
H A Dbcmutils.h576 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro

Completed in 92 milliseconds