Searched defs:ogx_softc (Results 1 – 1 of 1) sorted by relevance
68 struct ogx_softc { struct69 struct device sc_dev;70 struct arpcom sc_ac;71 unsigned int sc_bgxid;72 unsigned int sc_lmacid;73 unsigned int sc_ipdport;74 unsigned int sc_pkomac;75 unsigned int sc_rxused;76 unsigned int sc_txfree;78 struct ogx_node *sc_node;[all …]