Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/storage/
Duas.c57 ALLOC_CMD_URB = (1 << 6), enumerator
190 (ci->state & ALLOC_CMD_URB) ? " a-cmd" : "", in uas_log_cmd_state()
569 if (cmdinfo->state & ALLOC_CMD_URB) { in uas_submit_urbs()
573 cmdinfo->state &= ~ALLOC_CMD_URB; in uas_submit_urbs()
639 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()