Home
last modified time | relevance | path

Searched refs:hwtstamp_config (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.h52 struct hwtstamp_config *config);
55 struct hwtstamp_config *config);
111 struct hwtstamp_config *config) in mlxsw_sp1_ptp_hwtstamp_get()
118 struct hwtstamp_config *config) in mlxsw_sp1_ptp_hwtstamp_set()
182 struct hwtstamp_config *config) in mlxsw_sp2_ptp_hwtstamp_get()
189 struct hwtstamp_config *config) in mlxsw_sp2_ptp_hwtstamp_set()
H A Dspectrum_ptp.c885 struct hwtstamp_config *config) in mlxsw_sp1_ptp_hwtstamp_get()
887 *config = mlxsw_sp_port->ptp.hwtstamp_config; in mlxsw_sp1_ptp_hwtstamp_get()
891 static int mlxsw_sp_ptp_get_message_types(const struct hwtstamp_config *config, in mlxsw_sp_ptp_get_message_types()
1047 struct hwtstamp_config *config) in mlxsw_sp1_ptp_hwtstamp_set()
1063 mlxsw_sp_port->ptp.hwtstamp_config = *config; in mlxsw_sp1_ptp_hwtstamp_set()
H A Dspectrum.h208 struct hwtstamp_config *config);
210 struct hwtstamp_config *config);
314 struct hwtstamp_config hwtstamp_config; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.h63 struct hwtstamp_config *config);
65 struct hwtstamp_config *config);
133 struct hwtstamp_config *config) {} in aq_ptp_hwtstamp_config_get()
135 struct hwtstamp_config *config) in aq_ptp_hwtstamp_config_set()
H A Daq_main.c229 struct hwtstamp_config *config) in aq_ndev_config_hwtstamp()
266 struct hwtstamp_config config; in aq_ndev_hwtstamp_set()
289 struct hwtstamp_config config; in aq_ndev_hwtstamp_get()
H A Daq_ptp.c54 struct hwtstamp_config hwtstamp_config; member
570 struct hwtstamp_config *config) in aq_ptp_hwtstamp_config_get()
572 *config = aq_ptp->hwtstamp_config; in aq_ptp_hwtstamp_config_get()
591 struct hwtstamp_config *config) in aq_ptp_hwtstamp_config_set()
626 aq_ptp->hwtstamp_config = *config; in aq_ptp_hwtstamp_config_set()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h405 struct hwtstamp_config hwtstamp_config; member
630 struct hwtstamp_config hwtstamp_config; member
800 struct hwtstamp_config ts_config,
H A Den_cq.c136 if ((cq->type != RX && priv->hwtstamp_config.tx_type) || in mlx4_en_activate_cq()
137 (cq->type == RX && priv->hwtstamp_config.rx_filter)) in mlx4_en_activate_cq()
H A Den_netdev.c2211 memcpy(&dst->hwtstamp_config, &prof->hwtstamp_config, in mlx4_en_copy_priv()
2212 sizeof(dst->hwtstamp_config)); in mlx4_en_copy_priv()
2261 memcpy(&dst->hwtstamp_config, &src->hwtstamp_config, in mlx4_en_update_priv()
2262 sizeof(dst->hwtstamp_config)); in mlx4_en_update_priv()
2415 struct hwtstamp_config config; in mlx4_en_hwtstamp_set()
2475 return copy_to_user(ifr->ifr_data, &priv->hwtstamp_config, in mlx4_en_hwtstamp_get()
2476 sizeof(priv->hwtstamp_config)) ? -EFAULT : 0; in mlx4_en_hwtstamp_get()
2555 ret = mlx4_en_reset_config(netdev, priv->hwtstamp_config, in mlx4_en_set_features()
3293 priv->hwtstamp_config.flags = 0; in mlx4_en_init_netdev()
3294 priv->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF; in mlx4_en_init_netdev()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A D.gitignore29 hwtstamp_config
H A DMakefile33 TEST_GEN_FILES += hwtstamp_config rxtimestamp timestamping txtimestamp
H A Dhwtstamp_config.c89 struct hwtstamp_config config; in main()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c278 struct hwtstamp_config *config) in igc_ptp_set_timestamp_mode()
441 struct hwtstamp_config config; in igc_ptp_set_ts_config()
471 struct hwtstamp_config *config = &adapter->tstamp_config; in igc_ptp_get_ts_config()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnet_tstamp.h62 struct hwtstamp_config { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnet_tstamp.h62 struct hwtstamp_config { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnet_tstamp.h62 struct hwtstamp_config { struct
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c92 struct hwtstamp_config *config) in mv88e6xxx_set_hwtstamp_config()
180 struct hwtstamp_config config; in mv88e6xxx_port_hwtstamp_set()
205 struct hwtstamp_config *config = &ps->tstamp_config; in mv88e6xxx_port_hwtstamp_get()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c521 struct hwtstamp_config *config = &pf->tstamp_config; in i40e_ptp_get_ts_config()
543 struct hwtstamp_config *config) in i40e_ptp_set_timestamp_mode()
670 struct hwtstamp_config config; in i40e_ptp_set_ts_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h369 struct hwtstamp_config *tstamp;
604 struct hwtstamp_config *tstamp;
679 struct hwtstamp_config *tstamp;
808 struct hwtstamp_config tstamp;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A De1000.h319 struct hwtstamp_config hwtstamp_config; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c419 struct hwtstamp_config *tstamp_config; in gem_get_hwtst()
450 struct hwtstamp_config *tstamp_config; in gem_set_hwtst()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_ptp.c467 struct hwtstamp_config config; in fec_ptp_set()
505 struct hwtstamp_config config; in fec_ptp_get()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c954 struct hwtstamp_config *config = &adapter->tstamp_config; in ixgbe_ptp_get_ts_config()
986 struct hwtstamp_config *config) in ixgbe_ptp_set_timestamp_mode()
1146 struct hwtstamp_config config; in ixgbe_ptp_set_ts_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c774 return copy_to_user(ifr->ifr_data, &ocelot->hwtstamp_config, in ocelot_hwstamp_get()
775 sizeof(ocelot->hwtstamp_config)) ? -EFAULT : 0; in ocelot_hwstamp_get()
782 struct hwtstamp_config cfg; in ocelot_hwstamp_set()
831 memcpy(&ocelot->hwtstamp_config, &cfg, sizeof(cfg)); in ocelot_hwstamp_set()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h213 struct hwtstamp_config tstamp_config;

1234