Searched refs:ndo_get_phys_port_name (Results 1 – 22 of 22) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 288 .ndo_get_phys_port_name = efx_get_phys_port_name,
|
H A D | ef100_rep.c | 144 .ndo_get_phys_port_name = efx_ef100_rep_get_phys_port_name,
|
H A D | efx.c | 614 .ndo_get_phys_port_name = efx_get_phys_port_name,
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 265 .ndo_get_phys_port_name = nfp_port_get_phys_port_name,
|
H A D | nfp_net_common.c | 2339 .ndo_get_phys_port_name = nfp_net_get_phys_port_name, 2370 .ndo_get_phys_port_name = nfp_net_get_phys_port_name,
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_vfr.c | 250 .ndo_get_phys_port_name = bnxt_vf_rep_get_phys_port_name
|
/linux/net/devlink/ |
H A D | port.c | 1168 if (ops->ndo_get_phys_port_name) { in devlink_port_type_netdev_checks() 1178 err = ops->ndo_get_phys_port_name(netdev, name, sizeof(name)); in devlink_port_type_netdev_checks()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 619 .ndo_get_phys_port_name = efx_siena_get_phys_port_name,
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_prueth_sr1.c | 732 .ndo_get_phys_port_name = icssg_ndo_get_phys_port_name,
|
H A D | icssg_prueth.c | 871 .ndo_get_phys_port_name = icssg_ndo_get_phys_port_name,
|
/linux/Documentation/networking/ |
H A D | representors.rst | 171 ``ndo_get_phys_port_name()`` directly, but this is deprecated.) See
|
H A D | switchdev.rst | 124 Using port PHYS name (ndo_get_phys_port_name) for the key is particularly
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 501 .ndo_get_phys_port_name = lan966x_port_get_phys_port_name,
|
/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 1171 .ndo_get_phys_port_name = bcmasp_get_phys_port_name,
|
/linux/drivers/net/ethernet/adi/ |
H A D | adin1110.c | 1056 .ndo_get_phys_port_name = adin1110_ndo_get_phys_port_name,
|
/linux/net/core/ |
H A D | net-sysfs.c | 556 if (!netdev->netdev_ops->ndo_get_phys_port_name && in phys_port_name_show()
|
H A D | dev.c | 9309 if (ops->ndo_get_phys_port_name) { in dev_get_phys_port_name() 9310 err = ops->ndo_get_phys_port_name(dev, name, len); in dev_get_phys_port_name()
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_new.c | 1140 .ndo_get_phys_port_name = cpsw_ndo_get_phys_port_name,
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_main.c | 2027 .ndo_get_phys_port_name = rocker_port_get_phys_port_name,
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1429 .ndo_get_phys_port_name = dpaa2_switch_port_get_phys_name,
|
/linux/include/linux/ |
H A D | netdevice.h | 1591 int (*ndo_get_phys_port_name)(struct net_device *dev, member
|
/linux/drivers/net/ |
H A D | virtio_net.c | 6117 .ndo_get_phys_port_name = virtnet_get_phys_port_name,
|