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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_msctest.c174 uint8_t status_try; member in struct:bbb_transfer
273 sc->status_try = 1;
318 sc->status_try = 0;
476 usbd_errstr(error), sc->status_try);
478 if (error == USB_ERR_CANCELLED || sc->status_try) {
481 sc->status_try = 1;

Completed in 45 milliseconds