]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/mlx5e: Rename timestamp fields to hwtstamp_config
authorCarolina Jubran <cjubran@nvidia.com>
Thu, 30 Oct 2025 10:25:08 +0000 (12:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 31 Oct 2025 23:36:43 +0000 (16:36 -0700)
commit91baaf96f5d0b764aec462dd50a8433f5c8d621f
treeedb142822ff6a68b4f51511187e31708c21c3eed
parentfee182371a59414d43633a5ea6f1cda160418a16
net/mlx5e: Rename timestamp fields to hwtstamp_config

Rename hardware timestamp-related fields from 'tstamp' to
'hwtstamp_config' throughout the MLX5 driver. The new name is more
descriptive as it clearly indicates these fields contain hardware
timestamp configuration.

Signed-off-by: Carolina Jubran <cjubran@nvidia.com>
Reviewed-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1761819910-1011051-5-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c
drivers/net/ethernet/mellanox/mlx5/core/en/trap.c
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c