Lines Matching defs:cnmac_softc
59 struct cnmac_softc { struct
60 struct device sc_dev;
61 bus_space_tag_t sc_regt;
62 bus_dma_tag_t sc_dmat;
64 bus_dmamap_t sc_dmap;
66 void *sc_ih;
67 struct cn30xxpip_softc *sc_pip;
68 struct cn30xxipd_softc *sc_ipd;
69 struct cn30xxpko_softc *sc_pko;
70 struct cn30xxsmi_softc *sc_smi;
71 struct cn30xxgmx_softc *sc_gmx;
73 *sc_gmx_port;
75 *sc_pow;
77 struct arpcom sc_arpcom;
78 struct mii_data sc_mii;
80 struct timeout sc_tick_misc_ch;
81 struct timeout sc_tick_free_ch;
83 struct task sc_free_task;
85 int64_t sc_soft_req_thresh;
86 int64_t sc_hard_done_cnt;
87 int sc_prefetch;
88 struct mbuf_list sc_sendq;
89 uint64_t sc_ext_callback_cnt;
91 uint32_t sc_port;
92 uint32_t sc_port_type;
93 uint32_t sc_init_flag;
94 int sc_phy_addr;
95 int sc_powgroup;
107 int sc_redir;
109 struct cn30xxfau_desc sc_fau_done;
111 sc_cmdptr;
113 size_t sc_ip_offset;
115 struct timeval sc_rxerr_log_last;
117 struct mutex sc_kstat_mtx;
118 struct kstat *sc_kstat;