table of contents
other versions
DEV_GET_PHYS_PORT_NA(9) | Network device support | DEV_GET_PHYS_PORT_NA(9) |
NAME¶
dev_get_phys_port_name - Get device physical port name
SYNOPSIS¶
int dev_get_phys_port_name(struct net_device * dev, char * name, size_t len);
ARGUMENTS¶
struct net_device * dev
device
char * name
port name
size_t len
limit of bytes to copy to name
DESCRIPTION¶
Get device physical port name
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |