/openbmc/linux/drivers/net/can/c_can/ |
H A D | c_can_ethtool.c | 29 .get_ts_info = ethtool_op_get_ts_info,
|
/openbmc/linux/drivers/net/can/slcan/ |
H A D | slcan-ethtool.c | 60 .get_ts_info = ethtool_op_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ethtool.c | 285 .get_ts_info = mlx5i_get_ts_info, 295 .get_ts_info = mlx5i_get_ts_info,
|
/openbmc/linux/drivers/net/can/flexcan/ |
H A D | flexcan-ethtool.c | 109 .get_ts_info = ethtool_op_get_ts_info,
|
/openbmc/linux/drivers/net/can/ |
H A D | vcan.c | 153 .get_ts_info = ethtool_op_get_ts_info,
|
H A D | vxcan.c | 151 .get_ts_info = ethtool_op_get_ts_info,
|
/openbmc/linux/drivers/net/ |
H A D | dummy.c | 104 .get_ts_info = ethtool_op_get_ts_info,
|
H A D | loopback.c | 139 .get_ts_info = ethtool_op_get_ts_info,
|
H A D | macvlan.c | 1094 } else if (ops->get_ts_info) { in macvlan_ethtool_get_ts_info() 1095 return ops->get_ts_info(real_dev, info); in macvlan_ethtool_get_ts_info() 1179 .get_ts_info = macvlan_ethtool_get_ts_info,
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-ethtool.c | 128 .get_ts_info = can_ethtool_op_get_ts_info_hwts,
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 199 .get_ts_info = emac_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool.c | 274 .get_ts_info = efx_ethtool_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 274 .get_ts_info = efx_ethtool_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/altera/ |
H A D | altera_tse_ethtool.c | 252 .get_ts_info = ethtool_op_get_ts_info,
|
/openbmc/linux/drivers/net/netdevsim/ |
H A D | ethtool.c | 166 .get_ts_info = nsim_get_ts_info,
|
/openbmc/linux/net/8021q/ |
H A D | vlan_dev.c | 710 } else if (ops->get_ts_info) { in vlan_ethtool_get_ts_info() 711 return ops->get_ts_info(vlan->real_dev, info); in vlan_ethtool_get_ts_info() 1064 .get_ts_info = vlan_ethtool_get_ts_info,
|
/openbmc/linux/net/ethtool/ |
H A D | common.c | 642 if (ops->get_ts_info) in __ethtool_get_ts_info() 643 return ops->get_ts_info(dev, info); in __ethtool_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | ucc_geth_ethtool.c | 399 .get_ts_info = ethtool_op_get_ts_info,
|
/openbmc/linux/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 760 .get_ts_info = ethtool_op_get_ts_info, 764 .get_ts_info = can_ethtool_op_get_ts_info_hwts,
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_ethtool.c | 459 .get_ts_info = qeth_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 477 .get_ts_info = tsnep_ethtool_get_ts_info,
|
/openbmc/linux/include/linux/ |
H A D | ethtool.h | 862 int (*get_ts_info)(struct net_device *, struct ethtool_ts_info *); member
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_ethtool.c | 529 .get_ts_info = dpaa_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1206 .get_ts_info = enetc_get_ts_info, 1234 .get_ts_info = enetc_get_ts_info,
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 1358 .get_ts_info = otx2_get_ts_info, 1482 .get_ts_info = otx2_get_ts_info,
|