Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-ps-io-affinity.c22 struct path_info **path_map; member
29 struct path_info *pi = s->path_map[cpu]; in ioa_free_path()
39 s->path_map[cpu] = NULL; in ioa_free_path()
86 if (s->path_map[cpu]) { in ioa_add_path()
92 s->path_map[cpu] = pi; in ioa_add_path()
121 if (!s->path_map) in ioa_create()
132 kfree(s->path_map); in ioa_create()
147 kfree(s->path_map); in ioa_destroy()
207 pi = s->path_map[cpu]; in ioa_select_path()
221 pi = s->path_map[i]; in ioa_select_path()
[all …]
/linux/drivers/scsi/
H A Dhpsa.h88 u8 path_map; member
H A Dhpsa.c835 else if (hdev->path_map & path_map_index) in path_info_show()
4228 memcpy(&this_device->path_map, in hpsa_get_path_info()
4230 sizeof(this_device->path_map)); in hpsa_get_path_info()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1134 u8 path_map; member
H A Dsmartpqi_init.c1663 device->path_map = id_phys->redundant_path_present_map; in pqi_get_physical_device_info()
2111 existing_device->path_map = new_device->path_map; in pqi_scsi_update_device()
2362 return (device->path_map & (device->path_map - 1)) != 0; in pqi_is_multipath_device()
7200 else if (device->path_map & path_map_index) in pqi_path_info_show()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1683 u32 path_map: 4; member
H A Dcoex.c7337 wl->rfk_info.path_map = FIELD_GET(BTC_RFK_PATH_MAP, phy_path); in _ntfy_wl_rfk()
7343 __func__, wl->rfk_info.phy_map, wl->rfk_info.path_map, in _ntfy_wl_rfk()
H A Dfw.c4484 RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->path_map); in rtw89_fw_h2c_cxdrv_rfk()