/openbmc/linux/tools/testing/selftests/net/ |
H A D | hwtstamp_config.c | 48 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()
|
/openbmc/linux/net/ethtool/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 126 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in emac_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_ethtool.c | 984 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in ionic_get_ts_info() 989 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in ionic_get_ts_info() 993 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P); in ionic_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 732 info->tx_types = in cpsw_get_ts_info() 748 info->tx_types = 0; in cpsw_get_ts_info()
|
H A D | am65-cpsw-ethtool.c | 681 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in am65_cpsw_get_ethtool_ts_info()
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_hwtstamp.c | 30 info->tx_types = BIT(HWTSTAMP_TX_ON); in hellcreek_get_ts_info()
|
/openbmc/linux/drivers/net/can/dev/ |
H A D | dev.c | 370 info->tx_types = BIT(HWTSTAMP_TX_ON); in can_ethtool_op_get_ts_info_hwts()
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 324 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in tsnep_ethtool_get_ts_info()
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_ptp.c | 307 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()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_ethtool.c | 427 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in dpaa_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ptp.c | 363 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in qede_ptp_get_ts_info()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 83 info->tx_types = in mv88e6xxx_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 986 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in otx2_get_ts_info() 988 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC); in otx2_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_ptp.c | 403 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in hclge_ptp_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 1288 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()
|
/openbmc/linux/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 789 info->tx_types = BIT(HWTSTAMP_TX_OFF); in peak_get_ts_info()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_ines.c | 573 info->tx_types = in ines_ts_info()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 1723 uint32_t tx_types; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool.h | 1456 __u32 tx_types; member
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 595 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in xgbe_get_ts_info()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 126 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in sja1105_get_ts_info()
|
/openbmc/linux/drivers/net/phy/ |
H A D | bcm-phy-ptp.c | 856 ts_info->tx_types = in bcm_ptp_ts_info()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 667 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ethtool.c | 573 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) | in lan966x_get_ts_info()
|