Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/selftests/net/
H 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-6.15/net/ethtool/
H A Dtsinfo.c142 if (ts_info->tx_types) { in tsinfo_reply_size()
143 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size()
223 if (ts_info->tx_types) { in tsinfo_fill_reply()
225 &ts_info->tx_types, NULL, in tsinfo_fill_reply()
/linux-6.15/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c718 info->tx_types = in cpsw_get_ts_info()
731 info->tx_types = 0; in cpsw_get_ts_info()
/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c132 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in emac_get_ts_info()
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c1038 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in ionic_get_ts_info()
1043 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in ionic_get_ts_info()
1047 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P); in ionic_get_ts_info()
/linux-6.15/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c30 info->tx_types = BIT(HWTSTAMP_TX_ON); in hellcreek_get_ts_info()
/linux-6.15/drivers/net/can/dev/
H A Ddev.c384 info->tx_types = BIT(HWTSTAMP_TX_ON); in can_ethtool_op_get_ts_info_hwts()
/linux-6.15/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c320 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in tsnep_ethtool_get_ts_info()
/linux-6.15/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c356 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in qede_ptp_get_ts_info()
/linux-6.15/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c413 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
/linux-6.15/drivers/net/dsa/microchip/
H 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-6.15/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c83 info->tx_types = in mv88e6xxx_get_ts_info()
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c519 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in wx_get_ts_info()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.c403 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in hclge_ptp_get_ts_info()
/linux-6.15/include/linux/
H A Dethtool.h768 enum hwtstamp_tx_types tx_types; member
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c855 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in enetc_get_ts_info()
859 info->tx_types |= (1 << HWTSTAMP_TX_ONESTEP_SYNC); in enetc_get_ts_info()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c965 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in otx2_get_ts_info()
967 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in otx2_get_ts_info()
/linux-6.15/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c786 info->tx_types = BIT(HWTSTAMP_TX_OFF); in peak_get_ts_info()
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1288 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info()
1677 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp2_ptp_get_ts_info()
/linux-6.15/drivers/ptp/
H A Dptp_ines.c567 info->tx_types = in ines_ts_info()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c588 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()
/linux-6.15/include/uapi/linux/
H A Dethtool.h1727 __u32 tx_types; member
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c562 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) | in lan966x_get_ts_info()
/linux-6.15/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c906 info->tx_types = BIT(HWTSTAMP_TX_OFF); in pcan_get_ts_info()
/linux-6.15/drivers/net/phy/
H A Dbcm-phy-ptp.c854 ts_info->tx_types = in bcm_ptp_ts_info()

123