diff options
| author | Michal Michalik <[email protected]> | 2023-07-27 13:50:36 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2023-09-20 16:05:32 +0000 |
| commit | fcd2c1e3139a27766ef263bd2011195dbc8a79f5 (patch) | |
| tree | e99c567eb7f40e956d7c79169927bae3d38db476 /drivers/net/ethernet/intel/ice/ice_ethtool.c | |
| parent | ice: Use PTP auxbus for all PHYs restart in E822 (diff) | |
| download | kernel-fcd2c1e3139a27766ef263bd2011195dbc8a79f5.tar.gz kernel-fcd2c1e3139a27766ef263bd2011195dbc8a79f5.zip | |
ice: PTP: add clock domain number to auxiliary interface
The PHC clock id used to be moved between PFs using FW admin queue
shared parameters - move the implementation to auxiliary bus.
Signed-off-by: Karol Kolacinski <[email protected]>
Signed-off-by: Jacob Keller <[email protected]>
Signed-off-by: Michal Michalik <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_ethtool.c')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_ethtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_ethtool.c b/drivers/net/ethernet/intel/ice/ice_ethtool.c index ad4d4702129f..d3cb08e66dcb 100644 --- a/drivers/net/ethernet/intel/ice/ice_ethtool.c +++ b/drivers/net/ethernet/intel/ice/ice_ethtool.c @@ -3285,7 +3285,7 @@ ice_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) SOF_TIMESTAMPING_RX_HARDWARE | SOF_TIMESTAMPING_RAW_HARDWARE; - info->phc_index = ice_get_ptp_clock_index(pf); + info->phc_index = ice_ptp_clock_index(pf); info->tx_types = BIT(HWTSTAMP_TX_OFF) | BIT(HWTSTAMP_TX_ON); |
