Home
last modified time | relevance | path

Searched refs:net_eth_is_vlan_enabled (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/net/vlan/src/
Dmain.c613 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable()
616 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[1]); in test_vlan_enable()
680 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_disable()
683 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[1]); in test_vlan_disable()
713 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
716 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
719 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
722 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
752 ret = net_eth_is_vlan_enabled(eth_ctx, vlan_interfaces[0]); in test_vlan_disable_all()
755 ret = net_eth_is_vlan_enabled(eth_ctx, vlan_interfaces[1]); in test_vlan_disable_all()
[all …]
/Zephyr-latest/include/zephyr/net/
Dethernet.h1095 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx,
1098 static inline bool net_eth_is_vlan_enabled(struct ethernet_context *ctx, in net_eth_is_vlan_enabled() function
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c279 if (net_eth_is_vlan_enabled(ctx, iface) && in ethernet_recv()
463 net_eth_is_vlan_enabled(ctx, net_pkt_iface(pkt))) { in ethernet_ll_prepare_on_ipv4()
560 net_eth_is_vlan_enabled(ctx, iface) && in ethernet_fill_header()
Dvlan.c308 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx, in net_eth_is_vlan_enabled() function
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c146 if (net_eth_is_vlan_enabled(eth_ctx, iface)) { in eth_get_ptp_data()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst867 interface. For example in the :c:func:`net_eth_is_vlan_enabled()` API, the 2nd interface parameter