/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | hwtstamp_config.c | 46 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/ |
D | tsinfo.c | 64 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/ |
D | cpsw_ethtool.c | 726 info->tx_types = in cpsw_get_ts_info() 742 info->tx_types = 0; in cpsw_get_ts_info()
|
D | am65-cpsw-ethtool.c | 716 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/ |
D | qede_ptp.c | 365 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/ |
D | hwtstamp.c | 83 info->tx_types = in mv88e6xxx_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 507 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | ethtool.h | 426 __u32 tx_types; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | ethtool.h | 1321 __u32 tx_types; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 684 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | ethtool.h | 472 __u32 tx_types; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ethtool.c | 656 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in enetc_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ethtool.c | 776 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa2_eth_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/ptp/ |
D | ptp_ines.c | 582 info->tx_types = in ines_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 691 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/ |
D | xgbe-ethtool.c | 588 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/ |
D | sja1105_ptp.c | 167 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in sja1105_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 653 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 842 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/ |
D | stmmac_ethtool.c | 914 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/ |
D | spectrum_ptp.c | 1086 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
D | ocelot.c | 930 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/ |
D | gianfar_ethtool.c | 1469 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in gfar_get_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
D | dp83640.c | 1399 info->tx_types = in dp83640_ts_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1007 info->tx_types = in ixp4xx_get_ts_info()
|