Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/net/
A 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/net/ethtool/
A 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/drivers/net/ethernet/pensando/ionic/
A Dionic_ethtool.c863 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in ionic_get_ts_info()
868 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in ionic_get_ts_info()
872 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P); in ionic_get_ts_info()
/linux/drivers/net/ethernet/ti/
A Dcpsw_ethtool.c730 info->tx_types = in cpsw_get_ts_info()
746 info->tx_types = 0; in cpsw_get_ts_info()
A Dam65-cpsw-ethtool.c716 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in am65_cpsw_get_ethtool_ts_info()
/linux/drivers/net/dsa/hirschmann/
A Dhellcreek_hwtstamp.c30 info->tx_types = BIT(HWTSTAMP_TX_ON); in hellcreek_get_ts_info()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_ptp.c365 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in qede_ptp_get_ts_info()
/linux/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_ethtool.c507 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
/linux/drivers/net/dsa/mv88e6xxx/
A Dhwtstamp.c83 info->tx_types = in mv88e6xxx_get_ts_info()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_ptp.c415 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in hclge_ptp_get_ts_info()
/linux/drivers/net/ethernet/microchip/
A Dlan743x_ethtool.c684 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info()
/linux/include/uapi/linux/
A Dethtool.h1369 __u32 tx_types; member
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-ethtool.c590 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()
/linux/drivers/ptp/
A Dptp_ines.c577 info->tx_types = in ines_ts_info()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c776 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa2_eth_get_ts_info()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_ethtool.c677 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in enetc_get_ts_info()
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_ethtool.c657 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
/linux/drivers/net/dsa/sja1105/
A Dsja1105_ptp.c169 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in sja1105_get_ts_info()
/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_ethtool.c845 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in nicvf_get_ts_info()
/linux/drivers/net/phy/
A Dnxp-c45-tja11xx.c579 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in nxp_c45_ts_info()
A Ddp83640.c1431 info->tx_types = in dp83640_ts_info()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_ptp.c1086 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_ethtool.c1087 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in stmmac_get_ts_info()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_ethtool.c900 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in otx2_get_ts_info()
/linux/drivers/net/ethernet/freescale/
A Dgianfar_ethtool.c1473 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in gfar_get_ts_info()

Completed in 70 milliseconds

12