Searched refs:tx_types (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/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);
102 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]);
125 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type);
/linux-master/net/ethtool/
H A Dtsinfo.c64 if (ts_info->tx_types) {
65 ret = ethnl_bitset32_size(&ts_info->tx_types, NULL,
103 if (ts_info->tx_types) {
105 &ts_info->tx_types, NULL,
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c126 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON);
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c30 info->tx_types = BIT(HWTSTAMP_TX_ON);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c991 info->tx_types = BIT(HWTSTAMP_TX_OFF) |
996 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC);
1000 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c363 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c324 info->tx_types = BIT(HWTSTAMP_TX_OFF) |
/linux-master/drivers/net/can/dev/
H A Ddev.c389 info->tx_types = BIT(HWTSTAMP_TX_ON);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_ptp.c310 ts->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ONESTEP_P2P);
313 ts->tx_types |= BIT(HWTSTAMP_TX_ON);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c732 info->tx_types =
748 info->tx_types = 0;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c83 info->tx_types =
/linux-master/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c789 info->tx_types = BIT(HWTSTAMP_TX_OFF);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c427 info->tx_types = (1 << HWTSTAMP_TX_OFF) |
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.c403 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c973 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON);
975 info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1287 info->tx_types = BIT(HWTSTAMP_TX_OFF) |
1672 info->tx_types = BIT(HWTSTAMP_TX_OFF) |
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c573 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) |
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c808 info->tx_types = (1 << HWTSTAMP_TX_OFF) |
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c126 info->tx_types = (1 << HWTSTAMP_TX_OFF) |
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c599 info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON) |
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c855 info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON);
/linux-master/drivers/net/phy/
H A Dbcm-phy-ptp.c853 ts_info->tx_types =
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c596 ts_info->tx_types = (1 << HWTSTAMP_TX_OFF) | (1 << HWTSTAMP_TX_ON);
/linux-master/drivers/ptp/
H A Dptp_ines.c571 info->tx_types =
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c909 info->tx_types = BIT(HWTSTAMP_TX_OFF);

Completed in 277 milliseconds

123