commit | a34bcfffae8ebbba9dcbacbc3de718cca66689dd | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Aug 19 13:39:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 19 16:44:25 2010 -0700 |
tree | 18b5940c59c459ec6f7e3d054706d18e3c97a535 | |
parent | f5b4a52e81d46b51ba07a983036739dc0c2c6c1c [diff] |
ixgbe: move all GPIE register config into a single function This change moves all GPIE register configuration into a single function. The advantage of this is that we can avoid a number of unnecessary read/modify/write cycles on the register. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>