Searched refs:PKT_ALIGN (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c145 #define PKT_ALIGN 64 macro
284 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
310 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
346 /* size &= ~(PKT_ALIGN-1); -- we're called with aligned size */
360 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
562 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c145 #define PKT_ALIGN 64 macro
284 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
310 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
346 /* size &= ~(PKT_ALIGN-1); -- we're called with aligned size */
360 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
562 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN
[all...]

Completed in 115 milliseconds