Lines Matching defs:sc

188 	struct alc_softc *sc = device_private(dev);  in alc_miibus_readreg()  local
199 alc_mii_readreg_813x(struct alc_softc *sc, int phy, int reg, uint16_t *val) in alc_mii_readreg_813x()
238 alc_mii_readreg_816x(struct alc_softc *sc, int phy, int reg, uint16_t *val) in alc_mii_readreg_816x()
272 struct alc_softc *sc = device_private(dev); in alc_miibus_writereg() local
284 alc_mii_writereg_813x(struct alc_softc *sc, int phy, int reg, uint16_t val) in alc_mii_writereg_813x()
309 alc_mii_writereg_816x(struct alc_softc *sc, int phy, int reg, uint16_t val) in alc_mii_writereg_816x()
340 struct alc_softc *sc = ifp->if_softc; in alc_miibus_statchg() local
380 alc_miidbg_readreg(struct alc_softc *sc, int reg, uint16_t *val) in alc_miidbg_readreg()
394 alc_miidbg_writereg(struct alc_softc *sc, int reg, uint16_t val) in alc_miidbg_writereg()
410 alc_miiext_readreg(struct alc_softc *sc, int devaddr, int reg, uint16_t *val) in alc_miiext_readreg()
441 alc_miiext_writereg(struct alc_softc *sc, int devaddr, int reg, uint16_t val) in alc_miiext_writereg()
472 alc_dsp_fixup(struct alc_softc *sc, int media) in alc_dsp_fixup()
548 struct alc_softc *sc = ifp->if_softc; in alc_mediastatus() local
562 struct alc_softc *sc = ifp->if_softc; in alc_mediachange() local
602 alc_get_macaddr(struct alc_softc *sc) in alc_get_macaddr()
612 alc_get_macaddr_813x(struct alc_softc *sc) in alc_get_macaddr_813x()
713 alc_get_macaddr_816x(struct alc_softc *sc) in alc_get_macaddr_816x()
772 alc_get_macaddr_par(struct alc_softc *sc) in alc_get_macaddr_par()
787 alc_disable_l0s_l1(struct alc_softc *sc) in alc_disable_l0s_l1()
804 alc_phy_reset(struct alc_softc *sc) in alc_phy_reset()
814 alc_phy_reset_813x(struct alc_softc *sc) in alc_phy_reset_813x()
928 alc_phy_reset_816x(struct alc_softc *sc) in alc_phy_reset_816x()
1002 alc_phy_down(struct alc_softc *sc) in alc_phy_down()
1051 alc_aspm(struct alc_softc *sc, int init, int media) in alc_aspm()
1061 alc_aspm_813x(struct alc_softc *sc, int media) in alc_aspm_813x()
1146 alc_aspm_816x(struct alc_softc *sc, int init) in alc_aspm_816x()
1181 alc_init_pcie(struct alc_softc *sc) in alc_init_pcie()
1261 struct alc_softc *sc = device_private(self); in alc_attach() local
1539 struct alc_softc *sc = device_private(self); in alc_detach() local
1570 alc_dma_alloc(struct alc_softc *sc) in alc_dma_alloc()
1831 alc_dma_free(struct alc_softc *sc) in alc_dma_free()
1910 alc_encap(struct alc_softc *sc, struct mbuf **m_head) in alc_encap()
2019 struct alc_softc *sc = ifp->if_softc; in alc_start() local
2076 struct alc_softc *sc = ifp->if_softc; in alc_watchdog() local
2095 struct alc_softc *sc = ifp->if_softc; in alc_ioctl() local
2137 alc_mac_config(struct alc_softc *sc) in alc_mac_config()
2171 alc_stats_clear(struct alc_softc *sc) in alc_stats_clear()
2203 alc_stats_update(struct alc_softc *sc) in alc_stats_update()
2322 struct alc_softc *sc = arg; in alc_intr() local
2369 alc_txeof(struct alc_softc *sc) in alc_txeof()
2427 alc_newbuf(struct alc_softc *sc, struct alc_rxdesc *rxd, bool init) in alc_newbuf()
2472 alc_rxintr(struct alc_softc *sc) in alc_rxintr()
2541 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) in alc_rxeof()
2655 struct alc_softc *sc = xsc; in alc_tick() local
2668 alc_osc_reset(struct alc_softc *sc) in alc_osc_reset()
2706 alc_reset(struct alc_softc *sc) in alc_reset()
2801 struct alc_softc *sc = ifp->if_softc; in alc_init_backend() local
3190 struct alc_softc *sc = ifp->if_softc; in alc_stop() local
3259 alc_stop_mac(struct alc_softc *sc) in alc_stop_mac()
3283 alc_start_queue(struct alc_softc *sc) in alc_start_queue()
3309 alc_stop_queue(struct alc_softc *sc) in alc_stop_queue()
3346 alc_init_tx_ring(struct alc_softc *sc) in alc_init_tx_ring()
3368 alc_init_rx_ring(struct alc_softc *sc, bool init) in alc_init_rx_ring()
3399 alc_init_rr_ring(struct alc_softc *sc) in alc_init_rr_ring()
3414 alc_init_cmb(struct alc_softc *sc) in alc_init_cmb()
3426 alc_init_smb(struct alc_softc *sc) in alc_init_smb()
3438 alc_rxvlan(struct alc_softc *sc) in alc_rxvlan()
3451 alc_iff(struct alc_softc *sc) in alc_iff()