Home
last modified time | relevance | path

Searched refs:last_qtd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c769 int last_qtd; in collect_qtds() local
777 last_qtd = last_qtd_of_urb(qtd, qh); in collect_qtds()
779 if ((!last_qtd) && (qtd->status == QTD_RETIRE)) in collect_qtds()
802 if (!last_qtd) in collect_qtds()
810 if (last_qtd) { in collect_qtds()
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-hcd.c1058 int last_qtd; in collect_qtds() local
1064 last_qtd = last_qtd_of_urb(qtd, qh); in collect_qtds()
1066 if ((!last_qtd) && (qtd->status == QTD_RETIRE)) in collect_qtds()
1089 if (!last_qtd) in collect_qtds()
1097 if (last_qtd) { in collect_qtds()

Completed in 11 milliseconds