Lines Matching refs:PKT_ALIGN
161 #define PKT_ALIGN 64
303 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
329 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
365 /* size &= ~(PKT_ALIGN-1); -- we're called with aligned size */
379 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
609 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
611 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
938 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
975 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);