Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dgadget.c514 int pkt_round; in dwc2_hsotg_write_fifo() local
616 pkt_round = to_write % max_transfer; in dwc2_hsotg_write_fifo()
626 if (pkt_round) in dwc2_hsotg_write_fifo()
627 to_write -= pkt_round; in dwc2_hsotg_write_fifo()