Searched refs:DRIVE_PROBING (Results 1 – 4 of 4) sorted by relevance
120 if ((old_state & DRIVE_PROBING) && (! (new_state & DRIVE_PROBING))) { in mhd_state()125 if (dlp->dl_drives[i]->dr_state & DRIVE_PROBING) in mhd_state()342 assert(dp->dr_state & (DRIVE_PROBING | DRIVE_STATUSING)); in mhd_probe()351 if (! (dp->dr_state & (DRIVE_PROBING | DRIVE_STATUSING))) in mhd_probe()372 if (dp->dr_state & DRIVE_PROBING) { in mhd_probe()975 if (dp->dr_state & (DRIVE_PROBING | DRIVE_STATUSING)) { in mhd_drive_thread()1009 if (! (dp->dr_state & DRIVE_PROBING)) { in mhd_drive_thread()
246 if (dp->dr_state != DRIVE_PROBING) in mhd_ff_check()
73 #define DRIVE_PROBING 0x0100 macro
649 if (mhd_state_set(dp, DRIVE_PROBING, in mhd_reserve_set()