Home | History | Annotate | Download | only in usb

Lines Matching refs:ux_status

2232 	KASSERTMSG((xfer->ux_status == USBD_CANCELLED ||
2233 xfer->ux_status == USBD_TIMEOUT),
2234 "bad abort status: %d", xfer->ux_status);
2345 KASSERT(xfer->ux_status != USBD_NOT_STARTED);
2346 if (xfer->ux_status == USBD_IN_PROGRESS) {
2351 (uintptr_t)xfer, xfer->ux_status, 0, 0);
2399 KASSERT(xfer->ux_status == USBD_IN_PROGRESS);
2406 xfer->ux_status = USBD_NORMAL_COMPLETION;
2588 "%ju pipe %#jx", (uintptr_t)xfer, xfer->ux_status,
2603 xfer->ux_status = err;
2809 xfer->ux_status != USBD_NOT_STARTED) {
4396 xfer->ux_status = USBD_IN_PROGRESS;
4421 xfer->ux_status = USBD_CANCELLED;
4455 KASSERT(xfer->ux_status != USBD_IN_PROGRESS);
4548 out: if (xfer->ux_status == USBD_NOT_STARTED) {
4549 xfer->ux_status = USBD_IN_PROGRESS;
4557 KASSERT(xfer->ux_status == USBD_IN_PROGRESS);
4706 xfer->ux_status = USBD_IN_PROGRESS;
4828 out: if (xfer->ux_status == USBD_NOT_STARTED) {
4829 xfer->ux_status = USBD_IN_PROGRESS;
4837 KASSERT(xfer->ux_status == USBD_IN_PROGRESS);
4939 out: if (xfer->ux_status == USBD_NOT_STARTED) {
4940 xfer->ux_status = USBD_IN_PROGRESS;
4948 KASSERT(xfer->ux_status == USBD_IN_PROGRESS);