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

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_usbd.c404 * USBD_URB_STATUS(urb) would be set at callback functions like
412 USBD_URB_STATUS(urb) = status;
423 USBD_URB_STATUS(urb) = status;
427 USBD_URB_STATUS(urb) = status;
431 USBD_URB_STATUS(urb) = status;
435 USBD_URB_STATUS(urb) = status;
440 USBD_URB_STATUS(urb) = status = USBD_STATUS_NOT_SUPPORTED;
755 USBD_URB_STATUS(urb) = USBD_STATUS_PENDING;
1146 USBD_URB_STATUS(urb) = USBD_STATUS_SUCCESS;
1151 USBD_URB_STATUS(ur
[all...]
H A Dusbd_var.h204 #define USBD_URB_STATUS(urb) ((urb)->uu_hdr.uuh_status) macro

Completed in 100 milliseconds