Commit db950599 authored by Alice Michael's avatar Alice Michael Committed by Jeff Kirsher

iavf: change remaining i40e defines to be iavf

There were a couple of erroneously missed i40e names to
update to iavf left after the larger chunks.  Updated them
separately so now they should all be aligned as iavf.
Signed-off-by: default avatarAlice Michael <alice.michael@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent cc0ea2db
...@@ -84,11 +84,11 @@ struct iavf_adminq_info { ...@@ -84,11 +84,11 @@ struct iavf_adminq_info {
}; };
/** /**
* i40e_aq_rc_to_posix - convert errors to user-land codes * iavf_aq_rc_to_posix - convert errors to user-land codes
* aq_ret: AdminQ handler error code can override aq_rc * aq_ret: AdminQ handler error code can override aq_rc
* aq_rc: AdminQ firmware error code to convert * aq_rc: AdminQ firmware error code to convert
**/ **/
static inline int i40e_aq_rc_to_posix(int aq_ret, int aq_rc) static inline int iavf_aq_rc_to_posix(int aq_ret, int aq_rc)
{ {
int aq_to_posix[] = { int aq_to_posix[] = {
0, /* IAVF_AQ_RC_OK */ 0, /* IAVF_AQ_RC_OK */
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/* forward declaration */ /* forward declaration */
struct iavf_hw; struct iavf_hw;
typedef void (*I40E_ADMINQ_CALLBACK)(struct iavf_hw *, struct iavf_aq_desc *); typedef void (*IAVF_ADMINQ_CALLBACK)(struct iavf_hw *, struct iavf_aq_desc *);
/* Data type manipulation macros. */ /* Data type manipulation macros. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment