]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ice: introduce common helper for retrieving VSI by vsi_num
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>
Thu, 24 Mar 2022 11:49:07 +0000 (12:49 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 5 May 2022 18:28:35 +0000 (11:28 -0700)
commit295819b562fa13e48d0de72eebae7e75dc7c2cc4
tree5d3a7f02669b1fb0eba3fe42bce651bc5405ff32
parent187dbc15d8a7c4437c7757eba8542594d7eab22e
ice: introduce common helper for retrieving VSI by vsi_num

Both ice_idc.c and ice_virtchnl.c carry their own implementation of a
helper function that is looking for a given VSI based on provided
vsi_num. Their functionality is the same, so let's introduce the common
function in ice.h that both of the mentioned sites will use.

This is a strictly cleanup thing, no functionality is changed.

Reviewed-by: Alexander Lobakin <alexandr.lobakin@intel.com>
Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice.h
drivers/net/ethernet/intel/ice/ice_idc.c
drivers/net/ethernet/intel/ice/ice_virtchnl.c