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

/linux-master/drivers/md/
H A Ddm-ps-io-affinity.c22 struct path_info **path_map; member in struct:selector
29 struct path_info *pi = s->path_map[cpu];
39 s->path_map[cpu] = NULL;
86 if (s->path_map[cpu]) {
92 s->path_map[cpu] = pi;
119 s->path_map = kzalloc(nr_cpu_ids * sizeof(struct path_info *),
121 if (!s->path_map)
132 kfree(s->path_map);
147 kfree(s->path_map);
207 pi = s->path_map[cp
[all...]
/linux-master/drivers/scsi/
H A Dhpsa.h88 u8 path_map; member in struct:hpsa_scsi_dev_t
H A Dhpsa.c835 else if (hdev->path_map & path_map_index)
4228 memcpy(&this_device->path_map,
4230 sizeof(this_device->path_map));
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h1134 u8 path_map; member in struct:pqi_scsi_dev
H A Dsmartpqi_init.c1664 device->path_map = id_phys->redundant_path_present_map;
2112 existing_device->path_map = new_device->path_map;
2363 return (device->path_map & (device->path_map - 1)) != 0;
7206 else if (device->path_map & path_map_index)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6269 wl->rfk_info.path_map = FIELD_GET(BTC_RFK_PATH_MAP, phy_path);
6275 __func__, wl->rfk_info.phy_map, wl->rfk_info.path_map,
H A Dcore.h1609 u32 path_map: 4; member in struct:rtw89_btc_wl_rfk_info
H A Dfw.c4285 RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->path_map);

Completed in 260 milliseconds