Home
last modified time | relevance | path

Searched refs:table_type (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v6.6/drivers/gpu/drm/amd/display/modules/color/
Dcolor_table.h36 enum table_type { enum
41 bool mod_color_is_table_init(enum table_type type);
43 struct fixed31_32 *mod_color_get_table(enum table_type type);
45 void mod_color_set_table_init_state(enum table_type type, bool state);
Dcolor_table.c33 bool mod_color_is_table_init(enum table_type type) in mod_color_is_table_init()
45 struct fixed31_32 *mod_color_get_table(enum table_type type) in mod_color_get_table()
57 void mod_color_set_table_init_state(enum table_type type, bool state) in mod_color_set_table_init_state()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c243 MLX5_SET(query_flow_table_in, in, table_type, type); in mlx5dr_cmd_query_flow_table()
308 u32 table_type, in mlx5dr_cmd_set_fte_modify_and_vport() argument
329 MLX5_SET(set_fte_in, in, table_type, table_type); in mlx5dr_cmd_set_fte_modify_and_vport()
352 u32 table_type, in mlx5dr_cmd_del_flow_table_entry() argument
358 MLX5_SET(delete_fte_in, in, table_type, table_type); in mlx5dr_cmd_del_flow_table_entry()
365 u32 table_type, in mlx5dr_cmd_alloc_modify_header() argument
384 MLX5_SET(alloc_modify_header_context_in, in, table_type, table_type); in mlx5dr_cmd_alloc_modify_header()
414 u32 table_type, in mlx5dr_cmd_create_empty_flow_group() argument
428 MLX5_SET(create_flow_group_in, in, table_type, table_type); in mlx5dr_cmd_create_empty_flow_group()
443 u32 table_type, in mlx5dr_cmd_destroy_flow_group() argument
[all …]
Ddr_table.c188 tbl->table_type = MLX5_FLOW_TABLE_TYPE_NIC_RX; in dr_table_init()
193 tbl->table_type = MLX5_FLOW_TABLE_TYPE_NIC_TX; in dr_table_init()
198 tbl->table_type = MLX5_FLOW_TABLE_TYPE_FDB; in dr_table_init()
217 tbl->table_type); in dr_table_destroy_sw_owned_tbl()
235 ft_attr.table_type = tbl->table_type; in dr_table_create_sw_owned_tbl()
Ddr_fw.c20 ft_attr.table_type = MLX5_FLOW_TABLE_TYPE_FDB; in mlx5dr_fw_create_recalc_cs_ft()
116 ft_attr.table_type = MLX5_FLOW_TABLE_TYPE_FDB; in mlx5dr_fw_create_md_tbl()
Ddr_types.h975 u32 table_type; member
1290 u32 table_type; member
1318 u32 table_type,
1324 u32 table_type,
1327 u32 table_type,
1334 u32 table_type,
1338 u32 table_type,
1347 u32 table_type);
Ddr_dbg.c510 table->table_type, table->level); in dr_dump_table()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dfirmware.c1732 u32 record_idx = 0, table_type = 0, table_length_dwords = 0; in parse_platform_config() local
1811 table_type = (*ptr >> PLATFORM_CONFIG_HEADER_TABLE_TYPE_SHIFT) & in parse_platform_config()
1819 switch (table_type) { in parse_platform_config()
1821 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1828 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1835 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1841 __func__, table_type, in parse_platform_config()
1847 pcfgcache->config_tables[table_type].table = ptr; in parse_platform_config()
1850 switch (table_type) { in parse_platform_config()
1861 __func__, table_type, in parse_platform_config()
[all …]
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c176 MLX5_SET(set_flow_table_root_in, in, table_type, in mlx5_cmd_set_slave_root_fdb()
230 MLX5_SET(set_flow_table_root_in, in, table_type, ft->type); in mlx5_cmd_update_root_ft()
298 MLX5_SET(create_flow_table_in, in, table_type, ft->type); in mlx5_cmd_create_flow_table()
357 MLX5_SET(destroy_flow_table_in, in, table_type, ft->type); in mlx5_cmd_destroy_flow_table()
379 MLX5_SET(modify_flow_table_in, in, table_type, ft->type); in mlx5_cmd_modify_flow_table()
426 MLX5_SET(create_flow_group_in, in, table_type, ft->type); in mlx5_cmd_create_flow_group()
447 MLX5_SET(destroy_flow_group_in, in, table_type, ft->type); in mlx5_cmd_destroy_flow_group()
552 MLX5_SET(set_fte_in, in, table_type, ft->type); in mlx5_cmd_set_fte()
784 MLX5_SET(delete_fte_in, in, table_type, ft->type); in mlx5_cmd_delete_fte()
953 u8 table_type; in mlx5_cmd_modify_header_alloc() local
[all …]
Dfs_ft_pool.c46 mlx5_ft_pool_get_avail_sz(struct mlx5_core_dev *dev, enum fs_flow_table_type table_type, in mlx5_ft_pool_get_avail_sz() argument
49 u32 max_ft_size = 1 << MLX5_CAP_FLOWTABLE_TYPE(dev, log_max_ft_size, table_type); in mlx5_ft_pool_get_avail_sz()
Dfs_ft_pool.h16 mlx5_ft_pool_get_avail_sz(struct mlx5_core_dev *dev, enum fs_flow_table_type table_type,
Dfs_core.h285 enum fs_flow_table_type table_type; member
Dfs_core.c865 enum fs_flow_table_type table_type, in alloc_flow_table() argument
885 ft->type = table_type; in alloc_flow_table()
1269 root->table_type, in __mlx5_create_flow_table()
2722 enum fs_flow_table_type table_type) in create_root_ns() argument
2724 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
2734 root_ns->table_type = table_type; in create_root_ns()
3262 return root->cmds->get_capabilities(root, root->table_type); in mlx5_fs_get_capabilities()
3755 if (root->table_type != FS_FT_FDB) in mlx5_flow_namespace_set_mode()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c33 enum fs_flow_table_type table_type = ns_type == MLX5_FLOW_NAMESPACE_FDB ? in mlx5e_tc_post_act_init()
38 if (!MLX5_CAP_FLOWTABLE_TYPE(priv->mdev, ignore_flow_level, table_type)) { in mlx5e_tc_post_act_init()
Dsample.c131 MLX5_SET(sampler_obj, obj, table_type, FS_FT_FDB); in sampler_obj_create()
/Linux-v6.6/drivers/acpi/
Dpptt.c74 static inline bool acpi_pptt_match_type(int table_type, int type) in acpi_pptt_match_type() argument
76 return ((table_type & ACPI_PPTT_MASK_CACHE_TYPE) == type || in acpi_pptt_match_type()
77 table_type & ACPI_PPTT_CACHE_TYPE_UNIFIED & type); in acpi_pptt_match_type()
/Linux-v6.6/drivers/md/
Ddm-table.c802 static bool __table_type_bio_based(enum dm_queue_mode table_type) in __table_type_bio_based() argument
804 return (table_type == DM_TYPE_BIO_BASED || in __table_type_bio_based()
805 table_type == DM_TYPE_DAX_BIO_BASED); in __table_type_bio_based()
808 static bool __table_type_request_based(enum dm_queue_mode table_type) in __table_type_request_based() argument
810 return table_type == DM_TYPE_REQUEST_BASED; in __table_type_request_based()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_fid.c74 enum mlxsw_flood_table_type table_type; member
1077 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET,
1082 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET,
1087 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET,
1674 flood_table->table_type, 0, mid_base); in mlxsw_sp_fid_flood_table_init()
/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_hem.c110 static int hns_roce_get_bt_num(u32 table_type, u32 hop_num) in hns_roce_get_bt_num() argument
112 if (check_whether_bt_num_3(table_type, hop_num)) in hns_roce_get_bt_num()
114 else if (check_whether_bt_num_2(table_type, hop_num)) in hns_roce_get_bt_num()
116 else if (check_whether_bt_num_1(table_type, hop_num)) in hns_roce_get_bt_num()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Ddevx.c1185 MLX5_SET(destroy_flow_table_in, din, table_type, in devx_obj_build_destroy_cmd()
1186 MLX5_GET(create_flow_table_in, in, table_type)); in devx_obj_build_destroy_cmd()
1197 MLX5_SET(destroy_flow_group_in, din, table_type, in devx_obj_build_destroy_cmd()
1198 MLX5_GET(create_flow_group_in, in, table_type)); in devx_obj_build_destroy_cmd()
1211 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd()
1212 MLX5_GET(set_fte_in, in, table_type)); in devx_obj_build_destroy_cmd()
Dfs.c1722 mlx5_ib_ft_type_to_namespace(enum mlx5_ib_uapi_flow_table_type table_type, in mlx5_ib_ft_type_to_namespace() argument
1725 switch (table_type) { in mlx5_ib_ft_type_to_namespace()
/Linux-v6.6/arch/arm64/kvm/vgic/
Dvgic-its.c1702 u64 entry_size, table_type; in vgic_mmio_write_its_baser() local
1713 table_type = GITS_BASER_TYPE_DEVICE; in vgic_mmio_write_its_baser()
1718 table_type = GITS_BASER_TYPE_COLLECTION; in vgic_mmio_write_its_baser()
1730 reg |= table_type << GITS_BASER_TYPE_SHIFT; in vgic_mmio_write_its_baser()
1738 switch (table_type) { in vgic_mmio_write_its_baser()
/Linux-v6.6/drivers/scsi/fcoe/
Dfcoe_sysfs.c209 #define fcoe_enum_name_search(title, table_type, table) \ argument
210 static const char *get_fcoe_##title##_name(enum table_type table_key) \
/Linux-v6.6/include/linux/mlx5/
Dmlx5_ifc.h4813 u8 table_type[0x8]; member
6031 u8 table_type[0x8]; member
6060 u8 table_type[0x8]; member
6437 u8 table_type[0x8]; member
6782 u8 table_type[0x8]; member
8141 u8 table_type[0x8]; member
8172 u8 table_type[0x8]; member
8317 u8 table_type[0x8]; member
8864 u8 table_type[0x8]; member
8909 u8 table_type[0x8]; member
[all …]
/Linux-v6.6/drivers/scsi/
Dscsi_transport_fc.c70 #define fc_enum_name_search(title, table_type, table) \ argument
71 static const char *get_fc_##title##_name(enum table_type table_key) \
85 #define fc_enum_name_match(title, table_type, table) \ argument
87 enum table_type *value) \

12