Home
last modified time | relevance | path

Searched refs:atphy_attach (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/mii/
H A Datphy.c56 static int atphy_attach(device_t);
61 DEVMETHOD(device_attach, atphy_attach),
104 atphy_attach(device_t dev) in atphy_attach() function