commit | f5dc442b4671e2961c2e5bb3e16a86ce7da86cd3 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Aug 19 13:36:49 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 19 16:40:52 2010 -0700 |
tree | 9bf5a0c36bcd669dd8316f79bf0676fc7f8c2554 | |
parent | 486545216472d67c16e3d3d60c5f21f60959c855 [diff] |
ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode We are accessing the FCTRL register in multiple spots in the init path and we can simplify things by combining the configuration all into ixgbe_set_rx_mode. 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>