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()
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/smartpqi/
H A Dsmartpqi.h1149 u8 path_map; member
/linux/drivers/scsi/
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/net/wireless/realtek/rtw89/
H A Dcore.h2134 u32 path_map: 4; member
6798 u8 path_map; member
H A Dphy.c6199 tx_stat->path_map = u32_get_bits(tx_stat->info[0], TX_STATUS_PATH_MAP); in rtw89_phy_tx_stat_update()
6220 tx_stat->path_map = u32_get_bits(tx_stat->info[2], TX_STATUS_PATH_MAP_V1); in rtw89_phy_tx_stat_update()
H A Ddebug.c4426 tx_stat->tx_path_en, tx_stat->path_map); in rtw89_get_bb_stat()
H A Dcoex.c9410 wl->rfk_info.path_map = FIELD_GET(BTC_RFK_PATH_MAP, phy_path); in _ntfy_wl_rfk()
9416 __func__, wl->rfk_info.phy_map, wl->rfk_info.path_map, in _ntfy_wl_rfk()
H A Dfw.c7201 RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->path_map); in rtw89_fw_h2c_cxdrv_rfk()