| /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()
|
| /linux/net/ethtool/ |
| H A D | tsinfo.c | 142 if (ts_info->tx_types) { in tsinfo_reply_size() 143 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL, in tsinfo_reply_size() 229 if (ts_info->tx_types) { in tsinfo_fill_reply() 231 &ts_info->tx_types, NULL, in tsinfo_fill_reply()
|
| H A D | ioctl.c | 2831 info.tx_types = kernel_info.tx_types; in ethtool_get_ts_info()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_ethtool.c | 132 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); in emac_get_ts_info()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 594 info.tx_types = ts_info.tx_types; in bt_ethtool_get_ts_info()
|
| H A D | hci_conn.c | 3169 info->tx_types = BIT(HWTSTAMP_TX_OFF); in hci_ethtool_ts_info()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_ethtool.c | 320 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in tsnep_ethtool_get_ts_info()
|
| /linux/drivers/net/can/dev/ |
| H A D | dev.c | 464 info->tx_types = BIT(HWTSTAMP_TX_ON); in can_ethtool_op_get_ts_info_hwts()
|
| /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()
|
| /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()
|
| /linux/include/linux/ |
| H A D | ethtool.h | 881 u32 tx_types; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 1289 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp1_ptp_get_ts_info() 1679 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlxsw_sp2_ptp_get_ts_info()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ethtool.c | 1686 info->tx_types = BIT(HWTSTAMP_TX_OFF); in idpf_get_timestamp_filters() 1696 info->tx_types |= BIT(HWTSTAMP_TX_ON); in idpf_get_timestamp_filters()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ethtool.c | 562 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) | in lan966x_get_ts_info()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ethtool.c | 663 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in aq_ethtool_get_ts_info()
|
| /linux/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ethtool.c | 1064 ts_info->tx_types = BIT(HWTSTAMP_TX_OFF) | in lan743x_ethtool_get_ts_info()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | ptp.c | 1799 ts_info->tx_types = 1 << HWTSTAMP_TX_OFF | 1 << HWTSTAMP_TX_ON; in efx_siena_ptp_get_ts_info()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 1889 ts_info->tx_types = 1 << HWTSTAMP_TX_OFF | 1 << HWTSTAMP_TX_ON; in efx_ptp_get_ts_info()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 1563 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | in get_ts_info()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1606 info->tx_types = in igc_ethtool_get_ts_info()
|
| /linux/drivers/net/phy/ |
| H A D | micrel.c | 3123 info->tx_types = in lan8814_ts_info() 4984 info->tx_types = (1 << HWTSTAMP_TX_OFF) | in lan8841_ts_info()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 1797 info->tx_types = BIT(HWTSTAMP_TX_OFF) | in mlx5e_ethtool_get_ts_info()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_ethtool.c | 2514 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in lio_get_ts_info()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 1766 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON); in ravb_get_ts_info()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 2405 info->tx_types = in igb_get_ts_info()
|