Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A Duas.c57 ALLOC_CMD_URB = BIT(6), enumerator
215 (ci->state & ALLOC_CMD_URB) ? " a-cmd" : "", in uas_log_cmd_state()
610 if (cmdinfo->state & ALLOC_CMD_URB) { in uas_submit_urbs()
614 cmdinfo->state &= ~ALLOC_CMD_URB; in uas_submit_urbs()
674 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()