Home
last modified time | relevance | path

Searched refs:max_phys (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dmemory_hotplug.c1684 const u64 max_phys = PHYSMEM_END; in mhp_get_pluggable_range() local
1689 if (mhp_range.start > max_phys) { in mhp_get_pluggable_range()
1693 mhp_range.end = min_t(u64, mhp_range.end, max_phys); in mhp_get_pluggable_range()
1696 mhp_range.end = max_phys; in mhp_get_pluggable_range()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h104 int max_phys; /* REPORTED + ENABLEABLE */ member
H A Daic94xx_sds.c818 asd_ha->hw_prof.max_phys = rep_phys + en_phys; in asd_ms_get_phy_params()
821 asd_ha->hw_prof.max_phys, asd_ha->hw_prof.num_phys); in asd_ms_get_phy_params()
H A Daic94xx_init.c767 asd_ha->hw_prof.pcba_sn, asd_ha->hw_prof.max_phys, in asd_pci_probe()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7573 u8 phy_number, max_phys; in _scsih_sas_topology_change_event() local
7612 max_phys = sas_expander->num_phys; in _scsih_sas_topology_change_event()
7616 max_phys = ioc->sas_hba.num_phys; in _scsih_sas_topology_change_event()
7633 if (phy_number >= max_phys) in _scsih_sas_topology_change_event()