Lines Matching refs:UCBF_MIRRORED
1132 pdev->DiskMirror[padapter->survivor].status = UCBF_MIRRORED | UCBF_SURVIVOR; //clear present status in InitFailover()
1313 pdev->DiskMirror[index].status = UCBF_MIRRORED; // setup the flags in SetReconstruct()
1314 pdev->DiskMirror[index ^ 1].status = UCBF_MIRRORED | UCBF_REBUILD; in SetReconstruct()
1558 pdev->DiskMirror[pdev->mirrorRecon].status = UCBF_MIRRORED | UCBF_MATCHED; in ReconTimerExpiry()
1559 pdev->DiskMirror[pdev->mirrorRecon ^ 1].status = UCBF_MIRRORED | UCBF_MATCHED; in ReconTimerExpiry()
2163 …( ((pdev->DiskMirror[0].status & UCBF_SURVIVOR) && (pdev->DiskMirror[1].status & UCBF_MIRRORED)) || in Pci2220i_QueueCommand()
2164 … ((pdev->DiskMirror[1].status & UCBF_SURVIVOR) && (pdev->DiskMirror[0].status & UCBF_MIRRORED)) ) in Pci2220i_QueueCommand()
2621 pdev->DiskMirror[0].status = UCBF_MIRRORED | UCBF_SURVIVOR; in Pci2220i_Detect()
2628 pdev->DiskMirror[1].status = UCBF_MIRRORED | UCBF_SURVIVOR; in Pci2220i_Detect()
2724 pdev->DiskMirror[0].status = UCBF_MIRRORED | UCBF_SURVIVOR; in Pci2220i_Detect()
2731 pdev->DiskMirror[1].status = UCBF_MIRRORED | UCBF_SURVIVOR; in Pci2220i_Detect()