table of contents
        
      
      
    | 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¶
dev
device
name
port name
len
limit of bytes to copy to name
DESCRIPTION¶
Get device physical port name
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |