Lines Matching refs:PKT_ALIGN
161 #define PKT_ALIGN 64
300 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
326 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
362 /* size &= ~(PKT_ALIGN-1); -- we're called with aligned size */
376 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
606 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
608 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
935 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);
972 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1);