Searched refs:set_phys_id (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v5.4/include/linux/ |
| D | ethtool.h | 352 int (*set_phys_id)(struct net_device *, enum ethtool_phys_id_state); member
|
| /Linux-v5.4/net/core/ |
| D | ethtool.c | 1835 if (!ops->set_phys_id) in ethtool_phys_id() 1844 rc = ops->set_phys_id(dev, ETHTOOL_ID_ACTIVE); in ethtool_phys_id() 1869 rc = ops->set_phys_id(dev, in ethtool_phys_id() 1884 (void) ops->set_phys_id(dev, ETHTOOL_ID_INACTIVE); in ethtool_phys_id()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_ethtool.c | 630 .set_phys_id = ixgb_set_phys_id,
|
| /Linux-v5.4/drivers/staging/qlge/ |
| D | qlge_ethtool.c | 724 .set_phys_id = ql_set_phys_id,
|
| /Linux-v5.4/drivers/net/can/usb/ |
| D | gs_usb.c | 782 .set_phys_id = gs_usb_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_main.c | 1781 static int set_phys_id(struct net_device *dev, in set_phys_id() function 2123 .set_phys_id = set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_ethtool.c | 1279 .set_phys_id = hns_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/ni/ |
| D | nixge.c | 1089 .set_phys_id = nixge_ethtools_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
| D | hns3_ethtool.c | 1446 .set_phys_id = hns3_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ |
| D | be_ethtool.c | 1426 .set_phys_id = be_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | ethtool.c | 1330 .set_phys_id = ef4_ethtool_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/neterion/vxge/ |
| D | vxge-ethtool.c | 1143 .set_phys_id = vxge_ethtool_idnic,
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_ethtool.c | 1587 .set_phys_id = identify_port,
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | ethtool.c | 1556 .set_phys_id = efx_ethtool_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_ethtool.c | 2008 .set_phys_id = mlx5e_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
| D | e1000_ethtool.c | 1873 .set_phys_id = e1000_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_ethtool.c | 1857 .set_phys_id = qlcnic_set_led,
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
| D | qede_ethtool.c | 2108 .set_phys_id = qede_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | ethtool.c | 2324 .set_phys_id = e1000_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_ethtool.c | 2132 .set_phys_id = mlx4_en_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | cxgb4vf_main.c | 1936 .set_phys_id = cxgb4vf_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/intel/ |
| D | e100.c | 2741 .set_phys_id = e100_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_ethtool.c | 3416 .set_phys_id = ice_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_ethtool.c | 3691 .set_phys_id = bnx2x_set_phys_id,
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | pcnet32.c | 1507 .set_phys_id = pcnet32_set_phys_id,
|
12