Searched refs:set_phys_id (Results 1 – 25 of 37) sorted by relevance
12
/Linux-v4.19/include/linux/ |
D | ethtool.h | 360 int (*set_phys_id)(struct net_device *, enum ethtool_phys_id_state); member
|
/Linux-v4.19/net/core/ |
D | ethtool.c | 1893 if (!ops->set_phys_id) in ethtool_phys_id() 1902 rc = ops->set_phys_id(dev, ETHTOOL_ID_ACTIVE); in ethtool_phys_id() 1927 rc = ops->set_phys_id(dev, in ethtool_phys_id() 1942 (void) ops->set_phys_id(dev, ETHTOOL_ID_INACTIVE); in ethtool_phys_id()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 630 .set_phys_id = ixgb_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 724 .set_phys_id = ql_set_phys_id,
|
/Linux-v4.19/drivers/net/can/usb/ |
D | gs_usb.c | 789 .set_phys_id = gs_usb_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1782 static int set_phys_id(struct net_device *dev, in set_phys_id() function 2124 .set_phys_id = set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 1087 .set_phys_id = hns3_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 1277 .set_phys_id = hns_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/ni/ |
D | nixge.c | 1023 .set_phys_id = nixge_ethtools_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1425 .set_phys_id = identify_port,
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1413 .set_phys_id = be_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 1333 .set_phys_id = ef4_ethtool_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 1645 .set_phys_id = mlx5e_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 1143 .set_phys_id = vxge_ethtool_idnic,
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 1559 .set_phys_id = efx_ethtool_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1875 .set_phys_id = e1000_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1855 .set_phys_id = qlcnic_set_led,
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 1916 .set_phys_id = qede_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 2326 .set_phys_id = e1000_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 2129 .set_phys_id = mlx4_en_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1889 .set_phys_id = cxgb4vf_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/intel/ |
D | e100.c | 2739 .set_phys_id = e100_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3661 .set_phys_id = bnx2x_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | pcnet32.c | 1507 .set_phys_id = pcnet32_set_phys_id,
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3487 .set_phys_id = igb_set_phys_id,
|
12