| /linux/sound/soc/mediatek/mt8192/ |
| H A D | mt8192-afe-gpio.c | 209 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 D | mt8192-afe-gpio.h | 17 int dai, int uplink);
|
| /linux/sound/soc/mediatek/mt8186/ |
| H A D | mt8186-afe-gpio.h | 17 int dai, int uplink);
|
| H A D | mt8186-afe-gpio.c | 199 int dai, int uplink) in mt8186_afe_gpio_request() argument 208 if (uplink) in mt8186_afe_gpio_request()
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-eDPU.dts | 52 label = "uplink";
|
| H A D | armada-8040-clearfog-gt-8k.dts | 579 /* Switch uplink */
|
| /linux/Documentation/networking/ |
| H A D | representors.rst | 31 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 D | gtp.rst | 54 able to decapsulate tunneled IP packets in the uplink originated by
|
| /linux/arch/arc/boot/dts/ |
| H A D | axc001.dtsi | 45 * to uplink only 1 IRQ to ARC core intc
|
| H A D | axc003.dtsi | 53 * to uplink only 1 IRQ to ARC core intc
|
| H A D | axc003_idu.dtsi | 60 * to uplink only 1 IRQ to ARC core intc
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_tc_lib.c | 772 struct ice_vsi *vsi = fltr->src_vsi, *uplink; in ice_is_fltr_pf_tx_lldp() local 777 uplink = vsi->back->eswitch.uplink_vsi; in ice_is_fltr_pf_tx_lldp() 778 return vsi == uplink && fltr->action.fltr_act == ICE_DROP_PACKET && in ice_is_fltr_pf_tx_lldp() 786 struct ice_vsi *vsi = fltr->src_vsi, *uplink; in ice_is_fltr_vf_tx_lldp() local 788 uplink = vsi->back->eswitch.uplink_vsi; in ice_is_fltr_vf_tx_lldp() 791 fltr->dest_vsi == uplink; in ice_is_fltr_vf_tx_lldp()
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp15xc-lxa-tac.dtsi | 403 label = "uplink";
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads.c | 358 /* Indirect table is supported only for flows with in_port uplink in esw_is_indir_table() 359 * and the destination is vport on the same eswitch as the uplink, in esw_is_indir_table() 3612 /* Share the same metadata for uplink's. This is fine because: in esw_offloads_steering_init() 3613 * (a) In shared FDB mode (LAG) both uplink's are treated the in esw_offloads_steering_init() 3813 struct mlx5_vport *uplink, *manager; in esw_offloads_enable() 3816 uplink = mlx5_eswitch_get_vport(esw, MLX5_VPORT_UPLINK); in esw_offloads_enable() 3817 if (IS_ERR(uplink)) in esw_offloads_enable() 3818 return PTR_ERR(uplink); in esw_offloads_enable() 3820 ret = esw_vport_create_offloads_acl_tables(esw, uplink); in esw_offloads_enable() 3837 esw_vport_destroy_offloads_acl_tables(esw, uplink); in esw_offloads_enable() 3509 struct mlx5_vport *uplink, *manager; esw_create_offloads_acl_tables() local [all...] |
| /linux/net/mac80211/ |
| H A D | mlme.c | 8431 map |= neg_ttlm.downlink[i] | neg_ttlm.uplink[i]; in ieee80211_sta_rx_queued_mgmt() 8470 if (memcmp(neg_ttlm->downlink, neg_ttlm->uplink, in ieee80211_sta_rx_queued_mgmt() 8492 cpu_to_le16(neg_ttlm->uplink[tid]) : in ieee80211_sta_connection_lost() 8558 neg_ttlm.uplink[i] = params->ulink[i]; in ieee80211_auth() 8655 neg_ttlm->uplink[tid] = sdata->vif.valid_links; in ieee80211_sta_work() 8693 neg_ttlm->uplink[tid] = map; in ieee80211_sta_work() 8699 neg_ttlm->uplink[tid] = map; in ieee80211_sta_work() 8755 (neg_ttlm.uplink[i] && in ieee80211_sta_work() 8756 (neg_ttlm.uplink[i] & ~sdata->vif.valid_links))) { in ieee80211_sta_work()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mac80211.c | 2865 if (neg_ttlm->downlink[i] != neg_ttlm->uplink[i] || 2866 neg_ttlm->uplink[i] != map)
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e.h | 1208 u16 uplink, u32 param1);
|
| /linux/include/net/ |
| H A D | mac80211.h | 1991 * handle OFDMA (downlink and trigger for uplink) on a per-AP basis. 2140 * @uplink: bitmap of active links per TID for uplink, or 0 if mapping for this 2146 u16 uplink[IEEE80211_TTLM_NUM_TIDS]; 2107 u16 uplink[IEEE80211_TTLM_NUM_TIDS]; global() member
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | |