Lines Matching defs:ethercom
173 struct ethercom { struct
174 struct ifnet ec_if; /* network-visible interface */
177 int ec_multicnt; /* length of ec_multiaddrs
179 int ec_capabilities; /* capabilities, provided by
181 int ec_capenable; /* tells hardware which
184 int ec_nvlans; /* # VLANs on this interface */
187 struct mii_data *ec_mii;
188 struct ifmedia *ec_ifmedia;
194 ether_cb_t ec_ifflags_cb;
200 ether_vlancb_t ec_vlan_cb;
202 khook_list_t *ec_ifdetach_hooks;
203 kmutex_t *ec_lock;
205 int ec_flags;
207 struct mowner ec_rx_mowner; /* mbufs received */
208 struct mowner ec_tx_mowner; /* mbufs transmitted */