Lines Matching defs:ethernet_context
511 struct ethernet_context { struct
515 atomic_t flags;
518 struct ethernet_vlan vlan[NET_VLAN_MAX_COUNT];
529 struct eth_bridge_iface_context bridge;
538 struct k_work carrier_work;
541 struct net_if *iface;
544 struct ethernet_lldp lldp[NET_VLAN_MAX_COUNT];
550 enum net_l2_flags ethernet_l2_flags;
557 int port;
564 dsa_net_recv_cb_t dsa_recv_cb;
567 uint8_t dsa_port_idx;
570 struct dsa_context *dsa_ctx;
573 dsa_send_t dsa_send;
600 #define ETHERNET_L2_CTX_TYPE struct ethernet_context argument