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

/netbsd-current/sys/dev/usb/
H A Duhcivar.h82 uhci_soft_td_t *ux_stdend; member in struct:uhci_xfer::__anon41::__anon43
H A Duhci.c1510 lstd = ux->ux_stdend;
2288 ux->ux_stdend = dataend;
2703 ux->ux_stdend = dataend;
2922 ux->ux_stdend = std;
3145 if (ux->ux_stdend == NULL) {
3157 usb_syncmem(&ux->ux_stdend->dma,
3158 ux->ux_stdend->offs + offsetof(uhci_td_t, td_status),
3159 sizeof(ux->ux_stdend->td.td_status),
3161 ux->ux_stdend->td.td_status &= htole32(~UHCI_TD_IOC);
3162 usb_syncmem(&ux->ux_stdend
[all...]

Completed in 147 milliseconds