diff options
author | Parav Pandit <parav@nvidia.com> | 2020-11-21 02:03:37 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2020-11-27 05:45:03 +0300 |
commit | 8a90f2fc67826a3876df1cb72e42d4a9a135f4fa (patch) | |
tree | 4c6bdb1a84a6ea16b4817fdf6d61121ab726b42d /include/linux/mlx5 | |
parent | 3b1e58aa832ed537289be6a51a2015309688a90c (diff) | |
download | linux-8a90f2fc67826a3876df1cb72e42d4a9a135f4fa.tar.xz |
net/mlx5: Rename peer_pf to host_pf
To match the hardware spec, rename peer_pf to host_pf.
Signed-off-by: Parav Pandit <parav@nvidia.com>
Reviewed-by: Bodong Wang <bodong@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index d6ef3068d7d3..8e9bcb3bfd77 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -547,7 +547,7 @@ struct mlx5_priv { atomic_t reg_pages; struct list_head free_list; int vfs_pages; - int peer_pf_pages; + int host_pf_pages; struct mlx5_core_health health; |