| /linux/drivers/net/can/c_can/ |
| H A D | c_can_ethtool.c | 29 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/can/slcan/ |
| H A D | slcan-ethtool.c | 60 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/can/rockchip/ |
| H A D | rockchip_canfd-ethtool.c | 62 .get_ts_info = can_ethtool_op_get_ts_info_hwts,
|
| /linux/drivers/net/can/flexcan/ |
| H A D | flexcan-ethtool.c | 109 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/ |
| H A D | dummy.c | 97 .get_ts_info = ethtool_op_get_ts_info,
|
| H A D | loopback.c | 140 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-ethtool.c | 128 .get_ts_info = can_ethtool_op_get_ts_info_hwts,
|
| /linux/net/ethtool/ |
| H A D | tsinfo.c | 391 if (!ops->get_ts_info) in ethnl_tsinfo_dump_one_netdev() 409 ret = ops->get_ts_info(dev, &reply_data->ts_info); in ethnl_tsinfo_dump_one_net_topo()
|
| H A D | common.c | 935 if (!ops->get_ts_info) in ethtool_net_get_ts_info_by_phc() 941 err = ops->get_ts_info(dev, info); in ethtool_net_get_ts_info_by_phc() 1053 } else if (ops->get_ts_info) { in __ethtool_get_ts_info() 1054 err = ops->get_ts_info(dev, info); in __ethtool_get_ts_info()
|
| /linux/drivers/net/ethernet/altera/ |
| H A D | altera_tse_ethtool.c | 252 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_ethtool.c | 304 .get_ts_info = emac_get_ts_info,
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_ethtool.c | 473 .get_ts_info = tsnep_ethtool_get_ts_info,
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1360 .get_ts_info = otx2_get_ts_info, 1483 .get_ts_info = otx2_get_ts_info,
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 1553 static int get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *ts_info) in get_ts_info() function 2209 .get_ts_info = get_ts_info,
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | etherh.c | 626 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ether.c | 102 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1217 int (*get_ts_info)(struct net_device *, struct kernel_ethtool_ts_info *); member
|
| /linux/drivers/net/xen-netback/ |
| H A D | interface.c | 464 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_ethtool.c | 697 .get_ts_info = enic_get_ts_info,
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ethtool.c | 581 .get_ts_info = lan966x_get_ts_info,
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ethtool.c | 1085 .get_ts_info = aq_ethtool_get_ts_info,
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet-main.c | 820 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 1007 .get_ts_info = vlan_ethtool_get_ts_info,
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 784 .get_ts_info = ethtool_op_get_ts_info,
|
| /linux/net/dsa/ |
| H A D | user.c | 1784 if (!ds->ops->get_ts_info) in dsa_user_get_ts_info() 1787 return ds->ops->get_ts_info(ds, p->dp->index, ts); in dsa_user_get_ts_info() 2521 .get_ts_info = dsa_user_get_ts_info,
|