/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 14 #define chains_lock(chains) ((chains)->lock) argument 15 #define chains_ht(chains) ((chains)->chains_ht) argument 16 #define prios_ht(chains) ((chains)->prios_ht) argument 17 #define tc_default_ft(chains) ((chains)->tc_default_ft) argument 18 #define tc_end_ft(chains) ((chains)->tc_end_ft) argument 48 struct mlx5_fs_chains *chains; member 89 bool mlx5_chains_prios_supported(struct mlx5_fs_chains *chains) in mlx5_chains_prios_supported() argument 91 return chains->flags & MLX5_CHAINS_AND_PRIOS_SUPPORTED; in mlx5_chains_prios_supported() 94 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains) in mlx5_chains_ignore_flow_level_supported() argument 96 return chains->flags & MLX5_CHAINS_IGNORE_FLOW_LEVEL_SUPPORTED; in mlx5_chains_ignore_flow_level_supported() [all …]
|
D | fs_chains.h | 30 mlx5_chains_prios_supported(struct mlx5_fs_chains *chains); 31 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains); 33 mlx5_chains_backwards_supported(struct mlx5_fs_chains *chains); 35 mlx5_chains_get_prio_range(struct mlx5_fs_chains *chains); 37 mlx5_chains_get_chain_range(struct mlx5_fs_chains *chains); 39 mlx5_chains_get_nf_ft_chain(struct mlx5_fs_chains *chains); 42 mlx5_chains_get_table(struct mlx5_fs_chains *chains, u32 chain, u32 prio, 45 mlx5_chains_put_table(struct mlx5_fs_chains *chains, u32 chain, u32 prio, 49 mlx5_chains_get_tc_end_ft(struct mlx5_fs_chains *chains); 52 mlx5_chains_create_global_table(struct mlx5_fs_chains *chains); [all …]
|
/Linux-v5.15/drivers/dma-buf/ |
D | st-dma-fence-chain.c | 101 struct dma_fence **chains; member 117 fc->chains = kvmalloc_array(count, sizeof(*fc->chains), in fence_chains_init() 119 if (!fc->chains) in fence_chains_init() 137 fc->chains[i] = mock_chain(fc->tail, in fence_chains_init() 140 if (!fc->chains[i]) { in fence_chains_init() 145 fc->tail = fc->chains[i]; in fence_chains_init() 154 dma_fence_put(fc->chains[i]); in fence_chains_init() 158 kvfree(fc->chains); in fence_chains_init() 173 dma_fence_put(fc->chains[i]); in fence_chains_fini() 174 kvfree(fc->chains); in fence_chains_fini() [all …]
|
/Linux-v5.15/arch/alpha/kernel/ |
D | module.c | 30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument 40 for (g = chains + r_sym; g ; g = g->next) in process_reloc_for_got() 50 g->next = chains[r_sym].next; in process_reloc_for_got() 54 chains[r_sym].next = g; in process_reloc_for_got() 67 struct got_entry *chains; in module_frob_arch_sections() local 96 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); in module_frob_arch_sections() 97 if (!chains) { in module_frob_arch_sections() 115 process_reloc_for_got(rela+i, chains, in module_frob_arch_sections() 122 for (g = chains[i].next; g ; g = n) { in module_frob_arch_sections() 127 kfree(chains); in module_frob_arch_sections()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | post_act.c | 10 struct mlx5_fs_chains *chains; member 28 mlx5e_tc_post_act_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains, in mlx5e_tc_post_act_init() argument 50 post_act->ft = mlx5_chains_create_global_table(chains); in mlx5e_tc_post_act_init() 56 post_act->chains = chains; in mlx5e_tc_post_act_init() 75 mlx5_chains_destroy_global_table(post_act->chains, post_act->ft); in mlx5e_tc_post_act_destroy()
|
D | post_act.h | 15 mlx5e_tc_post_act_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains,
|
/Linux-v5.15/sound/ |
D | sound_core.c | 335 static struct sound_unit *chains[SOUND_STEP]; variable 411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device() 438 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer() 466 return sound_insert_unit(&chains[3], fops, dev, 3, 131, in register_sound_dsp() 484 sound_remove_unit(&chains[unit % SOUND_STEP], unit); in unregister_sound_special() 499 sound_remove_unit(&chains[0], unit); in unregister_sound_mixer() 516 sound_remove_unit(&chains[3], unit); in unregister_sound_dsp() 526 s=chains[chain]; in __look_for_unit()
|
/Linux-v5.15/drivers/net/wireless/ath/carl9170/ |
D | mac.c | 503 unsigned int power, chains; in carl9170_set_mac_tpc() local 506 chains = AR9170_TX_PHY_TXCHAIN_2; in carl9170_set_mac_tpc() 508 chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_set_mac_tpc() 525 0x3c1e | power << 20 | chains << 26); in carl9170_set_mac_tpc() 527 power << 5 | chains << 11 | in carl9170_set_mac_tpc() 528 power << 21 | chains << 27); in carl9170_set_mac_tpc() 530 power << 5 | chains << 11 | in carl9170_set_mac_tpc() 531 power << 21 | chains << 27); in carl9170_set_mac_tpc()
|
D | tx.c | 708 unsigned int *phyrate, unsigned int *tpc, unsigned int *chains) in carl9170_tx_rate_tpc_chains() argument 753 *chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_tx_rate_tpc_chains() 757 *chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_tx_rate_tpc_chains() 759 *chains = AR9170_TX_PHY_TXCHAIN_2; in carl9170_tx_rate_tpc_chains() 768 unsigned int power = 0, chains = 0, phyrate = 0; in carl9170_tx_physet() local 817 &phyrate, &power, &chains); in carl9170_tx_physet() 821 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TXCHAIN, chains)); in carl9170_tx_physet() 1573 unsigned int power, chains; in carl9170_tx_beacon_physet() local 1579 carl9170_tx_rate_tpc_chains(ar, txinfo, rate, plcp, &power, &chains); in carl9170_tx_beacon_physet() 1582 if (chains == AR9170_TX_PHY_TXCHAIN_2) in carl9170_tx_beacon_physet() [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/ |
D | acpi.c | 427 profile->chains[i].subbands[j] = 0; in iwl_sar_set_profile() 433 profile->chains[i].subbands[j] = in iwl_sar_set_profile() 486 cpu_to_le16(prof->chains[i].subbands[j]); in iwl_sar_fill_table() 488 j, prof->chains[i].subbands[j]); in iwl_sar_fill_table() 779 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_sar_get_wgds_table() 780 fwrt->geo_profiles[i].bands[1].chains[k]; in iwl_sar_get_wgds_table() 789 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_sar_get_wgds_table() 839 chain->chain_a = fwrt->geo_profiles[i].bands[j].chains[0]; in iwl_sar_geo_init() 840 chain->chain_b = fwrt->geo_profiles[i].bands[j].chains[1]; in iwl_sar_geo_init() 844 fwrt->geo_profiles[i].bands[j].chains[0], in iwl_sar_geo_init() [all …]
|
D | acpi.h | 101 struct iwl_sar_profile_chain chains[ACPI_SAR_NUM_CHAINS_REV2]; member 107 u8 chains[ACPI_GEO_NUM_CHAINS]; member
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 220 struct mlx5_fs_chains *chains, in esw_setup_slow_path_dest() argument 223 if (mlx5_chains_ignore_flow_level_supported(chains)) in esw_setup_slow_path_dest() 226 dest[i].ft = mlx5_chains_get_tc_end_ft(chains); in esw_setup_slow_path_dest() 232 struct mlx5_fs_chains *chains, in esw_setup_chain_dest() argument 239 ft = mlx5_chains_get_table(chains, chain, prio, level); in esw_setup_chain_dest() 252 struct mlx5_fs_chains *chains = esw_chains(esw); in esw_put_dest_tables_loop() local 257 mlx5_chains_put_table(chains, 0, 1, 0); in esw_put_dest_tables_loop() 279 struct mlx5_fs_chains *chains, in esw_setup_chain_src_port_rewrite() argument 290 err = esw_setup_chain_dest(dest, flow_act, chains, attr->dest_chain, 1, 0, *i); in esw_setup_chain_src_port_rewrite() 374 esw_cleanup_chain_dest(struct mlx5_fs_chains *chains, u32 chain, u32 prio, u32 level) in esw_cleanup_chain_dest() argument [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs-fw.c | 27 static u8 rs_fw_set_active_chains(u8 chains) in rs_fw_set_active_chains() argument 31 if (chains & ANT_A) in rs_fw_set_active_chains() 33 if (chains & ANT_B) in rs_fw_set_active_chains() 35 if (chains & ANT_C) in rs_fw_set_active_chains() 38 chains); in rs_fw_set_active_chains() 418 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in rs_fw_rate_init() 466 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta()
|
D | rs.h | 246 u8 chains; member 388 u8 chains; member
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.h | 93 mlx5_tc_ct_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains, 134 mlx5_tc_ct_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains, in mlx5_tc_ct_init() argument
|
D | tc_ct.c | 57 struct mlx5_fs_chains *chains; member 1793 err = mlx5_chains_get_chain_mapping(ct_priv->chains, attr->chain, in __mlx5_tc_ct_flow_offload() 1861 mlx5_chains_put_chain_mapping(ct_priv->chains, ct_flow->chain_mapping); in __mlx5_tc_ct_flow_offload() 1980 mlx5_chains_put_chain_mapping(ct_priv->chains, ct_flow->chain_mapping); in __mlx5_tc_ct_delete_flow() 2066 mlx5_tc_ct_init(struct mlx5e_priv *priv, struct mlx5_fs_chains *chains, in mlx5_tc_ct_init() argument 2106 ct_priv->chains = chains; in mlx5_tc_ct_init() 2110 ct_priv->ct = mlx5_chains_create_global_table(chains); in mlx5_tc_ct_init() 2119 ct_priv->ct_nat = mlx5_chains_create_global_table(chains); in mlx5_tc_ct_init() 2137 mlx5_chains_destroy_global_table(chains, ct_priv->ct); in mlx5_tc_ct_init() 2153 struct mlx5_fs_chains *chains; in mlx5_tc_ct_clean() local [all …]
|
D | fs.h | 23 struct mlx5_fs_chains *chains; member
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_syncobj.c | 1364 struct dma_fence_chain **chains; in drm_syncobj_timeline_signal_ioctl() local 1399 chains = kmalloc_array(args->count_handles, sizeof(void *), GFP_KERNEL); in drm_syncobj_timeline_signal_ioctl() 1400 if (!chains) { in drm_syncobj_timeline_signal_ioctl() 1405 chains[i] = dma_fence_chain_alloc(); in drm_syncobj_timeline_signal_ioctl() 1406 if (!chains[i]) { in drm_syncobj_timeline_signal_ioctl() 1408 dma_fence_chain_free(chains[j]); in drm_syncobj_timeline_signal_ioctl() 1417 drm_syncobj_add_point(syncobjs[i], chains[i], in drm_syncobj_timeline_signal_ioctl() 1422 kfree(chains); in drm_syncobj_timeline_signal_ioctl()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | indir_table.c | 123 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_esw_indir_table_rule_get() local 218 dest.ft = mlx5_chains_get_table(chains, 0, 1, 0); in mlx5_esw_indir_table_rule_get() 241 mlx5_chains_put_table(chains, 0, 1, 0); in mlx5_esw_indir_table_rule_get() 260 struct mlx5_fs_chains *chains = esw_chains(esw); in mlx5_esw_indir_table_rule_put() local 276 mlx5_chains_put_table(chains, 0, 1, 0); in mlx5_esw_indir_table_rule_put()
|
/Linux-v5.15/Documentation/vm/ |
D | ksm.rst | 53 KSM pages. The ksmd walk over the stable_node "chains" is also O(N), 76 "chains" is scanned periodically in order to prune stale stable_nodes.
|
/Linux-v5.15/net/mac80211/ |
D | rx.c | 118 if (status->chains) in ieee80211_rx_radiotap_hdrlen() 119 len += 4 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen() 132 if (!status->chains) in ieee80211_rx_radiotap_hdrlen() 179 if (status->chains) { in ieee80211_rx_radiotap_hdrlen() 181 len += 2 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen() 297 unsigned long chains = status->chains; in ieee80211_add_rx_radiotap_header() local 339 if (!status->chains) in ieee80211_add_rx_radiotap_header() 342 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header() 447 if (!status->chains) { in ieee80211_add_rx_radiotap_header() 680 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header() [all …]
|
/Linux-v5.15/Documentation/locking/ |
D | rt-mutex-design.rst | 132 inheritance to take place. Multiple chains may converge, but a chain 154 To show where two chains merge, we could add another process F and 162 one, the chains merge. 164 Here we show both chains:: 172 For PI to work, the processes at the right end of these chains (or we may 177 have multiple chains merge at mutexes. If we add another process G that is 182 And once again, to show how this can grow I will show the merging chains 208 To keep track of the PI chains, each process has its own PI rbtree. This is
|
/Linux-v5.15/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1493 chain = list_first_entry(&dev->chains, struct uvc_video_chain, list); in uvc_gpio_event() 2030 list_add_tail(&chain->list, &dev->chains); in uvc_scan_fallback() 2078 list_add_tail(&chain->list, &dev->chains); in uvc_scan_device() 2081 if (list_empty(&dev->chains)) in uvc_scan_device() 2084 if (list_empty(&dev->chains)) { in uvc_scan_device() 2091 chain = list_first_entry(&dev->chains, in uvc_scan_device() 2128 list_for_each_safe(p, n, &dev->chains) { in uvc_delete() 2324 list_for_each_entry(chain, &dev->chains, list) { in uvc_register_chains() 2362 INIT_LIST_HEAD(&dev->chains); in uvc_probe()
|
/Linux-v5.15/arch/sh/drivers/dma/ |
D | Kconfig | 56 As this chains off of the on-chip DMAC, that must also be
|
/Linux-v5.15/tools/perf/Documentation/ |
D | intel-bts.txt | 55 chains) are supported.
|