ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:36:49 +0000 (13:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:40:52 +0000 (16:40 -0700)
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>

No differences found