Home
last modified time | relevance | path

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

/linux/drivers/usb/mon/
H A Dmon_bin.c163 #define PKT_ALIGN 64 macro
305 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc()
331 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc_contiguous()
381 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_free()
611 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
613 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
940 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_fetch()
977 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_queued()