Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/storage/
Duas.c57 ALLOC_CMD_URB = BIT(6), enumerator
215 (ci->state & ALLOC_CMD_URB) ? " a-cmd" : "", in uas_log_cmd_state()
611 if (cmdinfo->state & ALLOC_CMD_URB) { in uas_submit_urbs()
615 cmdinfo->state &= ~ALLOC_CMD_URB; in uas_submit_urbs()
675 cmdinfo->state = SUBMIT_STATUS_URB | ALLOC_CMD_URB | SUBMIT_CMD_URB; in uas_queuecommand_lck()