Searched refs:svl_fops (Results 1 – 3 of 3) sorted by relevance
2625 fops = vlun->svl_fops; in vhci_do_prout()3232 fops = vlun->svl_fops; in vhci_intr()3697 rval = vlun->svl_fops->sfo_analyze_sense(svp->svp_psd, sensep, in vhci_efo_watch_cb()3823 fo = vlun->svl_fops; in vhci_update_pathstates()4376 fo = vlun->svl_fops; in vhci_pathinfo_state_change()4769 if (SCSI_FAILOVER_IS_TPGS(vlun->svl_fops)) { in vhci_update_pathinfo()5137 if (((sfo && vlun->svl_fops) && (sfo != vlun->svl_fops)) || in vhci_pathinfo_online()5139 ((sfo == NULL) && vlun->svl_fops)) { in vhci_pathinfo_online()5146 vlun->svl_fops ? vlun->svl_fops->sfo_name : "NULL", in vhci_pathinfo_online()5164 vlun->svl_fops = sfo; in vhci_pathinfo_online()[all …]
1588 if (!SCSI_FAILOVER_IS_TPGS(svl->svl_fops)) { in vhci_set_tpg_access_state()2784 SCSI_FAILOVER_IS_TPGS(svl->svl_fops))) { in vhci_mpapi_create_item()2930 if (SCSI_FAILOVER_IS_TPGS(vlun->svl_fops)) { in vhci_update_mpapi_data()3374 if (!SCSI_FAILOVER_IS_TPGS(vlun->svl_fops)) { in vhci_mpapi_synthesize_tpg_data()3541 (void *)(vlun ? vlun->svl_fops : NULL))); in vhci_mpapi_update_tpg_data()3544 !SCSI_FAILOVER_IS_TPGS(vlun->svl_fops)) { in vhci_mpapi_update_tpg_data()4199 if (!SCSI_FAILOVER_IS_TPGS(svl->svl_fops)) { in vhci_mpapi_set_path_state()
340 struct scsi_failover_ops *svl_fops; member