/linux-6.6.21/drivers/net/can/dev/ |
D | dev.c | 339 hwts_cfg.rx_filter == HWTSTAMP_FILTER_ALL) in can_eth_ioctl_hwts() 345 hwts_cfg.rx_filter = HWTSTAMP_FILTER_ALL; in can_eth_ioctl_hwts() 371 info->rx_filters = BIT(HWTSTAMP_FILTER_ALL); in can_ethtool_op_get_ts_info_hwts()
|
/linux-6.6.21/drivers/net/ethernet/engleder/ |
D | tsnep_ptp.c | 45 case HWTSTAMP_FILTER_ALL: in tsnep_ptp_ioctl() 59 config.rx_filter = HWTSTAMP_FILTER_ALL; in tsnep_ptp_ioctl()
|
D | tsnep_ethtool.c | 327 BIT(HWTSTAMP_FILTER_ALL); in tsnep_ethtool_get_ts_info()
|
/linux-6.6.21/include/uapi/linux/ |
D | net_tstamp.h | 141 HWTSTAMP_FILTER_ALL, enumerator
|
/linux-6.6.21/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 755 hwts_cfg.rx_filter == HWTSTAMP_FILTER_ALL) in peak_eth_ioctl() 761 hwts_cfg.rx_filter = HWTSTAMP_FILTER_ALL; in peak_eth_ioctl() 790 info->rx_filters = BIT(HWTSTAMP_FILTER_ALL); in peak_get_ts_info()
|
/linux-6.6.21/drivers/net/ethernet/cadence/ |
D | macb_ptp.c | 457 case HWTSTAMP_FILTER_ALL: in gem_set_hwtst() 459 tstamp_config->rx_filter = HWTSTAMP_FILTER_ALL; in gem_set_hwtst()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ptp.c | 500 case HWTSTAMP_FILTER_ALL: in bnxt_hwrm_ptp_cfg() 523 if (ptp->rx_filter == HWTSTAMP_FILTER_ALL) { in bnxt_hwrm_ptp_cfg() 564 case HWTSTAMP_FILTER_ALL: in bnxt_hwtstamp_set() 566 ptp->rx_filter = HWTSTAMP_FILTER_ALL; in bnxt_hwtstamp_set()
|
/linux-6.6.21/drivers/net/ethernet/ti/icssg/ |
D | icssg_ethtool.c | 127 info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) | BIT(HWTSTAMP_FILTER_ALL); in emac_get_ts_info()
|
/linux-6.6.21/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.c | 796 hwts_cfg.rx_filter == HWTSTAMP_FILTER_ALL) in peak_eth_ioctl() 802 hwts_cfg.rx_filter = HWTSTAMP_FILTER_ALL; in peak_eth_ioctl() 910 info->rx_filters = BIT(HWTSTAMP_FILTER_ALL); in pcan_get_ts_info()
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 1032 case HWTSTAMP_FILTER_ALL: in ixgbe_ptp_set_timestamp_mode() 1038 config->rx_filter = HWTSTAMP_FILTER_ALL; in ixgbe_ptp_set_timestamp_mode() 1080 config->rx_filter = HWTSTAMP_FILTER_ALL; in ixgbe_ptp_set_timestamp_mode()
|
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_ptp.c | 109 case HWTSTAMP_FILTER_ALL: in sparx5_ptp_hwtstamp_set() 123 cfg->rx_filter = HWTSTAMP_FILTER_ALL; in sparx5_ptp_hwtstamp_set()
|
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/ |
D | ionic_phc.c | 119 config->rx_filter = HWTSTAMP_FILTER_ALL; in ionic_lif_hwstamp_set_ts_config() 149 if (rx_all != (lif->phc->ts_config.rx_filter == HWTSTAMP_FILTER_ALL)) { in ionic_lif_hwstamp_set_ts_config()
|
/linux-6.6.21/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 631 config->rx_filter = HWTSTAMP_FILTER_ALL; in fec_ptp_set() 645 HWTSTAMP_FILTER_ALL : HWTSTAMP_FILTER_NONE); in fec_ptp_get()
|
/linux-6.6.21/drivers/net/dsa/hirschmann/ |
D | hellcreek_hwtstamp.c | 89 case HWTSTAMP_FILTER_ALL: in hellcreek_set_hwtstamp_config()
|
/linux-6.6.21/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1190 case HWTSTAMP_FILTER_ALL: in igb_ptp_set_timestamp_mode() 1196 config->rx_filter = HWTSTAMP_FILTER_ALL; in igb_ptp_set_timestamp_mode() 1218 config->rx_filter = HWTSTAMP_FILTER_ALL; in igb_ptp_set_timestamp_mode()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 1137 case HWTSTAMP_FILTER_ALL: in mlxsw_sp1_ptp_get_message_types() 1291 BIT(HWTSTAMP_FILTER_ALL); in mlxsw_sp1_ptp_get_ts_info() 1498 case HWTSTAMP_FILTER_ALL: in mlxsw_sp2_ptp_get_message_types()
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | xdp_hw_metadata.c | 360 .rx_filter = HWTSTAMP_FILTER_ALL, in hwtstamp_enable()
|
/linux-6.6.21/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 655 case HWTSTAMP_FILTER_ALL: in igc_ptp_set_timestamp_mode() 657 config->rx_filter = HWTSTAMP_FILTER_ALL; in igc_ptp_set_timestamp_mode()
|
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_ptp.c | 285 case HWTSTAMP_FILTER_ALL: in lan966x_ptp_hwtstamp_set() 300 cfg->rx_filter = HWTSTAMP_FILTER_ALL; in lan966x_ptp_hwtstamp_set()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 76 return config->rx_filter == HWTSTAMP_FILTER_ALL; in mlx5e_rx_hw_stamp()
|
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 430 (1 << HWTSTAMP_FILTER_ALL); in dpaa_get_ts_info()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 238 case HWTSTAMP_FILTER_ALL: in qede_ptp_cfg_filters()
|
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/ |
D | hwtstamp.c | 140 case HWTSTAMP_FILTER_ALL: in mv88e6xxx_set_hwtstamp_config()
|
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_ptp.c | 320 case HWTSTAMP_FILTER_ALL: in hclge_ptp_set_rx_mode()
|
/linux-6.6.21/net/core/ |
D | dev_ioctl.c | 214 case HWTSTAMP_FILTER_ALL: in net_hwtstamp_validate()
|