Searched refs:net_eth_is_vlan_enabled (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/net/vlan/src/ | 
| D | main.c | 693 	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/ | 
| D | vlan.c | 318 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx,  in net_eth_is_vlan_enabled()  function687 bool net_eth_is_vlan_enabled(struct ethernet_context *ctx,  in net_eth_is_vlan_enabled()  function
 
 | 
| D | ethernet.c | 300 		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/ | 
| D | ethernet.h | 1107 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/ | 
| D | eth_nxp_enet.c | 146 	if (net_eth_is_vlan_enabled(eth_ctx, iface)) {  in eth_get_ptp_data()
 | 
| /Zephyr-latest/doc/releases/ | 
| D | migration-guide-3.7.rst | 867   interface. For example in the :c:func:`net_eth_is_vlan_enabled()` API, the 2nd interface parameter
 |