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:
parent
3b1e58aa83
commit
8a90f2fc67
3 changed files with 40 additions and 25 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue