Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/storage/
Duas.c51 SUBMIT_STATUS_URB = BIT(1), enumerator
184 (ci->state & SUBMIT_STATUS_URB) ? " s-st" : "", in uas_log_cmd_state()
241 cmdinfo->state |= direction | SUBMIT_STATUS_URB; in uas_xfer_data()
545 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_submit_urbs()
549 cmdinfo->state &= ~SUBMIT_STATUS_URB; in uas_submit_urbs()
662 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()
683 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_queuecommand_lck()