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

/linux-master/drivers/usb/storage/
H A Duas.c63 IS_IN_WORK_LIST = BIT(12), enumerator in enum:__anon1911
118 if (!(cmdinfo->state & IS_IN_WORK_LIST))
123 cmdinfo->state &= ~IS_IN_WORK_LIST;
148 cmdinfo->state |= IS_IN_WORK_LIST;
221 (ci->state & IS_IN_WORK_LIST) ? " work" : "");

Completed in 95 milliseconds