Home
last modified time | relevance | path

Searched refs:path_map (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1313 device->path_map = id_phys->redundant_path_present_map; in pqisrc_get_physical_device_info()
1388 device_exist->path_map = new_device->path_map; in pqisrc_exist_device_update()
H A Dsmartpqi_structures.h895 uint8_t path_map; member
/freebsd/usr.sbin/ctld/
H A Dctld.cc1778 std::unordered_map<std::string, struct lun *> path_map; in verify() local
1788 const auto &pair = path_map.try_emplace(path, lun); in verify()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h1807 u32 path_map: 4; member
H A Dcoex.c8373 wl->rfk_info.path_map = FIELD_GET(BTC_RFK_PATH_MAP, phy_path); in _ntfy_wl_rfk()
8379 __func__, wl->rfk_info.phy_map, wl->rfk_info.path_map, in _ntfy_wl_rfk()
H A Dfw.c5405 RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->path_map);