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>
This commit is contained in:
Parav Pandit 2020-11-20 15:03:37 -08:00 committed by Saeed Mahameed
parent 3b1e58aa83
commit 8a90f2fc67
3 changed files with 40 additions and 25 deletions

View file

@ -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;