Lines Matching defs:cnmac_softc
35 struct cnmac_softc { struct
36 device_t sc_dev;
37 bus_space_tag_t sc_regt;
38 bus_dma_tag_t sc_dmat;
40 void *sc_ih;
42 struct octpip_softc *sc_pip;
43 struct octipd_softc *sc_ipd;
44 struct octpko_softc *sc_pko;
45 struct octsmi_softc *sc_smi;
46 struct octgmx_softc *sc_gmx;
48 *sc_gmx_port;
49 struct octpow_softc *sc_pow;
51 struct ethercom sc_ethercom;
52 struct mii_data sc_mii;
54 void *sc_sdhook;
56 struct callout sc_tick_misc_ch;
57 struct callout sc_tick_free_ch;
59 int64_t sc_soft_req_cnt;
60 int64_t sc_soft_req_thresh;
61 int64_t sc_hard_done_cnt;
62 int sc_flush;
63 int sc_prefetch;
66 uint64_t sc_ext_callback_cnt;
67 bool sc_txbusy;
69 uint32_t sc_port;
70 uint32_t sc_port_type;
71 uint32_t sc_init_flag;
72 int sc_powgroup;
84 int sc_redir;
86 struct octfau_desc sc_fau_done;
88 sc_cmdptr;
90 size_t sc_ip_offset;
92 struct timeval sc_rxerr_log_last;
94 int sc_quirks;