Home
last modified time | relevance | path

Searched refs:NET_VLAN_MAX_COUNT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Dnet_shell_private.h64 #if !defined(NET_VLAN_MAX_COUNT)
67 #if NET_VLAN_MAX_COUNT > 0
68 #define MAX_IFACE_COUNT NET_VLAN_MAX_COUNT
/Zephyr-latest/include/zephyr/net/
Dethernet.h619 #define NET_VLAN_MAX_COUNT CONFIG_NET_VLAN_COUNT macro
621 #define NET_VLAN_MAX_COUNT 0 macro
682 #if NET_VLAN_MAX_COUNT > 0
683 #define NET_LLDP_MAX_COUNT NET_VLAN_MAX_COUNT
996 #if defined(CONFIG_NET_VLAN) && NET_VLAN_MAX_COUNT > 0
1016 #if defined(CONFIG_NET_VLAN) && NET_VLAN_MAX_COUNT > 0
1039 #if defined(CONFIG_NET_VLAN) && NET_VLAN_MAX_COUNT > 0
1081 #if defined(CONFIG_NET_VLAN) && NET_VLAN_MAX_COUNT > 0
1127 #if defined(CONFIG_NET_VLAN) && NET_VLAN_MAX_COUNT > 0
1145 #if defined(CONFIG_NET_VLAN) && NET_VLAN_MAX_COUNT > 0
/Zephyr-latest/tests/net/vlan/src/
Dmain.c119 #if NET_VLAN_MAX_COUNT > 0
120 #define MAX_IFACE_VLAN_COUNT NET_VLAN_MAX_COUNT
468 if (NET_VLAN_MAX_COUNT == 0) { in test_vlan_setup()
496 if (NET_VLAN_MAX_COUNT > 0) { in test_address_setup()
532 if (NET_VLAN_MAX_COUNT > 0) { in test_address_setup()
658 if (NET_VLAN_MAX_COUNT == 0) { in test_vlan_enable()
737 if (NET_VLAN_MAX_COUNT == 0) { in test_vlan_disable()
786 if (NET_VLAN_MAX_COUNT == 0) { in test_vlan_enable_all()
829 if (NET_VLAN_MAX_COUNT == 0) { in test_vlan_disable_all()
938 if (NET_VLAN_MAX_COUNT == 0) { in ZTEST()
[all …]