Searched refs:sk_dev (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_skvar.h | 174 struct device sk_dev; /* generic device */ member 195 struct device sk_dev; /* generic device */ member
|
| D | if_mskvar.h | 164 struct device sk_dev; /* generic device */ member 188 struct device sk_dev; /* generic device */ member
|
| D | if_sk.c | 261 sc_if->sk_dev.dv_xname); in sk_xmac_miibus_readreg() 285 sc_if->sk_dev.dv_xname); in sk_xmac_miibus_writereg() 297 printf("%s: phy write timed out\n", sc_if->sk_dev.dv_xname); in sk_xmac_miibus_writereg() 347 sc_if->sk_dev.dv_xname); in sk_marv_miibus_readreg() 382 printf("%s: phy write timed out\n", sc_if->sk_dev.dv_xname); in sk_marv_miibus_writereg() 935 sc->sk_dev.dv_xname, sc_if->sk_phytype); in sk_attach() 1000 bcopy(sc_if->sk_dev.dv_xname, ifp->if_xname, IFNAMSIZ); in sk_attach() 1033 printf("%s: no PHY found!\n", sc_if->sk_dev.dv_xname); in sk_attach() 1328 (void)config_found(&sc->sk_dev, &skca, skcprint); in skc_attach() 1334 (void)config_found(&sc->sk_dev, &skca, skcprint); in skc_attach() [all …]
|
| D | if_msk.c | 399 sc_if->sk_dev.dv_xname); in msk_miibus_readreg() 434 printf("%s: phy write timed out\n", sc_if->sk_dev.dv_xname); in msk_miibus_writereg() 1054 "error = %d\n", sc->sk_dev.dv_xname, i, error); in msk_attach() 1069 bcopy(sc_if->sk_dev.dv_xname, ifp->if_xname, IFNAMSIZ); in msk_attach() 1095 printf("%s: no PHY found!\n", sc_if->sk_dev.dv_xname); in msk_attach() 1481 (void)config_found(&sc->sk_dev, &skca, mskcprint); in mskc_attach() 1487 (void)config_found(&sc->sk_dev, &skca, mskcprint); in mskc_attach() 1691 printf("%s: watchdog timeout\n", sc_if->sk_dev.dv_xname); in msk_watchdog() 2156 "memory for rx buffers\n", sc_if->sk_dev.dv_xname); in msk_init() 2164 "memory for tx buffers\n", sc_if->sk_dev.dv_xname); in msk_init() [all …]
|