Searched refs:ndo_get_phys_port_id (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | ef100_netdev.c | 287 .ndo_get_phys_port_id = efx_get_phys_port_id,
|
D | efx.c | 606 .ndo_get_phys_port_id = efx_get_phys_port_id,
|
/Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
D | efx.c | 604 .ndo_get_phys_port_id = efx_siena_get_phys_port_id,
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2854 .ndo_get_phys_port_id = mlx4_en_get_phys_port_id, 2886 .ndo_get_phys_port_id = mlx4_en_get_phys_port_id,
|
/Linux-v6.6/net/core/ |
D | net-sysfs.c | 507 if (!netdev->netdev_ops->ndo_get_phys_port_id) in phys_port_id_show()
|
D | dev.c | 8967 if (!ops->ndo_get_phys_port_id) in dev_get_phys_port_id() 8969 return ops->ndo_get_phys_port_id(dev, ppid); in dev_get_phys_port_id()
|
/Linux-v6.6/include/linux/ |
D | netdevice.h | 1607 int (*ndo_get_phys_port_id)(struct net_device *dev, member
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 520 .ndo_get_phys_port_id = qlcnic_get_phys_port_id,
|
/Linux-v6.6/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5180 .ndo_get_phys_port_id = be_get_phys_port_id,
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3895 .ndo_get_phys_port_id = cxgb4_mgmt_get_phys_port_id,
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13037 .ndo_get_phys_port_id = bnx2x_get_phys_port_id,
|
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 13694 .ndo_get_phys_port_id = i40e_get_phys_port_id,
|