Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Duhci.c1128 struct uhci_soft_td *std, *lstd; in uhci_check_intr() local
1145 lstd = ux->stdend; in uhci_check_intr()
1147 if (lstd == NULL) { in uhci_check_intr()
1157 if (letoh32(lstd->td.td_status) & UHCI_TD_ACTIVE) { in uhci_check_intr()
1159 for (std = ux->stdstart; std != lstd; std = std->link.std) { in uhci_check_intr()