Searched refs:ndo_get_phys_port_id (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | ef100_netdev.c | 227 .ndo_get_phys_port_id = efx_get_phys_port_id,
|
D | efx.c | 609 .ndo_get_phys_port_id = efx_get_phys_port_id,
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2842 .ndo_get_phys_port_id = mlx4_en_get_phys_port_id, 2876 .ndo_get_phys_port_id = mlx4_en_get_phys_port_id,
|
/Linux-v5.10/include/linux/ |
D | netdevice.h | 1454 int (*ndo_get_phys_port_id)(struct net_device *dev, member
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 522 .ndo_get_phys_port_id = qlcnic_get_phys_port_id,
|
/Linux-v5.10/net/core/ |
D | dev.c | 8717 if (!ops->ndo_get_phys_port_id) in dev_get_phys_port_id() 8719 return ops->ndo_get_phys_port_id(dev, ppid); in dev_get_phys_port_id()
|
/Linux-v5.10/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5191 .ndo_get_phys_port_id = be_get_phys_port_id,
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3897 .ndo_get_phys_port_id = cxgb4_mgmt_get_phys_port_id,
|
/Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 12799 .ndo_get_phys_port_id = i40e_get_phys_port_id,
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13071 .ndo_get_phys_port_id = bnx2x_get_phys_port_id,
|