Home
last modified time | relevance | path

Searched refs:hbas_to_enumerate (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c4460 * @hbas_to_enumerate: ?
4463 mpt3sas_ctl_init(ushort hbas_to_enumerate) in mpt3sas_ctl_init() argument
4470 if (hbas_to_enumerate != 1) in mpt3sas_ctl_init()
4478 if (hbas_to_enumerate != 2) in mpt3sas_ctl_init()
4512 * @hbas_to_enumerate: ?
4515 mpt3sas_ctl_exit(ushort hbas_to_enumerate) in mpt3sas_ctl_exit() argument
4518 if (hbas_to_enumerate != 1) in mpt3sas_ctl_exit()
4520 if (hbas_to_enumerate != 2) in mpt3sas_ctl_exit()
H A Dmpt3sas_scsih.c129 static ushort hbas_to_enumerate; variable
130 module_param(hbas_to_enumerate, ushort, 0444);
131 MODULE_PARM_DESC(hbas_to_enumerate,
12090 /* Enumerate only SAS 2.0 HBA's if hbas_to_enumerate is one, in _scsih_probe()
12093 if ((hbas_to_enumerate == 1) && (hba_mpi_version != MPI2_VERSION)) in _scsih_probe()
12096 /* Enumerate only SAS 3.0 HBA's if hbas_to_enumerate is two, in _scsih_probe()
12099 if ((hbas_to_enumerate == 2) && (!(hba_mpi_version == MPI25_VERSION in _scsih_probe()
12824 if (hbas_to_enumerate != 1) in scsih_exit()
12826 if (hbas_to_enumerate != 2) in scsih_exit()
12853 if (hbas_to_enumerate ! in _mpt3sas_init()
[all...]