Home
last modified time | relevance | path

Searched refs:tx_types (Results 1 – 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dhwtstamp_config.c46 static const char *tx_types[] = { variable
53 #define N_TX_TYPES ((int)(sizeof(tx_types) / sizeof(tx_types[0])))
81 list_names(stderr, tx_types, N_TX_TYPES); in usage()
100 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main()
123 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main()
/kernel/linux/linux-5.10/net/ethtool/
Dtsinfo.c64 if (ts_info->tx_types) { in tsinfo_reply_size()
65 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size()
103 if (ts_info->tx_types) { in tsinfo_fill_reply()
105 &ts_info->tx_types, NULL, in tsinfo_fill_reply()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dcpsw_ethtool.c726 info->tx_types = in cpsw_get_ts_info()
742 info->tx_types = 0; in cpsw_get_ts_info()
Dam65-cpsw-ethtool.c716 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in am65_cpsw_get_ethtool_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_ptp.c365 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in qede_ptp_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c83 info->tx_types = in mv88e6xxx_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c507 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dethtool.h426 __u32 tx_types; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dethtool.h1321 __u32 tx_types; member
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c684 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dethtool.h472 __u32 tx_types; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c656 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in enetc_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c776 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa2_eth_get_ts_info()
/kernel/linux/linux-5.10/drivers/ptp/
Dptp_ines.c582 info->tx_types = in ines_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c691 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in otx2_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c588 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_ptp.c167 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in sja1105_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c653 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c842 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in nicvf_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c914 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in stmmac_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c1086 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot.c930 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) | in ocelot_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1469 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in gfar_get_ts_info()
/kernel/linux/linux-5.10/drivers/net/phy/
Ddp83640.c1399 info->tx_types = in dp83640_ts_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1007 info->tx_types = in ixp4xx_get_ts_info()

12