Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemory_hotplug.c1613 const u64 max_phys = PHYSMEM_END; in mhp_get_pluggable_range() local
1618 if (mhp_range.start > max_phys) { in mhp_get_pluggable_range()
1622 mhp_range.end = min_t(u64, mhp_range.end, max_phys); in mhp_get_pluggable_range()
1625 mhp_range.end = max_phys; in mhp_get_pluggable_range()
/openbmc/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.c781 asd_ha->hw_prof.pcba_sn, asd_ha->hw_prof.max_phys, in asd_pci_probe()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7587 u8 phy_number, max_phys; in _scsih_sas_topology_change_event() local
7626 max_phys = sas_expander->num_phys; in _scsih_sas_topology_change_event()
7630 max_phys = ioc->sas_hba.num_phys; in _scsih_sas_topology_change_event()
7647 if (phy_number >= max_phys) in _scsih_sas_topology_change_event()