Lines Matching refs:new_config
1552 struct hwtstamp_config new_config) in mlxsw_sp2_ptp_enable() argument
1561 ptp_state->config = new_config; in mlxsw_sp2_ptp_enable()
1566 struct hwtstamp_config new_config) in mlxsw_sp2_ptp_disable() argument
1575 ptp_state->config = new_config; in mlxsw_sp2_ptp_disable()
1581 struct hwtstamp_config new_config) in mlxsw_sp2_ptp_configure_port() argument
1592 egr_types, new_config); in mlxsw_sp2_ptp_configure_port()
1602 struct hwtstamp_config new_config) in mlxsw_sp2_ptp_deconfigure_port() argument
1612 err = mlxsw_sp2_ptp_disable(mlxsw_sp_port->mlxsw_sp, new_config); in mlxsw_sp2_ptp_deconfigure_port()
1628 struct hwtstamp_config new_config; in mlxsw_sp2_ptp_hwtstamp_set() local
1641 new_config.flags = config->flags; in mlxsw_sp2_ptp_hwtstamp_set()
1642 new_config.tx_type = config->tx_type; in mlxsw_sp2_ptp_hwtstamp_set()
1643 new_config.rx_filter = rx_filter; in mlxsw_sp2_ptp_hwtstamp_set()
1650 new_egr_types, new_config); in mlxsw_sp2_ptp_hwtstamp_set()
1654 err = mlxsw_sp2_ptp_deconfigure_port(mlxsw_sp_port, new_config); in mlxsw_sp2_ptp_hwtstamp_set()