Home
last modified time | relevance | path

Searched refs:SUBMIT_STATUS_URB (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/storage/
H A Duas.c52 SUBMIT_STATUS_URB = BIT(1), enumerator
210 (ci->state & SUBMIT_STATUS_URB) ? " s-st" : "", in uas_log_cmd_state()
267 cmdinfo->state |= direction | SUBMIT_STATUS_URB; in uas_xfer_data()
563 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_submit_urbs()
567 cmdinfo->state &= ~SUBMIT_STATUS_URB; in uas_submit_urbs()
674 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()
706 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_queuecommand_lck()