Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/storage/
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()
564 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_submit_urbs()
568 cmdinfo->state &= ~SUBMIT_STATUS_URB; in uas_submit_urbs()
675 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()
707 if (cmdinfo->state & SUBMIT_STATUS_URB) { in uas_queuecommand_lck()