[in] cmd: Configuration command, it is possible to Enable (restart), Disable or get current status * of PHY auto negotiation * @param[out] autonego_en_stat: Address where to store current status of auto negotiation configuration * * @return * - ESP_OK: restart auto negotiation ...
if (IS_ENABLED(CONFIG_NET_VLAN)) { enet_config.macSpecialConfig |= kENET_ControlVLANTagEnable; }if (IS_ENABLED(CONFIG_ETH_MCUX_HW_ACCELERATION)) { enet_config.txAccelerConfig |= kENET_TxAccelIpCheckEnabled | kENET_TxAccelProtoCheckEnabled;...
__u8 proto; }; union ethtool_flow_union { struct ethtool_tcpip4_spec tcp_ip4_spec; struct ethtool_tcpip4_spec udp_ip4_spec; struct ethtool_tcpip4_spec sctp_ip4_spec; struct ethtool_ah_espip4_spec ah_ip4_spec; struct ethtool_ah_espip4_spec esp_ip4_spec; struct eth...
net/bridge/br_vlan.c calls net/8021q/vlan_core.c:vlan_vid_add which internally calls vlan_add_rx_filter_info static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) { if (!vlan_hw_filter_capable(dev, proto)) return 0; if (netif_device...
# CONFIG_ARCH_EXYNOS3 is not set CONFIG_ARCH_EXYNOS4=y # CONFIG_ARCH_EXYNOS5 is not set # # EXYNOS SoCs # CONFIG_CPU_EXYNOS4210=y CONFIG_SOC_EXYNOS4412=y CONFIG_EXYNOS_CPU_SUSPEND=y CONFIG_PLAT_SAMSUNG=y # # Samsung Common options # # # Boot options # # ...
Code that interacts with configuration- 15 * specific resources is split out into separate functions to avoid polluting 16 * common code. If/when this driver is enhanced to support multiple 17 * configurations, the core code should be adapted to call all configuration- 18 * specific functions ...
luci-proto-wireguard - git-20.216.62430-9acc7d8 luci-ssl - git-20.216.62430-9acc7d8 luci-theme-argon - 2.2.1 luci-theme-bootstrap - git-20.216.62430-9acc7d8 luci-theme-openwrt-2020 - git-20.216.62430-9acc7d8 mtd - 25
root@OpenWrt:~# cat /etc/config/network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd3b:6034:5ed2::/48' config device option name 'br-lan' option type 'bridge'...
* @proto: Transport protocol number; mask must be 0 */ struct ethtool_usrip4_spec { __be32 ip4src; __be32 ip4dst; __be32 l4_4_bytes; __u8 tos; __u8 ip_ver; __u8 proto; }; union ethtool_flow_union { struct ethtool_tcpip4_spec tcp_ip4_spec; struct ...
* @proto: Transport protocol number; mask must be 0 */ struct ethtool_usrip4_spec { __be32 ip4src; __be32 ip4dst; __be32 l4_4_bytes; __u8 tos; __u8 ip_ver; __u8 proto; }; union ethtool_flow_union { struct ethtool_tcpip4_spec tcp_ip4_spec; struct ...