Searched defs:sl_softc (Results 1 – 1 of 1) sorted by relevance
43 struct sl_softc { struct44 struct ifnet sc_if; /* network-visible interface */45 int sc_unit; /* XXX unit number */69 LIST_ENTRY(sl_softc) sc_iflist; argument