Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/storage/
Duas.c63 IS_IN_WORK_LIST = (1 << 12), enumerator
105 if (!(cmdinfo->state & IS_IN_WORK_LIST)) in uas_do_work()
110 cmdinfo->state &= ~IS_IN_WORK_LIST; in uas_do_work()
125 cmdinfo->state |= IS_IN_WORK_LIST; in uas_add_work()
196 (ci->state & IS_IN_WORK_LIST) ? " work" : ""); in uas_log_cmd_state()