table_id 148 drivers/acpi/acpica/acapps.h char *ad_generate_filename(char *prefix, char *table_id); table_id 44 drivers/acpi/pci_mcfg.c #define AL_ECAM(table_id, rev, seg, ops) \ table_id 45 drivers/acpi/pci_mcfg.c { "AMAZON", table_id, rev, seg, MCFG_BUS_ANY, ops } table_id 68 drivers/acpi/pci_mcfg.c #define HISI_QUAD_DOM(table_id, seg, ops) \ table_id 69 drivers/acpi/pci_mcfg.c { "HISI ", table_id, 0, (seg) + 0, MCFG_BUS_ANY, ops }, \ table_id 70 drivers/acpi/pci_mcfg.c { "HISI ", table_id, 0, (seg) + 1, MCFG_BUS_ANY, ops }, \ table_id 71 drivers/acpi/pci_mcfg.c { "HISI ", table_id, 0, (seg) + 2, MCFG_BUS_ANY, ops }, \ table_id 72 drivers/acpi/pci_mcfg.c { "HISI ", table_id, 0, (seg) + 3, MCFG_BUS_ANY, ops } table_id 116 drivers/gpu/drm/amd/include/discovery.h uint32_t table_id; /* table ID */ table_id 440 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c int table_id = smu_table_get_index(smu, table_index); table_id 442 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c if (!table_data || table_id >= smu_table->table_count || table_id < 0) table_id 461 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c table_id | ((argument & 0xFFFF) << 16)); table_id 170 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h #define SMU_TABLE_INIT(tables, table_id, s, a, d) \ table_id 172 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h tables[table_id].size = s; \ table_id 173 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h tables[table_id].align = a; \ table_id 174 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h tables[table_id].domain = d; \ table_id 231 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h int (*smc_table_manager)(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw); /*rw: true for read, false for write */ table_id 115 drivers/gpu/drm/amd/powerplay/inc/smumgr.h extern int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw); table_id 117 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c uint8_t *table, int16_t table_id) table_id 123 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c PP_ASSERT_WITH_CODE(table_id < MAX_SMU_TABLE, table_id 125 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 127 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 131 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 134 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 137 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c priv->smu_tables.entry[table_id].table_id); table_id 142 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c memcpy(table, (uint8_t *)priv->smu_tables.entry[table_id].table, table_id 143 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c priv->smu_tables.entry[table_id].size); table_id 149 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c uint8_t *table, int16_t table_id) table_id 154 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c PP_ASSERT_WITH_CODE(table_id < MAX_SMU_TABLE, table_id 156 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 158 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 161 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c memcpy(priv->smu_tables.entry[table_id].table, table, table_id 162 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c priv->smu_tables.entry[table_id].size); table_id 166 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 169 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 172 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c priv->smu_tables.entry[table_id].table_id); table_id 257 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c priv->smu_tables.entry[SMU10_WMTABLE].table_id = TABLE_WATERMARKS; table_id 273 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c priv->smu_tables.entry[SMU10_CLOCKTABLE].table_id = TABLE_DPMCLOCKS; table_id 286 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c static int smu10_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw) table_id 291 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c ret = smu10_copy_table_from_smc(hwmgr, table, table_id); table_id 293 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c ret = smu10_copy_table_to_smc(hwmgr, table, table_id); table_id 35 drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.h uint32_t table_id; table_id 213 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw) table_id 216 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c return hwmgr->smumgr_funcs->smc_table_manager(hwmgr, table, table_id, rw); table_id 39 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c uint8_t *table, int16_t table_id) table_id 44 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c PP_ASSERT_WITH_CODE(table_id < MAX_SMU_TABLE, table_id 46 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 48 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 52 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 55 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 58 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[table_id].table_id); table_id 63 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c memcpy(table, priv->smu_tables.entry[table_id].table, table_id 64 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[table_id].size); table_id 70 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c uint8_t *table, int16_t table_id) table_id 74 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c PP_ASSERT_WITH_CODE(table_id < MAX_SMU_TABLE, table_id 76 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 78 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 81 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c memcpy(priv->smu_tables.entry[table_id].table, table, table_id 82 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[table_id].size); table_id 86 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 89 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr)); table_id 92 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[table_id].table_id); table_id 209 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; table_id 225 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[WMTABLE].table_id = TABLE_WATERMARKS; table_id 241 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[AVFSTABLE].table_id = TABLE_AVFS; table_id 256 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[TOOLSTABLE].table_id = TABLE_PMSTATUSLOG; table_id 272 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c priv->smu_tables.entry[AVFSFUSETABLE].table_id = TABLE_AVFS_FUSE_OVERRIDE; table_id 342 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c uint16_t table_id, bool rw) table_id 347 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c ret = vega10_copy_table_from_smc(hwmgr, table, table_id); table_id 349 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c ret = vega10_copy_table_to_smc(hwmgr, table, table_id); table_id 31 drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.h uint32_t table_id; table_id 41 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c uint8_t *table, int16_t table_id) table_id 47 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c PP_ASSERT_WITH_CODE(table_id < TABLE_COUNT, table_id 49 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 51 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 55 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr)) == 0, table_id 59 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr)) == 0, table_id 64 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c table_id) == 0, table_id 71 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c memcpy(table, priv->smu_tables.entry[table_id].table, table_id 72 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c priv->smu_tables.entry[table_id].size); table_id 83 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c uint8_t *table, int16_t table_id) table_id 88 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c PP_ASSERT_WITH_CODE(table_id < TABLE_COUNT, table_id 90 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 92 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 95 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c memcpy(priv->smu_tables.entry[table_id].table, table, table_id 96 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c priv->smu_tables.entry[table_id].size); table_id 100 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr)) == 0, table_id 105 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr)) == 0, table_id 110 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c table_id) == 0, table_id 380 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c uint16_t table_id, bool rw) table_id 385 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c ret = vega12_copy_table_from_smc(hwmgr, table, table_id); table_id 387 drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c ret = vega12_copy_table_to_smc(hwmgr, table, table_id); table_id 162 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c uint8_t *table, int16_t table_id) table_id 169 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PP_ASSERT_WITH_CODE(table_id < TABLE_COUNT, table_id 171 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 173 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 178 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr))) == 0, table_id 183 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr))) == 0, table_id 187 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PPSMC_MSG_TransferTableSmu2Dram, table_id)) == 0, table_id 194 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c memcpy(table, priv->smu_tables.entry[table_id].table, table_id 195 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c priv->smu_tables.entry[table_id].size); table_id 206 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c uint8_t *table, int16_t table_id) table_id 212 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PP_ASSERT_WITH_CODE(table_id < TABLE_COUNT, table_id 214 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0, table_id 216 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0, table_id 219 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c memcpy(priv->smu_tables.entry[table_id].table, table, table_id 220 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c priv->smu_tables.entry[table_id].size); table_id 224 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c upper_32_bits(priv->smu_tables.entry[table_id].mc_addr))) == 0, table_id 229 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c lower_32_bits(priv->smu_tables.entry[table_id].mc_addr))) == 0, table_id 233 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c PPSMC_MSG_TransferTableDram2Smu, table_id)) == 0, table_id 590 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c uint16_t table_id, bool rw) table_id 595 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c ret = vega20_copy_table_from_smc(hwmgr, table, table_id); table_id 597 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c ret = vega20_copy_table_to_smc(hwmgr, table, table_id); table_id 188 drivers/infiniband/hw/mlx5/devx.c table_id); table_id 423 drivers/infiniband/hw/mlx5/devx.c table_id)); table_id 428 drivers/infiniband/hw/mlx5/devx.c table_id)); table_id 1127 drivers/infiniband/hw/mlx5/devx.c *obj_id = MLX5_GET(create_flow_table_out, out, table_id); table_id 1134 drivers/infiniband/hw/mlx5/devx.c MLX5_SET(destroy_flow_table_in, din, table_id, *obj_id); table_id 1147 drivers/infiniband/hw/mlx5/devx.c MLX5_SET(destroy_flow_group_in, din, table_id, table_id 1148 drivers/infiniband/hw/mlx5/devx.c MLX5_GET(create_flow_group_in, in, table_id)); table_id 1162 drivers/infiniband/hw/mlx5/devx.c MLX5_SET(delete_fte_in, din, table_id, table_id 1163 drivers/infiniband/hw/mlx5/devx.c MLX5_GET(set_fte_in, in, table_id)); table_id 467 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le16 table_id; table_id 2887 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h u8 table_id; table_id 4530 drivers/net/ethernet/intel/i40e/i40e_common.c u8 table_id, u32 start_index, u16 buff_size, table_id 4553 drivers/net/ethernet/intel/i40e/i40e_common.c cmd->table_id = table_id; table_id 4563 drivers/net/ethernet/intel/i40e/i40e_common.c *ret_next_table = resp->table_id; table_id 1062 drivers/net/ethernet/intel/i40e/i40e_debugfs.c int cluster_id, table_id; table_id 1071 drivers/net/ethernet/intel/i40e/i40e_debugfs.c &cluster_id, &table_id, &index); table_id 1080 drivers/net/ethernet/intel/i40e/i40e_debugfs.c cluster_id, table_id, index, buff_len); table_id 1085 drivers/net/ethernet/intel/i40e/i40e_debugfs.c ret = i40e_aq_debug_dump(&pf->hw, cluster_id, table_id, table_id 398 drivers/net/ethernet/intel/i40e/i40e_prototype.h u8 table_id, u32 start_index, u16 buff_size, table_id 172 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(set_flow_table_root_in, in, table_id, 0); table_id 175 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(set_flow_table_root_in, in, table_id, ft->id); table_id 245 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c table_id); table_id 259 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(destroy_flow_table_in, in, table_id, ft->id); table_id 279 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(modify_flow_table_in, in, table_id, ft->id); table_id 329 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(create_flow_group_in, in, table_id, ft->id); table_id 353 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(destroy_flow_group_in, in, table_id, ft->id); table_id 433 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(set_fte_in, in, table_id, ft->id); table_id 606 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c MLX5_SET(delete_fte_in, in, table_id, ft->id); table_id 131 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 table_id, table_id 142 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c MLX5_SET(query_flow_table_in, in, table_id, table_id); table_id 171 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 table_id, table_id 192 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c MLX5_SET(set_fte_in, in, table_id, table_id); table_id 215 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 table_id) table_id 222 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c MLX5_SET(delete_fte_in, in, table_id, table_id); table_id 279 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 table_id, table_id 293 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c MLX5_SET(create_flow_group_in, in, table_id, table_id); table_id 308 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 table_id, table_id 316 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c MLX5_SET(destroy_flow_group_in, in, table_id, table_id); table_id 330 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 *table_id) table_id 367 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c *table_id = MLX5_GET(create_flow_table_out, out, table_id); table_id 378 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u32 table_id, table_id 387 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c MLX5_SET(destroy_flow_table_in, in, table_id, table_id); table_id 11 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c u32 table_id, group_id, modify_hdr_id; table_id 21 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c false, true, &rx_icm_addr, &table_id); table_id 29 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c table_id, &group_id); table_id 50 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c table_id, group_id, modify_hdr_id, table_id 59 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c recalc_cs_ft->table_id = table_id; table_id 69 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c table_id, group_id); table_id 71 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c mlx5dr_cmd_destroy_flow_table(dmn->mdev, table_id, MLX5_FLOW_TABLE_TYPE_FDB); table_id 82 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c recalc_cs_ft->table_id); table_id 86 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c recalc_cs_ft->table_id, table_id 89 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_fw.c recalc_cs_ft->table_id, table_id 208 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c tbl->table_id, table_id 230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c &tbl->table_id); table_id 293 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c return tbl->table_id; table_id 674 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id; table_id 876 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id, table_id 882 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id); table_id 892 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id, table_id 896 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id, table_id 906 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 *table_id); table_id 908 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id, table_id 912 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id, table_id 1051 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 table_id; table_id 6592 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, rrcr, table_id, 0x10, 0, 4); table_id 6602 drivers/net/ethernet/mellanox/mlxsw/reg.h enum mlxsw_reg_rtar_key_type table_id, table_id 6609 drivers/net/ethernet/mellanox/mlxsw/reg.h mlxsw_reg_rrcr_table_id_set(payload, table_id); table_id 2311 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2314 drivers/net/ethernet/sfc/falcon/farch.c table_id = ef4_farch_filter_range_table[range]; table_id 2315 drivers/net/ethernet/sfc/falcon/farch.c if (state->table[table_id].size != 0) table_id 2317 drivers/net/ethernet/sfc/falcon/farch.c state->table[table_id].size; table_id 2532 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2538 drivers/net/ethernet/sfc/falcon/farch.c table_id = ef4_farch_filter_id_table_id(filter_id); table_id 2539 drivers/net/ethernet/sfc/falcon/farch.c if ((unsigned int)table_id >= EF4_FARCH_FILTER_TABLE_COUNT) table_id 2541 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2560 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2566 drivers/net/ethernet/sfc/falcon/farch.c table_id = ef4_farch_filter_id_table_id(filter_id); table_id 2567 drivers/net/ethernet/sfc/falcon/farch.c if ((unsigned int)table_id >= EF4_FARCH_FILTER_TABLE_COUNT) table_id 2569 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2593 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id, table_id 2597 drivers/net/ethernet/sfc/falcon/farch.c struct ef4_farch_filter_table *table = &state->table[table_id]; table_id 2625 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2632 drivers/net/ethernet/sfc/falcon/farch.c for (table_id = EF4_FARCH_FILTER_TABLE_RX_IP; table_id 2633 drivers/net/ethernet/sfc/falcon/farch.c table_id <= EF4_FARCH_FILTER_TABLE_RX_DEF; table_id 2634 drivers/net/ethernet/sfc/falcon/farch.c table_id++) { table_id 2635 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2653 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2660 drivers/net/ethernet/sfc/falcon/farch.c for (table_id = EF4_FARCH_FILTER_TABLE_RX_IP; table_id 2661 drivers/net/ethernet/sfc/falcon/farch.c table_id <= EF4_FARCH_FILTER_TABLE_RX_DEF; table_id 2662 drivers/net/ethernet/sfc/falcon/farch.c table_id++) { table_id 2663 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2686 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2693 drivers/net/ethernet/sfc/falcon/farch.c for (table_id = 0; table_id < EF4_FARCH_FILTER_TABLE_COUNT; table_id++) { table_id 2694 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2718 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2720 drivers/net/ethernet/sfc/falcon/farch.c for (table_id = 0; table_id < EF4_FARCH_FILTER_TABLE_COUNT; table_id++) { table_id 2721 drivers/net/ethernet/sfc/falcon/farch.c kfree(state->table[table_id].used_bitmap); table_id 2722 drivers/net/ethernet/sfc/falcon/farch.c vfree(state->table[table_id].spec); table_id 2731 drivers/net/ethernet/sfc/falcon/farch.c unsigned table_id; table_id 2746 drivers/net/ethernet/sfc/falcon/farch.c for (table_id = 0; table_id < EF4_FARCH_FILTER_TABLE_COUNT; table_id++) { table_id 2747 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2788 drivers/net/ethernet/sfc/falcon/farch.c enum ef4_farch_filter_table_id table_id; table_id 2795 drivers/net/ethernet/sfc/falcon/farch.c for (table_id = EF4_FARCH_FILTER_TABLE_RX_IP; table_id 2796 drivers/net/ethernet/sfc/falcon/farch.c table_id <= EF4_FARCH_FILTER_TABLE_RX_DEF; table_id 2797 drivers/net/ethernet/sfc/falcon/farch.c table_id++) { table_id 2798 drivers/net/ethernet/sfc/falcon/farch.c table = &state->table[table_id]; table_id 2813 drivers/net/ethernet/sfc/falcon/farch.c if (table_id == EF4_FARCH_FILTER_TABLE_RX_DEF) table_id 2370 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2373 drivers/net/ethernet/sfc/farch.c table_id = efx_farch_filter_range_table[range]; table_id 2374 drivers/net/ethernet/sfc/farch.c if (state->table[table_id].size != 0) table_id 2376 drivers/net/ethernet/sfc/farch.c state->table[table_id].size; table_id 2591 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2597 drivers/net/ethernet/sfc/farch.c table_id = efx_farch_filter_id_table_id(filter_id); table_id 2598 drivers/net/ethernet/sfc/farch.c if ((unsigned int)table_id >= EFX_FARCH_FILTER_TABLE_COUNT) table_id 2600 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2619 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2627 drivers/net/ethernet/sfc/farch.c table_id = efx_farch_filter_id_table_id(filter_id); table_id 2628 drivers/net/ethernet/sfc/farch.c if ((unsigned int)table_id >= EFX_FARCH_FILTER_TABLE_COUNT) table_id 2630 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2650 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id, table_id 2654 drivers/net/ethernet/sfc/farch.c struct efx_farch_filter_table *table = &state->table[table_id]; table_id 2682 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2689 drivers/net/ethernet/sfc/farch.c for (table_id = EFX_FARCH_FILTER_TABLE_RX_IP; table_id 2690 drivers/net/ethernet/sfc/farch.c table_id <= EFX_FARCH_FILTER_TABLE_RX_DEF; table_id 2691 drivers/net/ethernet/sfc/farch.c table_id++) { table_id 2692 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2710 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2717 drivers/net/ethernet/sfc/farch.c for (table_id = EFX_FARCH_FILTER_TABLE_RX_IP; table_id 2718 drivers/net/ethernet/sfc/farch.c table_id <= EFX_FARCH_FILTER_TABLE_RX_DEF; table_id 2719 drivers/net/ethernet/sfc/farch.c table_id++) { table_id 2720 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2743 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2750 drivers/net/ethernet/sfc/farch.c for (table_id = 0; table_id < EFX_FARCH_FILTER_TABLE_COUNT; table_id++) { table_id 2751 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2775 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2777 drivers/net/ethernet/sfc/farch.c for (table_id = 0; table_id < EFX_FARCH_FILTER_TABLE_COUNT; table_id++) { table_id 2778 drivers/net/ethernet/sfc/farch.c kfree(state->table[table_id].used_bitmap); table_id 2779 drivers/net/ethernet/sfc/farch.c vfree(state->table[table_id].spec); table_id 2788 drivers/net/ethernet/sfc/farch.c unsigned table_id; table_id 2818 drivers/net/ethernet/sfc/farch.c for (table_id = 0; table_id < EFX_FARCH_FILTER_TABLE_COUNT; table_id++) { table_id 2819 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2860 drivers/net/ethernet/sfc/farch.c enum efx_farch_filter_table_id table_id; table_id 2867 drivers/net/ethernet/sfc/farch.c for (table_id = EFX_FARCH_FILTER_TABLE_RX_IP; table_id 2868 drivers/net/ethernet/sfc/farch.c table_id <= EFX_FARCH_FILTER_TABLE_RX_DEF; table_id 2869 drivers/net/ethernet/sfc/farch.c table_id++) { table_id 2870 drivers/net/ethernet/sfc/farch.c table = &state->table[table_id]; table_id 2885 drivers/net/ethernet/sfc/farch.c if (table_id == EFX_FARCH_FILTER_TABLE_RX_DEF) table_id 2919 drivers/net/wireless/ath/wcn36xx/hal.h u32 table_id; table_id 2371 drivers/net/wireless/intel/iwlegacy/3945.c rate_cmd.table_id = 0; table_id 2377 drivers/net/wireless/intel/iwlegacy/3945.c rate_cmd.table_id = 1; table_id 1776 drivers/net/wireless/intel/iwlegacy/commands.h u8 table_id; table_id 496 drivers/scsi/3w-9xxx.c param->table_id = cpu_to_le16(TW_TIMEKEEP_TABLE | 0x8000); /* Controller time keep table */ table_id 1057 drivers/scsi/3w-9xxx.c static void *twa_get_param(TW_Device_Extension *tw_dev, int request_id, int table_id, int parameter_id, int parameter_size_bytes) table_id 1077 drivers/scsi/3w-9xxx.c param->table_id = cpu_to_le16(table_id | 0x8000); table_id 603 drivers/scsi/3w-9xxx.h unsigned short table_id; table_id 431 drivers/scsi/3w-sas.c param->table_id = cpu_to_le16(TW_TIMEKEEP_TABLE | 0x8000); /* Controller time keep table */ table_id 927 drivers/scsi/3w-sas.c static void *twl_get_param(TW_Device_Extension *tw_dev, int request_id, int table_id, int parameter_id, int parameter_size_bytes) table_id 947 drivers/scsi/3w-sas.c param->table_id = cpu_to_le16(table_id | 0x8000); table_id 327 drivers/scsi/3w-sas.h unsigned short table_id; table_id 581 drivers/scsi/3w-xxxx.c param->table_id = 0x401; /* AEN table */ table_id 723 drivers/scsi/3w-xxxx.c param->table_id = 0x401; /* AEN table */ table_id 1154 drivers/scsi/3w-xxxx.c param->table_id = 0x404; /* Features table */ table_id 1430 drivers/scsi/3w-xxxx.c param->table_id = 3; /* unit summary table */ table_id 1540 drivers/scsi/3w-xxxx.c param->table_id = TW_UNIT_INFORMATION_TABLE_BASE + tw_dev->srb[request_id]->device->id; table_id 1629 drivers/scsi/3w-xxxx.c param->table_id = TW_UNIT_INFORMATION_TABLE_BASE + table_id 1875 drivers/scsi/3w-xxxx.c param->table_id = 3; /* unit summary table */ table_id 328 drivers/scsi/3w-xxxx.h unsigned short table_id; table_id 347 drivers/scsi/3w-xxxx.h unsigned short table_id; table_id 1100 include/linux/acpi.h #define ACPI_DECLARE_PROBE_ENTRY(table, name, table_id, subtable, valid, data, fn) \ table_id 1104 include/linux/acpi.h .id = table_id, \ table_id 1215 include/linux/acpi.h #define ACPI_DECLARE_PROBE_ENTRY(table, name, table_id, subtable, valid, data, fn) \ table_id 1218 include/linux/acpi.h = { (void *) table_id, \ table_id 271 include/linux/clocksource.h #define TIMER_ACPI_DECLARE(name, table_id, fn) \ table_id 272 include/linux/clocksource.h ACPI_DECLARE_PROBE_ENTRY(timer, name, table_id, 0, NULL, 0, fn) table_id 4003 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 5159 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 5188 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 5242 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 6885 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 6916 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 7061 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 7583 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 7645 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 9533 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 9572 include/linux/mlx5/mlx5_ifc.h u8 table_id[0x18]; table_id 244 include/net/ip_fib.h u32 table_id; table_id 236 include/net/route.h u32 table_id, struct fib_info *fi, table_id 935 net/ipv4/fib_frontend.c filter->table_id = rtm->rtm_table; table_id 950 net/ipv4/fib_frontend.c filter->table_id = nla_get_u32(tb[i]); table_id 965 net/ipv4/fib_frontend.c filter->table_id || filter->dev) { table_id 1000 net/ipv4/fib_frontend.c if (filter.table_id) { table_id 1001 net/ipv4/fib_frontend.c tb = fib_get_table(net, filter.table_id); table_id 2607 net/ipv4/ipmr.c if (filter.table_id) { table_id 2610 net/ipv4/ipmr.c mrt = ipmr_get_table(sock_net(skb->sk), filter.table_id); table_id 2737 net/ipv4/route.c struct rtable *rt, u32 table_id, struct flowi4 *fl4, table_id 2756 net/ipv4/route.c r->rtm_table = table_id < 256 ? table_id : RT_TABLE_COMPAT; table_id 2757 net/ipv4/route.c if (nla_put_u32(skb, RTA_TABLE, table_id)) table_id 2871 net/ipv4/route.c struct netlink_callback *cb, u32 table_id, table_id 2902 net/ipv4/route.c table_id, NULL, skb, table_id 2916 net/ipv4/route.c u32 table_id, struct fib_info *fi, table_id 2934 net/ipv4/route.c err = fnhe_dump_bucket(net, skb, cb, table_id, bucket, table_id 3080 net/ipv4/route.c u32 table_id = RT_TABLE_MAIN; table_id 3176 net/ipv4/route.c table_id = res.table ? res.table->tb_id : 0; table_id 3192 net/ipv4/route.c nlh->nlmsg_seq, RTM_NEWROUTE, table_id, table_id 3196 net/ipv4/route.c err = rt_fill_info(net, dst, src, rt, table_id, &fl4, skb, table_id 613 net/ipv6/ip6_fib.c if (arg.filter.table_id) { table_id 614 net/ipv6/ip6_fib.c tb = fib6_get_table(net, arg.filter.table_id); table_id 2496 net/ipv6/ip6mr.c if (filter.table_id) { table_id 2499 net/ipv6/ip6mr.c mrt = ip6mr_get_table(sock_net(skb->sk), filter.table_id); table_id 2177 net/mpls/af_mpls.c if ((filter.table_id && filter.table_id != RT_TABLE_MAIN) || table_id 1016 sound/soc/intel/skylake/skl-sst-ipc.c u8 dma_id, u8 table_id, bool wait) table_id 1025 sound/soc/intel/skylake/skl-sst-ipc.c header.primary |= IPC_MOD_INSTANCE_ID(table_id); table_id 146 sound/soc/intel/skylake/skl-sst-ipc.h u8 dma_id, u8 table_id, bool wait); table_id 332 sound/soc/intel/skylake/skl-sst.c u32 size, u16 mod_id, u8 table_id, bool is_module) table_id 346 sound/soc/intel/skylake/skl-sst.c ret = skl_sst_ipc_load_library(&skl->ipc, 0, table_id, false);