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.c693 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable()
696 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[1]); in test_vlan_enable()
764 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_disable()
767 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[1]); in test_vlan_disable()
801 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
804 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
807 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
810 ret = net_eth_is_vlan_enabled(eth_ctx, eth_interfaces[0]); in test_vlan_enable_all()
844 ret = net_eth_is_vlan_enabled(eth_ctx, vlan_interfaces[0]); in test_vlan_disable_all()
847 ret = net_eth_is_vlan_enabled(eth_ctx, vlan_interfaces[1]); in test_vlan_disable_all()
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c318 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx, in net_eth_is_vlan_enabled() function
687 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx, in net_eth_is_vlan_enabled() function
Dethernet.c300 if (net_eth_is_vlan_enabled(ctx, iface) && in ethernet_recv()
499 net_eth_is_vlan_enabled(ctx, net_pkt_iface(pkt))) { in ethernet_ll_prepare_on_ipv4()
596 net_eth_is_vlan_enabled(ctx, iface) && in ethernet_fill_header()
/Zephyr-latest/include/zephyr/net/
Dethernet.h1107 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx,
1110 static inline bool net_eth_is_vlan_enabled(struct ethernet_context *ctx, in net_eth_is_vlan_enabled() function
/Zephyr-latest/drivers/ethernet/
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