Searched refs:ndo_get_phys_port_id (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 287 .ndo_get_phys_port_id = efx_get_phys_port_id,
|
H A D | efx.c | 613 .ndo_get_phys_port_id = efx_get_phys_port_id,
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 618 .ndo_get_phys_port_id = efx_siena_get_phys_port_id,
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 2858 .ndo_get_phys_port_id = mlx4_en_get_phys_port_id, 2890 .ndo_get_phys_port_id = mlx4_en_get_phys_port_id,
|
/linux/include/linux/ |
H A D | netdevice.h | 1585 int (*ndo_get_phys_port_id)(struct net_device *dev, member
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 520 .ndo_get_phys_port_id = qlcnic_get_phys_port_id,
|
/linux/net/core/ |
H A D | dev.c | 9598 if (!ops->ndo_get_phys_port_id) in dev_get_phys_port_id() 9600 return ops->ndo_get_phys_port_id(dev, ppid); in dev_get_phys_port_id()
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 5177 .ndo_get_phys_port_id = be_get_phys_port_id,
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 3886 .ndo_get_phys_port_id = cxgb4_mgmt_get_phys_port_id,
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 13037 .ndo_get_phys_port_id = bnx2x_get_phys_port_id,
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 13643 .ndo_get_phys_port_id = i40e_get_phys_port_id,
|