Lines Matching defs:ethernet_context
655 struct ethernet_context { struct
659 atomic_t flags;
662 struct net_if *bridge;
671 struct k_work carrier_work;
674 struct net_if *iface;
677 struct ethernet_lldp lldp[NET_VLAN_MAX_COUNT];
683 enum net_l2_flags ethernet_l2_flags;
690 int port;
697 dsa_net_recv_cb_t dsa_recv_cb;
700 uint8_t dsa_port_idx;
726 #define ETHERNET_L2_CTX_TYPE struct ethernet_context argument