diff options
| author | Anirudh Venkataramanan <[email protected]> | 2019-08-08 14:39:33 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2019-09-05 15:13:40 +0000 |
| commit | 208ff75135cd68a42638221626d2af2f8f17a3cb (patch) | |
| tree | e3bb5fe2d968269132aa69456a6f9c43b80a1d50 /drivers/net/ethernet/intel/ice/ice_sched.c | |
| parent | ice: Update fields in ice_vsi_set_num_qs when reconfiguring (diff) | |
| download | kernel-208ff75135cd68a42638221626d2af2f8f17a3cb.tar.gz kernel-208ff75135cd68a42638221626d2af2f8f17a3cb.zip | |
ice: Add ice_get_main_vsi to get PF/main VSI
There are multiple places where we currently use ice_find_vsi_by_type
to get the PF (a.k.a. main) VSI. The PF VSI by definition is always
the first element in the pf->vsi array (i.e. pf->vsi[0]). So instead
add and use a new helper function ice_get_main_vsi, which just returns
pf->vsi[0].
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_sched.c')
0 files changed, 0 insertions, 0 deletions
