Home
last modified time | relevance | path

Searched refs:get_ts_info (Results 1 – 25 of 61) sorted by relevance

123

/linux/drivers/net/can/c_can/
H A Dc_can_ethtool.c29 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/can/slcan/
H A Dslcan-ethtool.c60 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-ethtool.c62 .get_ts_info = can_ethtool_op_get_ts_info_hwts,
/linux/drivers/net/can/flexcan/
H A Dflexcan-ethtool.c109 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/
H A Ddummy.c97 .get_ts_info = ethtool_op_get_ts_info,
H A Dloopback.c140 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ethtool.c128 .get_ts_info = can_ethtool_op_get_ts_info_hwts,
/linux/net/ethtool/
H A Dtsinfo.c391 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 Dcommon.c935 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 Daltera_tse_ethtool.c252 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c304 .get_ts_info = emac_get_ts_info,
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c473 .get_ts_info = tsnep_ethtool_get_ts_info,
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1360 .get_ts_info = otx2_get_ts_info,
1483 .get_ts_info = otx2_get_ts_info,
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1553 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 Detherh.c626 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/usb/
H A Dcdc_ether.c102 .get_ts_info = ethtool_op_get_ts_info,
/linux/include/linux/
H A Dethtool.h1217 int (*get_ts_info)(struct net_device *, struct kernel_ethtool_ts_info *); member
/linux/drivers/net/xen-netback/
H A Dinterface.c464 .get_ts_info = ethtool_op_get_ts_info,
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c697 .get_ts_info = enic_get_ts_info,
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c581 .get_ts_info = lan966x_get_ts_info,
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c1085 .get_ts_info = aq_ethtool_get_ts_info,
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c820 .get_ts_info = ethtool_op_get_ts_info,
/linux/net/8021q/
H A Dvlan_dev.c1007 .get_ts_info = vlan_ethtool_get_ts_info,
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c784 .get_ts_info = ethtool_op_get_ts_info,
/linux/net/dsa/
H A Duser.c1784 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,

123