Searched refs:uplink (Results 1 – 16 of 16) sorted by relevance
/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/include/linux/ |
H A D | virtio_caif.h | 21 struct virtio_caif_transf_config uplink, downlink; member
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-3720-eDPU.dts | 52 label = "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/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | kconfig.rst | 19 | This will provide the ability to add representors of mlx5 uplink and VF
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Kconfig | 83 Enable adding representors of mlx5 uplink and VF ports to Bridge and
|
H A D | eswitch_offloads.c | 3276 struct mlx5_vport *uplink, *manager; in esw_create_offloads_acl_tables() local 3279 uplink = mlx5_eswitch_get_vport(esw, MLX5_VPORT_UPLINK); in esw_create_offloads_acl_tables() 3280 if (IS_ERR(uplink)) in esw_create_offloads_acl_tables() 3281 return PTR_ERR(uplink); in esw_create_offloads_acl_tables() 3283 ret = esw_vport_create_offloads_acl_tables(esw, uplink); in esw_create_offloads_acl_tables() 3300 esw_vport_destroy_offloads_acl_tables(esw, uplink); in esw_create_offloads_acl_tables()
|
/linux/net/mac80211/ |
H A D | mlme.c | 7239 map |= neg_ttlm.downlink[i] | neg_ttlm.uplink[i]; in ieee80211_apply_neg_ttlm() 7278 if (memcmp(neg_ttlm->downlink, neg_ttlm->uplink, in ieee80211_neg_ttlm_add_suggested_map() 7300 cpu_to_le16(neg_ttlm->uplink[tid]) : in ieee80211_neg_ttlm_add_suggested_map() 7367 neg_ttlm.uplink[i] = params->ulink[i]; in ieee80211_req_neg_ttlm() 7465 neg_ttlm->uplink[tid] = sdata->vif.valid_links; in ieee80211_parse_neg_ttlm() 7502 neg_ttlm->uplink[tid] = map; in ieee80211_parse_neg_ttlm() 7508 neg_ttlm->uplink[tid] = map; in ieee80211_parse_neg_ttlm() 7561 (neg_ttlm.uplink[i] && in ieee80211_process_neg_ttlm_req() 7562 (neg_ttlm.uplink[i] & ~sdata->vif.valid_links))) { in ieee80211_process_neg_ttlm_req()
|
/linux/include/net/ |
H A D | mac80211.h | 1952 u16 uplink[IEEE80211_TTLM_NUM_TIDS]; member
|