Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/mon/
Dmon_bin.c157 #define PKT_ALIGN 64 macro
296 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc()
322 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc_contiguous()
372 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_free()
602 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
604 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
930 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_fetch()
967 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_queued()