Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-gpio.c209 int dai, int uplink) in mt8192_afe_gpio_request() argument
214 if (uplink) in mt8192_afe_gpio_request()
220 if (uplink) in mt8192_afe_gpio_request()
H A Dmt8192-afe-gpio.h17 int dai, int uplink);
/linux-6.15/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-gpio.h17 int dai, int uplink);
H A Dmt8186-afe-gpio.c199 int dai, int uplink) in mt8186_afe_gpio_request() argument
208 if (uplink) in mt8186_afe_gpio_request()
/linux-6.15/include/linux/
H A Dvirtio_caif.h21 struct virtio_caif_transf_config uplink, downlink; member
/linux-6.15/arch/arm64/boot/dts/marvell/
H A Darmada-3720-eDPU.dts52 label = "uplink";
H A Darmada-7040-mochabin.dts389 /* Topaz switch uplink */
H A Darmada-8040-clearfog-gt-8k.dts579 /* Switch uplink */
/linux-6.15/Documentation/networking/
H A Drepresentors.rst31 The PF can configure standard Linux forwarding between representors, the uplink
92 Some vendors have chosen to omit representors for the uplink and the physical
93 network port, which can simplify usage (the uplink netdev becomes in effect the
210 On devices without separate port and uplink representors, ``PORT_DEV`` would
211 instead be the switchdev function's own uplink netdevice.
220 function uplink netdev or port representor). TC rules such as::
H A Dgtp.rst54 able to decapsulate tunneled IP packets in the uplink originated by
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-axi.yaml57 - description: Main Interconnect uplink reference clock
/linux-6.15/arch/arc/boot/dts/
H A Daxc001.dtsi45 * to uplink only 1 IRQ to ARC core intc
H A Daxc003_idu.dtsi60 * to uplink only 1 IRQ to ARC core intc
H A Daxc003.dtsi53 * to uplink only 1 IRQ to ARC core intc
/linux-6.15/net/mac80211/
H A Dtrace.h3224 __array(u16, uplink, sizeof(u16) * 8)
3231 memcpy(__entry->uplink, neg_ttlm->uplink,
3232 sizeof(neg_ttlm->uplink));
3250 __array(u16, uplink, sizeof(u16) * 8)
3258 memcpy(__entry->uplink, neg_ttlm->uplink,
3259 sizeof(neg_ttlm->uplink));
H A Dmlme.c7519 map |= neg_ttlm.downlink[i] | neg_ttlm.uplink[i]; in ieee80211_apply_neg_ttlm()
7558 if (memcmp(neg_ttlm->downlink, neg_ttlm->uplink, in ieee80211_neg_ttlm_add_suggested_map()
7580 cpu_to_le16(neg_ttlm->uplink[tid]) : in ieee80211_neg_ttlm_add_suggested_map()
7647 neg_ttlm.uplink[i] = params->ulink[i]; in ieee80211_req_neg_ttlm()
7745 neg_ttlm->uplink[tid] = sdata->vif.valid_links; in ieee80211_parse_neg_ttlm()
7782 neg_ttlm->uplink[tid] = map; in ieee80211_parse_neg_ttlm()
7788 neg_ttlm->uplink[tid] = map; in ieee80211_parse_neg_ttlm()
7841 (neg_ttlm.uplink[i] && in ieee80211_process_neg_ttlm_req()
7842 (neg_ttlm.uplink[i] & ~sdata->vif.valid_links))) { in ieee80211_process_neg_ttlm_req()
/linux-6.15/Documentation/networking/devlink/
H A Dmlx5.rst77 uplink that is natively associated with the uplink of PF1
/linux-6.15/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dkconfig.rst19 | This will provide the ability to add representors of mlx5 uplink and VF
/linux-6.15/arch/arm/boot/dts/st/
H A Dstm32mp15xc-lxa-tac.dtsi403 label = "uplink";
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig85 representors of mlx5 uplink and VF ports. Supports VLANs (trunk and
H A Deswitch_offloads.c3277 struct mlx5_vport *uplink, *manager; in esw_create_offloads_acl_tables() local
3280 uplink = mlx5_eswitch_get_vport(esw, MLX5_VPORT_UPLINK); in esw_create_offloads_acl_tables()
3281 if (IS_ERR(uplink)) in esw_create_offloads_acl_tables()
3282 return PTR_ERR(uplink); in esw_create_offloads_acl_tables()
3284 ret = esw_vport_create_offloads_acl_tables(esw, uplink); in esw_create_offloads_acl_tables()
3301 esw_vport_destroy_offloads_acl_tables(esw, uplink); in esw_create_offloads_acl_tables()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1247 if (neg_ttlm->downlink[i] != neg_ttlm->uplink[i] || in iwl_mvm_mld_can_neg_ttlm()
1248 neg_ttlm->uplink[i] != map) in iwl_mvm_mld_can_neg_ttlm()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e.h1203 u16 uplink, u32 param1);
/linux-6.15/include/net/
H A Dmac80211.h1953 u16 uplink[IEEE80211_TTLM_NUM_TIDS]; member
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2795 if (neg_ttlm->downlink[i] != neg_ttlm->uplink[i] || in mac80211_hwsim_can_neg_ttlm()