Searched refs:alc_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 313 device_printf(sc->alc_dev, "phy read timeout : %d\n", reg); in alc_mii_readreg_813x() 340 device_printf(sc->alc_dev, "phy read timeout : %d\n", reg); in alc_mii_readreg_816x() 378 device_printf(sc->alc_dev, "phy write timeout : %d\n", reg); in alc_mii_writereg_813x() 404 device_printf(sc->alc_dev, "phy write timeout : %d\n", reg); in alc_mii_writereg_816x() 461 alc_miibus_writereg(sc->alc_dev, sc->alc_phyaddr, ALC_MII_DBG_ADDR, in alc_miidbg_readreg() 463 return (alc_miibus_readreg(sc->alc_dev, sc->alc_phyaddr, in alc_miidbg_readreg() 471 alc_miibus_writereg(sc->alc_dev, sc->alc_phyaddr, ALC_MII_DBG_ADDR, in alc_miidbg_writereg() 473 return (alc_miibus_writereg(sc->alc_dev, sc->alc_phyaddr, in alc_miidbg_writereg() 499 device_printf(sc->alc_dev, "phy ext read timeout : %d, %d\n", in alc_miiext_readreg() 530 device_printf(sc->alc_dev, "phy ext write timeout : %d, %d\n", in alc_miiext_writereg() [all …]
|
H A D | if_alcvar.h | 206 device_t alc_dev; member
|