Searched refs:path_map (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-ps-io-affinity.c | 22 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 D | smartpqi.h | 1149 u8 path_map; member
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 829 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 D | core.h | 2134 u32 path_map: 4; member 6798 u8 path_map; member
|
| H A D | phy.c | 6199 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 D | debug.c | 4426 tx_stat->tx_path_en, tx_stat->path_map); in rtw89_get_bb_stat()
|
| H A D | coex.c | 9410 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 D | fw.c | 7201 RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->path_map); in rtw89_fw_h2c_cxdrv_rfk()
|