Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mpr/
HDmpr_mapping.c927 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_find_enc_map_space() local
957 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
981 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1047 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1593 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_device() local
1722 search_idx += max_num_phy_ids; in _mapping_add_new_device()
1850 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_pcie_device() local
1979 search_idx += max_num_phy_ids; in _mapping_add_new_pcie_device()
2219 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_process_dpm_pg0() local
2287 max_num_phy_ids)) { in _mapping_process_dpm_pg0()
[all …]
/freebsd-head/sys/dev/mps/
HDmps_mapping.c889 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_find_enc_map_space() local
919 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
943 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1009 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
1403 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_add_new_device() local
1532 search_idx += max_num_phy_ids; in _mapping_add_new_device()
1770 u16 max_num_phy_ids = le16toh(sc->ioc_pg8.MaxNumPhysicalMappedIDs); in _mapping_process_dpm_pg0() local
1838 max_num_phy_ids)) { in _mapping_process_dpm_pg0()
1843 num_slots = max_num_phy_ids; in _mapping_process_dpm_pg0()