iavf: rename i40e_hw to iavf_hw
Fix up the i40e_hw names to new name, including versions inside other strings. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:

committed by
Jeff Kirsher

parent
83eafc4922
commit
f349daa588
@@ -307,7 +307,7 @@ struct iavf_adapter {
|
||||
struct net_device *netdev;
|
||||
struct pci_dev *pdev;
|
||||
|
||||
struct i40e_hw hw; /* defined in i40e_type.h */
|
||||
struct iavf_hw hw; /* defined in i40e_type.h */
|
||||
|
||||
enum iavf_state_t state;
|
||||
unsigned long crit_section;
|
||||
|
Reference in New Issue
Block a user