Searched refs:IS_IN_WORK_LIST (Results 1 – 1 of 1) sorted by relevance
63 IS_IN_WORK_LIST = BIT(12), enumerator118 if (!(cmdinfo->state & IS_IN_WORK_LIST)) in uas_do_work()123 cmdinfo->state &= ~IS_IN_WORK_LIST; in uas_do_work()148 cmdinfo->state |= IS_IN_WORK_LIST; in uas_add_work()221 (ci->state & IS_IN_WORK_LIST) ? " work" : ""); in uas_log_cmd_state()