Searched defs:enic_softc (Results 1 – 1 of 1) sorted by relevance
73 struct enic_softc { struct74 device_t sc_dev; /* base device glue */75 struct ethercom sc_ethercom; /* Ethernet common part */76 struct ifmedia sc_media; /* our supported media */78 struct _Enic *sc_regs; /* hw registers */80 int sc_havecarrier; /* carrier status */81 void *sc_sh; /* shutdownhook cookie */82 int inited;84 int sc_no_rd;85 int sc_n_recv;[all …]