Home
last modified time | relevance | path

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

12

/Linux-v5.15/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()
/Linux-v5.15/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()
/Linux-v5.15/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c900 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in ionic_get_ts_info()
905 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in ionic_get_ts_info()
909 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P); in ionic_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpsw_ethtool.c730 info->tx_types = in cpsw_get_ts_info()
746 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()
/Linux-v5.15/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c30 info->tx_types = BIT(HWTSTAMP_TX_ON); in hellcreek_get_ts_info()
/Linux-v5.15/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()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c507 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c83 info->tx_types = in mv88e6xxx_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_ptp.c415 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in hclge_ptp_get_ts_info()
/Linux-v5.15/include/uapi/linux/
Dethtool.h1340 __u32 tx_types; member
/Linux-v5.15/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c684 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c776 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa2_eth_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c592 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()
/Linux-v5.15/drivers/ptp/
Dptp_ines.c577 info->tx_types = in ines_ts_info()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c677 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in enetc_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c657 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c845 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in nicvf_get_ts_info()
/Linux-v5.15/drivers/net/dsa/sja1105/
Dsja1105_ptp.c169 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in sja1105_get_ts_info()
/Linux-v5.15/drivers/net/phy/
Dnxp-c45-tja11xx.c579 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in nxp_c45_ts_info()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c1086 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c1087 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in stmmac_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c893 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in otx2_get_ts_info()
/Linux-v5.15/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1473 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in gfar_get_ts_info()
/Linux-v5.15/drivers/net/phy/mscc/
Dmscc_ptp.c1152 info->tx_types = in vsc85xx_ts_info()

12