Searched refs:FLAG_REMOVE_UNUSABLE_FCP_DEV (Results 1 – 3 of 3) sorted by relevance
230 if ((apidt->flags & FLAG_REMOVE_UNUSABLE_FCP_DEV) == in dev_rcm_offline()231 FLAG_REMOVE_UNUSABLE_FCP_DEV) { in dev_rcm_offline()299 if ((apidt->flags & FLAG_REMOVE_UNUSABLE_FCP_DEV) == in dev_rcm_remove()300 FLAG_REMOVE_UNUSABLE_FCP_DEV) { in dev_rcm_remove()441 if ((apidt->flags & FLAG_REMOVE_UNUSABLE_FCP_DEV) == in dev_unconf()442 FLAG_REMOVE_UNUSABLE_FCP_DEV) { in dev_unconf()479 if ((apidt->flags & FLAG_REMOVE_UNUSABLE_FCP_DEV) == in dev_unconf()480 FLAG_REMOVE_UNUSABLE_FCP_DEV) { in dev_unconf()1018 if (((optflag & FLAG_REMOVE_UNUSABLE_FCP_DEV) != in dev_change_state()1019 FLAG_REMOVE_UNUSABLE_FCP_DEV) || in dev_change_state()[all …]
104 apidt.flags |= FLAG_REMOVE_UNUSABLE_FCP_DEV; in cfga_change_state()
256 #define FLAG_REMOVE_UNUSABLE_FCP_DEV 0x01000000 macro