Searched refs:multipath_on_hba (Results 1 – 3 of 3) sorted by relevance
162 static int multipath_on_hba = -1; variable163 module_param(multipath_on_hba, int, 0);164 MODULE_PARM_DESC(multipath_on_hba,395 if (!ioc->multipath_on_hba) in mpt3sas_get_port_by_id()414 if (!ioc->multipath_on_hba) { in mpt3sas_get_port_by_id()10205 (ioc->multipath_on_hba ? in _scsih_search_responding_expanders()10670 if (ioc->multipath_on_hba) { in mpt3sas_scsih_reset_done_handler()12113 if (multipath_on_hba == -1 || multipath_on_hba == 0) in _scsih_probe()12114 ioc->multipath_on_hba = 0; in _scsih_probe()12116 ioc->multipath_on_hba = 1; in _scsih_probe()[all …]
925 (ioc->multipath_on_hba)) { in mpt3sas_transport_port_remove()1186 (ioc->multipath_on_hba)) { in mpt3sas_transport_update_links()
1636 u8 multipath_on_hba; member