/linux-4.4.14/include/linux/ |
D | ethtool.h | 246 int (*set_phys_id)(struct net_device *, enum ethtool_phys_id_state); member
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 1313 if (!ops->set_phys_id) in ethtool_phys_id() 1322 rc = ops->set_phys_id(dev, ETHTOOL_ID_ACTIVE); in ethtool_phys_id() 1347 rc = ops->set_phys_id(dev, in ethtool_phys_id() 1362 (void) ops->set_phys_id(dev, ETHTOOL_ID_INACTIVE); in ethtool_phys_id()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 649 .set_phys_id = ixgb_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 718 .set_phys_id = ql_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1778 static int set_phys_id(struct net_device *dev, in set_phys_id() function 2113 .set_phys_id = set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 1182 .set_phys_id = efx_ethtool_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 1205 .set_phys_id = hns_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1112 .set_phys_id = identify_port,
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1310 .set_phys_id = be_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 1195 .set_phys_id = lio_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 1138 .set_phys_id = vxge_ethtool_idnic,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1847 .set_phys_id = qlcnic_set_led,
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1898 .set_phys_id = e1000_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 2009 .set_phys_id = mlx4_en_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 2327 .set_phys_id = e1000_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1714 .set_phys_id = cxgb4vf_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | pcnet32.c | 1454 .set_phys_id = pcnet32_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 2777 .set_phys_id = i40e_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 2770 .set_phys_id = e100_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3056 .set_phys_id = igb_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3628 .set_phys_id = bnx2x_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 3202 .set_phys_id = ixgbe_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 2114 .set_phys_id = myri10ge_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 899 .set_phys_id = skge_set_phys_id,
|
D | sky2.c | 4441 .set_phys_id = sky2_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7823 .set_phys_id = bnx2_set_phys_id,
|
D | tg3.c | 14131 .set_phys_id = tg3_set_phys_id,
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 6650 .set_phys_id = s2io_ethtool_set_led,
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 7915 .set_phys_id = niu_set_phys_id,
|