Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/net/
A Dhwtstamp_config.c48 static const char *tx_types[] = { variable
55 #define N_TX_TYPES ((int)(ARRAY_SIZE(tx_types)))
83 list_names(stderr, tx_types, N_TX_TYPES); in usage()
102 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main()
125 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main()
/linux/net/ethtool/
A Dtsinfo.c74 if (ts_info->tx_types) { in tsinfo_reply_size()
75 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size()
150 if (ts_info->tx_types) { in tsinfo_fill_reply()
152 &ts_info->tx_types, NULL, in tsinfo_fill_reply()
/linux/drivers/net/ethernet/ti/icssg/
A Dicssg_ethtool.c132 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in emac_get_ts_info()
/linux/drivers/net/ethernet/ti/
A Dcpsw_ethtool.c730 info->tx_types = in cpsw_get_ts_info()
743 info->tx_types = 0; in cpsw_get_ts_info()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_ethtool.c998 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in ionic_get_ts_info()
1003 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in ionic_get_ts_info()
1007 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P); in ionic_get_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/can/dev/
A Ddev.c386 info->tx_types = BIT(HWTSTAMP_TX_ON); in can_ethtool_op_get_ts_info_hwts()
/linux/drivers/net/ethernet/engleder/
A Dtsnep_ethtool.c320 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in tsnep_ethtool_get_ts_info()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_ptp.c356 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.c427 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
/linux/drivers/net/dsa/microchip/
A Dksz_ptp.c307 ts->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ONESTEP_P2P); in ksz_get_ts_info()
310 ts->tx_types |= BIT(HWTSTAMP_TX_ON); in ksz_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.c399 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in hclge_ptp_get_ts_info()
/linux/include/linux/
A Dethtool.h721 enum hwtstamp_tx_types tx_types; member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_ethtool.c971 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in otx2_get_ts_info()
973 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in otx2_get_ts_info()
/linux/drivers/net/can/peak_canfd/
A Dpeak_canfd.c786 info->tx_types = BIT(HWTSTAMP_TX_OFF); in peak_get_ts_info()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_ptp.c1288 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info()
1673 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp2_ptp_get_ts_info()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-ethtool.c592 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()
/linux/drivers/ptp/
A Dptp_ines.c567 info->tx_types = in ines_ts_info()
/linux/include/uapi/linux/
A Dethtool.h1723 __u32 tx_types; member
/linux/drivers/net/dsa/sja1105/
A Dsja1105_ptp.c126 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in sja1105_get_ts_info()
/linux/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_ethtool.c562 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) | in lan966x_get_ts_info()
/linux/drivers/net/ethernet/mscc/
A Docelot_ptp.c595 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) | in ocelot_get_ts_info()
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_ethtool.c662 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
/linux/drivers/net/can/usb/peak_usb/
A Dpcan_usb_core.c906 info->tx_types = BIT(HWTSTAMP_TX_OFF); in pcan_get_ts_info()

Completed in 60 milliseconds

123