aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2023-01-19 01:16:42 +0000
committerTony Nguyen <[email protected]>2023-02-06 17:36:09 +0000
commit157acda5b1faf896cbe46e8860be02baac2b7f83 (patch)
tree9cc554d622c60b7e455cf1c14f223a974d51ad81 /drivers/net/ethernet/intel/ice/ice_vf_lib.c
parentice: fix function comment referring to ice_vsi_alloc (diff)
downloadkernel-157acda5b1faf896cbe46e8860be02baac2b7f83.tar.gz
kernel-157acda5b1faf896cbe46e8860be02baac2b7f83.zip
ice: drop unnecessary VF parameter from several VSI functions
The vsi->vf pointer gets assigned early on during ice_vsi_alloc. Several functions currently take a VF pointer, but they can just use the existing vsi->vf pointer as needed. Modify these functions to drop the unnecessary VF parameter. Note that ice_vsi_cfg is not changed as a following change will refactor so that the VF pointer is assigned during ice_vsi_cfg rather than ice_vsi_alloc. Signed-off-by: Jacob Keller <[email protected]> Reviewed-by: Michal Swiatkowski <[email protected]> Tested-by: Marek Szlosek <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_vf_lib.c')
0 files changed, 0 insertions, 0 deletions