Home
last modified time | relevance | path

Searched refs:path_map (Results 1 – 6 of 6) 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()
119 s->path_map = kzalloc_objs(struct path_info *, nr_cpu_ids); in ioa_create()
120 if (!s->path_map) in ioa_create()
131 kfree(s->path_map); in ioa_create()
146 kfree(s->path_map); in ioa_destroy()
206 pi = s->path_map[cpu]; in ioa_select_path()
[all …]
/linux/drivers/scsi/
H A Dhpsa.h88 u8 path_map; member
H A Dhpsa.c829 else if (hdev->path_map & path_map_index) in path_info_show()
4214 memcpy(&this_device->path_map, in hpsa_get_path_info()
4216 sizeof(this_device->path_map)); in hpsa_get_path_info()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1149 u8 path_map; member
H A Dsmartpqi_init.c1678 device->path_map = id_phys->redundant_path_present_map; in pqi_get_physical_device_info()
2143 existing_device->path_map = new_device->path_map; in pqi_scsi_update_device()
7270 else if (device->path_map & path_map_index) in pqi_path_info_show()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c6217 RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->path_map); in rtw89_fw_h2c_cxdrv_rfk()