Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/mon/
Dmon_bin.c161 #define PKT_ALIGN 64 macro
303 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc()
329 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc_contiguous()
379 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_free()
609 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
611 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
938 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_fetch()
975 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_queued()