i40evf: remove aq_pending
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 7 Apr 2015 23:45:32 +0000 (19:45 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 15 Apr 2015 00:20:39 +0000 (17:20 -0700)
commited636960c3b5a44e59eccafef94837d14e3bc10f
tree3a58e7b9fc4f9a93638eb4561823041515bfc7d5
parente7c8c60bc5d48994a67e4b1c7bfb01d6979dbc54
i40evf: remove aq_pending

The aq_pending field in the adapter structure is actually redundant with
the current_op field. Remove the aq_pending field and expunge all traces
of it from the official record. This simplifies the code significantly,
especially in the virtual channel completion routine.

Change-ID: Ib2957c8c19882bd0cecc6fcd133912c24b46a1ff
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf.h
drivers/net/ethernet/intel/i40evf/i40evf_main.c
drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c