phy_attach(9) suse man page | unix.com

Man Page: phy_attach

Operating Environment: suse

Section: 9

PHY_ATTACH(9)						      Network device support						     PHY_ATTACH(9)

NAME
phy_attach - attach a network device to a particular PHY device
SYNOPSIS
struct phy_device * phy_attach(struct net_device * dev, const char * bus_id, u32 flags, phy_interface_t interface);
ARGUMENTS
dev network device to attach bus_id Bus ID of PHY device to attach flags PHY device's dev_flags interface PHY device's interface
DESCRIPTION
Same as phy_attach_direct except that a PHY bus_id string is passed instead of a pointer to a struct phy_device.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PHY_ATTACH(9)
Related Man Pages
device_create_vargs(9) - centos
if_tl(4) - freebsd
if_tl(4) - debian
device_create_vargs(9) - suse
tl(4) - plan9
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
Docker learning Phase-I