/linux/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_table.h | 36 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);
|
H A D | color_table.c | 33 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/drivers/infiniband/hw/hfi1/ |
H A D | firmware.c | 1732 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/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_ft_pool.c | 46 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()
|
H A D | fs_ft_pool.h | 16 mlx5_ft_pool_get_avail_sz(struct mlx5_core_dev *dev, enum fs_flow_table_type table_type,
|
H A D | fs_core.c | 938 enum fs_flow_table_type table_type, in alloc_flow_table() argument 958 ft->type = table_type; in alloc_flow_table() 1370 root->table_type, in __mlx5_create_flow_table() 2220 (root->cmds->get_capabilities(root, root->table_type) & in try_add_to_existing_fg() 2969 enum fs_flow_table_type table_type) in create_root_ns() argument 2971 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns() 2981 root_ns->table_type = table_type; in create_root_ns() 3509 return root->cmds->get_capabilities(root, root->table_type); in mlx5_fs_get_capabilities() 4021 if (root->table_type != FS_FT_FDB) in mlx5_flow_namespace_set_mode()
|
H A D | eswitch_offloads.c | 2663 MLX5_SET(set_flow_table_root_in, in, table_type, in esw_set_slave_root_fdb()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | post_act.c | 33 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()
|
H A D | sample.c | 131 MLX5_SET(sampler_obj, obj, table_type, FS_FT_FDB); in sampler_obj_create()
|
/linux/drivers/acpi/ |
H A D | pptt.c | 74 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/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.c | 110 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/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_fid.c | 75 enum mlxsw_flood_table_type table_type; /* For flood_mode!=CFF. */ member 1225 flood_table->table_type, 0, mid_base); in mlxsw_sp_fid_flood_table_init_ctl() 1287 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET, 1292 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET, 1297 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET,
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe_sysfs.c | 206 #define fcoe_enum_name_search(title, table_type, table) \ argument 207 static const char *get_fcoe_##title##_name(enum table_type table_key) \
|
/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 1680 u64 entry_size, table_type; in vgic_mmio_write_its_baser() local 1691 table_type = GITS_BASER_TYPE_DEVICE; in vgic_mmio_write_its_baser() 1696 table_type = GITS_BASER_TYPE_COLLECTION; in vgic_mmio_write_its_baser() 1708 reg |= table_type << GITS_BASER_TYPE_SHIFT; in vgic_mmio_write_its_baser() 1716 switch (table_type) { in vgic_mmio_write_its_baser()
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 5164 u8 table_type[0x8]; member 6441 u8 table_type[0x8]; member 6470 u8 table_type[0x8]; member 6887 u8 table_type[0x8]; member 7233 u8 table_type[0x8]; member 8611 u8 table_type[0x8]; member 8642 u8 table_type[0x8]; member 8787 u8 table_type[0x8]; member 9337 u8 table_type[0x8]; member 9382 u8 table_type[0x8]; member [all …]
|
/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 70 #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) \
|