Lines Matching defs:ogx_softc
68 struct ogx_softc { struct
69 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;
79 unsigned int sc_unit; /* logical unit within node */
81 struct mii_data sc_mii;
83 struct timeout sc_tick;
84 struct cn30xxsmi_softc *sc_smi;
86 struct timeout sc_rxrefill;
87 void *sc_rx_ih;
88 void *sc_tx_ih;
90 bus_space_tag_t sc_iot;
91 bus_space_handle_t sc_port_ioh;
92 bus_space_handle_t sc_nexus_ioh;
94 struct fpa3aura sc_pkt_aura;
95 const struct ogx_link_ops *sc_link_ops;
96 uint8_t sc_link_duplex;
98 struct mutex sc_kstat_mtx;
99 struct timeout sc_kstat_tmo;
100 struct kstat *sc_kstat;
101 uint64_t *sc_counter_vals;
102 bus_space_handle_t sc_pki_stat_ioh;