Home
last modified time | relevance | path

Searched refs:recovery_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c90 #define recovery_type spriv_field0 macro
1319 if (ccb->ccb_h.recovery_type == RECOVERY_READ_LOG) { in fsl_sata_end_transaction()
1322 } else if (ccb->ccb_h.recovery_type == RECOVERY_REQUEST_SENSE) { in fsl_sata_end_transaction()
1399 ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; in fsl_sata_issue_recovery()
1422 ccb->ccb_h.recovery_type = RECOVERY_REQUEST_SENSE; in fsl_sata_issue_recovery()
1730 ccb->ccb_h.recovery_type = RECOVERY_NONE; in fsl_sataaction()
/freebsd/sys/dev/siis/
H A Dsiis.c114 #define recovery_type spriv_field0 macro
1323 if (ccb->ccb_h.recovery_type == RECOVERY_READ_LOG) { in siis_end_transaction()
1326 } else if (ccb->ccb_h.recovery_type == RECOVERY_REQUEST_SENSE) { in siis_end_transaction()
1399 ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; in siis_issue_recovery()
1422 ccb->ccb_h.recovery_type = RECOVERY_REQUEST_SENSE; in siis_issue_recovery()
1824 ccb->ccb_h.recovery_type = RECOVERY_NONE; in siisaction()
/freebsd/sys/dev/mvs/
H A Dmvs.c98 #define recovery_type spriv_field0 macro
1720 if (ccb->ccb_h.recovery_type == RECOVERY_READ_LOG) { in mvs_end_transaction()
1723 } else if (ccb->ccb_h.recovery_type == RECOVERY_REQUEST_SENSE) { in mvs_end_transaction()
1803 ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; in mvs_issue_recovery()
1826 ccb->ccb_h.recovery_type = RECOVERY_REQUEST_SENSE; in mvs_issue_recovery()
2274 ccb->ccb_h.recovery_type = RECOVERY_NONE; in mvsaction()
/freebsd/sys/dev/ahci/
H A Dahci.c98 #define recovery_type spriv_field0 macro
2098 if (ccb->ccb_h.recovery_type == RECOVERY_READ_LOG) { in ahci_end_transaction()
2101 } else if (ccb->ccb_h.recovery_type == RECOVERY_REQUEST_SENSE) { in ahci_end_transaction()
2180 ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; in ahci_issue_recovery()
2203 ccb->ccb_h.recovery_type = RECOVERY_REQUEST_SENSE; in ahci_issue_recovery()
2728 ccb->ccb_h.recovery_type = RECOVERY_NONE; in ahciaction()