Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c926 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_find_enc_map_space() local
956 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
980 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1046 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1592 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_device() local
1721 search_idx += max_num_phy_ids; in _mapping_add_new_device()
1849 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_pcie_device() local
1978 search_idx += max_num_phy_ids; in _mapping_add_new_pcie_device()
2218 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_process_dpm_pg0() local
2286 max_num_phy_ids)) { in _mapping_process_dpm_pg0()
[all …]
/freebsd/sys/dev/mps/
H A Dmps_mapping.c888 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_find_enc_map_space() local
918 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
942 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1008 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1402 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_device() local
1531 search_idx += max_num_phy_ids; in _mapping_add_new_device()
1769 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_process_dpm_pg0() local
1837 max_num_phy_ids)) { in _mapping_process_dpm_pg0()
1842 num_slots = max_num_phy_ids; in _mapping_process_dpm_pg0()