Searched refs:USBD_URB_STATUS (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_usbd.c402 * USBD_URB_STATUS(urb) would be set at callback functions like
410 USBD_URB_STATUS(urb) = status;
421 USBD_URB_STATUS(urb) = status;
425 USBD_URB_STATUS(urb) = status;
429 USBD_URB_STATUS(urb) = status;
433 USBD_URB_STATUS(urb) = status;
438 USBD_URB_STATUS(urb) = status = USBD_STATUS_NOT_SUPPORTED;
753 USBD_URB_STATUS(urb) = USBD_STATUS_PENDING;
1144 USBD_URB_STATUS(urb) = USBD_STATUS_SUCCESS;
1149 USBD_URB_STATUS(ur
[all...]
H A Dusbd_var.h202 #define USBD_URB_STATUS(urb) ((urb)->uu_hdr.uuh_status) macro

Completed in 84 milliseconds