Searched defs:recovery_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1565 * recovery_depth:
1580 uint8_t select_path, uint8_t recovery_depth)
1591 recovery_depth--;
1593 if ((ret == 0) && recovery_depth) {
1596 recovery_depth--;
1599 if ((ret == 0) && recovery_depth) {
1579 vhci_recovery_reset(scsi_vhci_lun_t *vlun, struct scsi_address *ap, uint8_t select_path, uint8_t recovery_depth) argument

Completed in 60 milliseconds