/Linux-v6.6/drivers/net/wireless/broadcom/b43/ |
D | tables_lpphy.h | 10 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument 11 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument 12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
|
/Linux-v6.6/net/ipv4/ |
D | udp_tunnel_nic.c | 145 const struct udp_tunnel_nic_table_info *table; in udp_tunnel_nic_should_replay() local 165 __udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_get_port() 179 __udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_set_port_priv() 211 unsigned int table, unsigned int idx) in udp_tunnel_nic_device_sync_one() 320 udp_tunnel_nic_table_is_capable(const struct udp_tunnel_nic_table_info *table, in udp_tunnel_nic_table_is_capable() 368 unsigned int table, unsigned int idx, int use_cnt_adj) in udp_tunnel_nic_entry_adj() 406 unsigned int table, unsigned int idx, in udp_tunnel_nic_entry_try_adj() 432 const struct udp_tunnel_nic_table_info *table; in udp_tunnel_nic_try_existing() local 467 const struct udp_tunnel_nic_table_info *table; in udp_tunnel_nic_add_new() local 585 __udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int table) in __udp_tunnel_nic_dump_size() [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | selftest_mocs.c | 17 struct drm_i915_mocs_table table; member 131 const struct drm_i915_mocs_table *table, in read_mocs_table() 149 const struct drm_i915_mocs_table *table, in read_l3cc_table() 161 const struct drm_i915_mocs_table *table, in check_mocs_table() 193 const struct drm_i915_mocs_table *table, in check_l3cc_table() 447 struct drm_i915_mocs_table table; in intel_mocs_live_selftests() local
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | processpptables.c | 314 const ATOM_PowerTune_Table *table, in get_cac_tdp_table() 379 const ATOM_PPLIB_Clock_Voltage_Dependency_Table *table) in get_clock_voltage_dependency_table() 407 const struct phm_clock_voltage_dependency_table *table) in get_valid_clk() 428 const ATOM_PPLIB_Clock_Voltage_Limit_Table *table) in get_clock_voltage_limit() 1206 const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *table, in get_uvd_clock_voltage_limit_table() 1236 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table, in get_vce_clock_voltage_limit_table() 1265 const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *table) in get_samu_clock_voltage_limit_table() 1290 const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *table) in get_acp_clock_voltage_limit_table() 1316 ATOM_PPLIB_Clock_Voltage_Dependency_Table *table; in init_clock_voltage_dependency() local 1344 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table = in init_clock_voltage_dependency() local [all …]
|
D | smu8_hwmgr.c | 103 struct phm_clock_voltage_dependency_table *table = in smu8_get_sclk_level() local 257 struct phm_clock_and_voltage_limits *table) in smu8_construct_max_power_limits_table() 440 void *table = NULL; in smu8_upload_pptable_to_smu() local 557 struct phm_clock_voltage_dependency_table *table = in smu8_init_sclk_limit() local 583 struct phm_uvd_clock_voltage_dependency_table *table = in smu8_init_uvd_limit() local 610 struct phm_vce_clock_voltage_dependency_table *table = in smu8_init_vce_limit() local 637 struct phm_acp_clock_voltage_dependency_table *table = in smu8_init_acp_limit() local 686 struct phm_clock_voltage_dependency_table *table = in smu8_update_sclk_limit() local 1021 struct phm_clock_voltage_dependency_table *table = in smu8_populate_umdpstate_clocks() local 1175 struct phm_clock_voltage_dependency_table *table = in smu8_phm_unforce_dpm_levels() local [all …]
|
/Linux-v6.6/net/openvswitch/ |
D | flow_table.c | 103 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count() 392 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size) in ovs_flow_tbl_masks_cache_resize() 414 int ovs_flow_tbl_init(struct flow_table *table) in ovs_flow_tbl_init() 462 static void table_instance_flow_free(struct flow_table *table, in table_instance_flow_free() 479 void table_instance_flow_flush(struct flow_table *table, in table_instance_flow_flush() 516 void ovs_flow_tbl_destroy(struct flow_table *table) in ovs_flow_tbl_destroy() 939 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() 945 u32 ovs_flow_tbl_masks_cache_size(const struct flow_table *table) in ovs_flow_tbl_masks_cache_size() 959 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove() 1038 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow) in flow_key_insert() [all …]
|
/Linux-v6.6/arch/parisc/kernel/ |
D | unwind.c | 51 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 76 struct unwind_table *table; in find_unwind_entry() local 103 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 151 struct unwind_table *table; in unwind_table_add() local 169 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/Linux-v6.6/drivers/clk/ |
D | clk-mux.c | 43 int clk_mux_val_to_index(struct clk_hw *hw, const u32 *table, unsigned int flags, in clk_mux_val_to_index() 70 unsigned int clk_mux_index_to_val(const u32 *table, unsigned int flags, u8 index) in clk_mux_index_to_val() 155 u8 clk_mux_flags, const u32 *table, spinlock_t *lock) in __clk_hw_register_mux() 221 u8 clk_mux_flags, const u32 *table, spinlock_t *lock) in __devm_clk_hw_register_mux() 247 u8 clk_mux_flags, const u32 *table, spinlock_t *lock) in clk_register_mux_table()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn321/ |
D | dcn321_fpu.c | 210 static void dcn321_insert_entry_into_table_sorted(struct _vcs_dpi_voltage_scaling_st *table, in dcn321_insert_entry_into_table_sorted() 237 static void remove_entry_from_table_at_index(struct _vcs_dpi_voltage_scaling_st *table, unsigned in… in remove_entry_from_table_at_index() 262 static void sort_entries_with_same_bw(struct _vcs_dpi_voltage_scaling_st *table, unsigned int *num_… in sort_entries_with_same_bw() 297 static void remove_inconsistent_entries(struct _vcs_dpi_voltage_scaling_st *table, unsigned int *nu… in remove_inconsistent_entries() 345 struct _vcs_dpi_voltage_scaling_st *table, unsigned int *num_entries) in build_synthetic_soc_states()
|
/Linux-v6.6/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_format_caps.c | 13 komeda_get_format_caps(struct komeda_format_caps_table *table, in komeda_get_format_caps() 95 bool komeda_format_mod_supported(struct komeda_format_caps_table *table, in komeda_format_mod_supported() 115 u32 *komeda_get_layer_fourcc_list(struct komeda_format_caps_table *table, in komeda_get_layer_fourcc_list()
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | iceland_smumgr.c | 618 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vddc_table() 644 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vdd_ci_table() 669 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_mvdd_table() 695 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_voltage_tables() 764 static int iceland_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU71_Discrete_DpmTable *table) in iceland_populate_smc_link_level() 1423 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acpi_level() 1565 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_uvd_level() 1571 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vce_level() 1577 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acp_level() 1648 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_boot_level() [all …]
|
D | ci_smumgr.c | 842 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddc_table() 871 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vdd_ci_table() 899 SMU7_Discrete_DpmTable *table) in ci_populate_smc_mvdd_table() 928 SMU7_Discrete_DpmTable *table) in ci_populate_smc_voltage_tables() 997 static int ci_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU7_Discrete_DpmTable *table) in ci_populate_smc_link_level() 1378 SMU7_Discrete_DpmTable *table) in ci_populate_smc_acpi_level() 1519 SMU7_Discrete_DpmTable *table) in ci_populate_smc_uvd_level() 1560 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vce_level() 1592 SMU7_Discrete_DpmTable *table) in ci_populate_smc_acp_level() 1686 SMU7_Discrete_DpmTable *table) in ci_populate_smc_boot_level() [all …]
|
D | vega20_smumgr.c | 164 uint8_t *table, int16_t table_id) in vega20_copy_table_from_smc() 209 uint8_t *table, int16_t table_id) in vega20_copy_table_to_smc() 249 uint8_t *table, uint16_t workload_type) in vega20_set_activity_monitor_coeff() 284 uint8_t *table, uint16_t workload_type) in vega20_get_activity_monitor_coeff() 618 static int vega20_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, in vega20_smc_table_manager()
|
/Linux-v6.6/net/netfilter/ |
D | nf_tables_api.c | 73 struct nft_table *table; member 108 static void nft_validate_state_update(struct nft_table *table, u8 new_validate_state) in nft_validate_state_update() 134 struct nft_table *table, in nft_ctx_init() 318 const struct nft_table *table, in nf_tables_register_hook() 341 const struct nft_table *table, in __nf_tables_unregister_hook() 365 const struct nft_table *table, in nf_tables_unregister_hook() 784 struct nft_table *table; in nft_table_lookup() local 811 struct nft_table *table; in nft_table_lookup_byhandle() local 828 static inline u64 nf_tables_alloc_handle(struct nft_table *table) in nf_tables_alloc_handle() 955 int family, const struct nft_table *table) in nf_tables_fill_table_info() [all …]
|
/Linux-v6.6/drivers/acpi/ |
D | pptt.c | 420 static void cache_setup_acpi_cpu(struct acpi_table_header *table, in cache_setup_acpi_cpu() 509 static int topology_get_acpi_cpu_tag(struct acpi_table_header *table, in topology_get_acpi_cpu_tag() 559 struct acpi_table_header *table; in find_acpi_cpu_topology_tag() local 588 struct acpi_table_header *table; in check_acpi_cpu_flag() local 625 struct acpi_table_header *table; in acpi_get_cache_info() local 666 struct acpi_table_header *table; in cache_setup_acpi() local 754 struct acpi_table_header *table; in find_acpi_cpu_topology_cluster() local
|
D | acpi_configfs.c | 28 struct acpi_table *table; in acpi_table_aml_write() local 68 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in get_header() local 211 struct acpi_table *table; in acpi_table_make_item() local 224 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in acpi_table_drop_item() local
|
/Linux-v6.6/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 222 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_get() 257 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_put() 278 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle) in mthca_table_find() 321 int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_get_range() 344 void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_put_range() 361 struct mthca_icm_table *table; in mthca_alloc_icm_table() local 424 void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table) in mthca_free_icm_table()
|
/Linux-v6.6/include/linux/ |
D | efi-bgrt.h | 18 static inline void efi_bgrt_init(struct acpi_table_header *table) {} in efi_bgrt_init() 19 static inline int __init acpi_parse_bgrt(struct acpi_table_header *table) in acpi_parse_bgrt()
|
/Linux-v6.6/drivers/clk/ti/ |
D | divider.c | 21 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 71 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 119 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 139 static int _div_round_up(const struct clk_div_table *table, in _div_round_up() 159 static int _div_round(const struct clk_div_table *table, in _div_round() 392 struct clk_div_table *table; in ti_clk_get_div_table() local
|
/Linux-v6.6/drivers/infiniband/hw/hns/ |
D | hns_roce_hem.c | 203 struct hns_roce_hem_table *table, unsigned long *obj, in hns_roce_calc_hem_mhop() 336 struct hns_roce_hem_table *table, unsigned long obj, in calc_hem_config() 386 struct hns_roce_hem_table *table, in free_mhop_hem() 412 struct hns_roce_hem_table *table, in alloc_mhop_hem() 486 struct hns_roce_hem_table *table, unsigned long obj, in set_mhop_hem() 524 struct hns_roce_hem_table *table, in hns_roce_table_mhop_get() 570 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_get() 614 struct hns_roce_hem_table *table, unsigned long obj, in clear_mhop_hem() 668 struct hns_roce_hem_table *table, in hns_roce_table_mhop_put() 696 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_put() [all …]
|
/Linux-v6.6/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 201 struct sja1105_table *table; in sja1105_init_mac_settings() local 252 struct sja1105_table *table; in sja1105_init_mii_settings() local 345 struct sja1105_table *table; in sja1105_init_static_fdb() local 416 struct sja1105_table *table; in sja1105_init_l2_lookup_params() local 462 struct sja1105_table *table; in sja1105_init_static_vlan() local 512 struct sja1105_table *table; in sja1105_init_l2_forwarding() local 645 struct sja1105_table *table; in sja1110_init_pcp_remapping() local 683 struct sja1105_table *table; in sja1105_init_l2_forwarding_params() local 714 struct sja1105_table *table; in sja1105_frame_memory_partitioning() local 752 struct sja1105_table *table; in sja1110_select_tdmaconfigidx() local [all …]
|
/Linux-v6.6/net/unix/ |
D | sysctl_net_unix.c | 27 struct ctl_table *table; in unix_sysctl_register() local 55 struct ctl_table *table; in unix_sysctl_unregister() local
|
/Linux-v6.6/io_uring/ |
D | filetable.c | 18 struct io_file_table *table = &ctx->file_table; in io_file_bitmap_get() local 39 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files) in io_alloc_file_tables() 55 void io_free_file_tables(struct io_file_table *table) in io_free_file_tables()
|
/Linux-v6.6/drivers/net/netdevsim/ |
D | udp_tunnels.c | 12 nsim_udp_tunnel_set_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_set_port() 41 nsim_udp_tunnel_unset_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_unset_port() 71 nsim_udp_tunnel_sync_table(struct net_device *dev, unsigned int table) in nsim_udp_tunnel_sync_table()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pci_irq.c | 585 struct mlx5_irq_table *table = mlx5_irq_table_get(dev); in mlx5_irq_request_vector() local 641 struct mlx5_irq_table *table = dev->priv.irq_table; in irq_pools_init() local 701 static void irq_pools_destroy(struct mlx5_irq_table *table) in irq_pools_destroy() 720 static void mlx5_irq_pools_free_irqs(struct mlx5_irq_table *table) in mlx5_irq_pools_free_irqs() 755 int mlx5_irq_table_get_num_comp(struct mlx5_irq_table *table) in mlx5_irq_table_get_num_comp() 800 struct mlx5_irq_table *table = dev->priv.irq_table; in mlx5_irq_table_destroy() local 814 struct mlx5_irq_table *table = dev->priv.irq_table; in mlx5_irq_table_free_irqs() local 823 int mlx5_irq_table_get_sfs_vec(struct mlx5_irq_table *table) in mlx5_irq_table_get_sfs_vec()
|