aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_prototype.h
diff options
context:
space:
mode:
authorShannon Nelson <shannon.nelson@intel.com>2016-04-01 03:56:11 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-04-06 19:00:42 -0700
commitbab2fb60dcdd0f9d8715749d056ddd6c465b1875 (patch)
tree41d7061994caf98ab7343ea952bfa20f1a374848 /drivers/net/ethernet/intel/i40e/i40e_prototype.h
parenti40e: Add RSS configuration to virtual channel (diff)
downloadlinux-dev-bab2fb60dcdd0f9d8715749d056ddd6c465b1875.tar.xz
linux-dev-bab2fb60dcdd0f9d8715749d056ddd6c465b1875.zip
i40e: Move NVM event wait check to NVM code
The logic that checks AQ events for NVM done events is better kept in nvm.c with the rest of the nvmupdate handling code. Change-ID: I2ea58980df8ecaa3726b28a37bff3dfcb8df03dc Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_prototype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_prototype.h b/drivers/net/ethernet/intel/i40e/i40e_prototype.h
index d51eee5bf79a..134035f53f2c 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_prototype.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_prototype.h
@@ -308,6 +308,7 @@ i40e_status i40e_validate_nvm_checksum(struct i40e_hw *hw,
i40e_status i40e_nvmupd_command(struct i40e_hw *hw,
struct i40e_nvm_access *cmd,
u8 *bytes, int *);
+void i40e_nvmupd_check_wait_event(struct i40e_hw *hw, u16 opcode);
void i40e_set_pci_config_data(struct i40e_hw *hw, u16 link_status);
extern struct i40e_rx_ptype_decoded i40e_ptype_lookup[];