Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpr/
H A Dmpr_mapping.c930 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_find_enc_map_space() local
960 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
984 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1050 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1594 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_device() local
1723 search_idx += max_num_phy_ids; in _mapping_add_new_device()
1851 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_pcie_device() local
1980 search_idx += max_num_phy_ids; in _mapping_add_new_pcie_device()
2220 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_process_dpm_pg0() local
2289 max_num_phy_ids)) { in _mapping_process_dpm_pg0()
[all …]
/freebsd-12.1/sys/dev/mps/
H A Dmps_mapping.c892 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_find_enc_map_space() local
922 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
946 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1012 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1405 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_device() local
1534 search_idx += max_num_phy_ids; in _mapping_add_new_device()
1772 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_process_dpm_pg0() local
1841 max_num_phy_ids)) { in _mapping_process_dpm_pg0()
1846 num_slots = max_num_phy_ids; in _mapping_process_dpm_pg0()