PROTOCOL_OVERHEAD  189 drivers/usb/host/fhci-sched.c 		fw_transaction_time = (((len + PROTOCOL_OVERHEAD) * 11) >> 4);
PROTOCOL_OVERHEAD  191 drivers/usb/host/fhci-sched.c 		fw_transaction_time = ((len + PROTOCOL_OVERHEAD) * 6);
PROTOCOL_OVERHEAD  194 drivers/usb/host/fhci-sched.c 	if (usb->actual_frame->total_bytes + len + PROTOCOL_OVERHEAD >=
PROTOCOL_OVERHEAD  231 drivers/usb/host/fhci-sched.c 	usb->actual_frame->total_bytes += (len + PROTOCOL_OVERHEAD);
PROTOCOL_OVERHEAD  247 drivers/usb/host/fhci-sched.c 		usb->actual_frame->total_bytes -= (len + PROTOCOL_OVERHEAD);