Searched refs:dev_get_phys_port_name (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.h | 81 int dev_get_phys_port_name(struct net_device *dev,
|
H A D | net-sysfs.c | 532 /* The checks are also done in dev_get_phys_port_name; this helps in phys_port_name_show() 545 ret = dev_get_phys_port_name(netdev, name, sizeof(name)); in phys_port_name_show() 561 /* The checks are also done in dev_get_phys_port_name; this helps in phys_switch_id_show()
|
H A D | rtnetlink.c | 1218 err = dev_get_phys_port_name(dev, name, sizeof(name)); in rtnl_phys_port_name_fill()
|
H A D | dev.c | 8979 * dev_get_phys_port_name - Get device physical port name 8986 int dev_get_phys_port_name(struct net_device *dev, in dev_get_phys_port_name() function
|
/kernel/linux/linux-5.10/net/core/ |
H A D | net-sysfs.c | 537 /* The checks are also done in dev_get_phys_port_name; this helps in phys_port_name_show() 550 ret = dev_get_phys_port_name(netdev, name, sizeof(name)); in phys_port_name_show() 566 /* The checks are also done in dev_get_phys_port_name; this helps in phys_switch_id_show()
|
H A D | dev.c | 8854 * dev_get_phys_port_name - Get device physical port name 8861 int dev_get_phys_port_name(struct net_device *dev, in dev_get_phys_port_name() function 8874 EXPORT_SYMBOL(dev_get_phys_port_name); variable
|
H A D | rtnetlink.c | 1169 err = dev_get_phys_port_name(dev, name, sizeof(name)); in rtnl_phys_port_name_fill()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 3942 int dev_get_phys_port_name(struct net_device *dev,
|
Completed in 54 milliseconds