Searched refs:SF_TARGET_OFFLINE (Results 1 – 2 of 2) sorted by relevance
970 if (!(target->sft_state & SF_TARGET_OFFLINE)) { in sf_detach()980 SF_TARGET_OFFLINE)) { in sf_detach()1032 if (!(target->sft_state & SF_TARGET_OFFLINE)) { in sf_detach()1041 SF_TARGET_OFFLINE)) { in sf_detach()2206 if (!(target->sft_state & SF_TARGET_OFFLINE)) in sf_statec_callback()2368 if (!(target->sft_state & SF_TARGET_OFFLINE)) in sf_statec_callback()2416 if (!(target->sft_state & SF_TARGET_OFFLINE)) { in sf_statec_callback()3253 ptarget->sft_state&SF_TARGET_OFFLINE) { in sf_create_target()3270 target->sft_state &= ~(SF_TARGET_OFFLINE| in sf_create_target()3411 target->sft_state &= ~(SF_TARGET_OFFLINE|SF_TARGET_MARK); in sf_create_target()[all …]
238 #define SF_TARGET_OFFLINE 0x4 macro