]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: add get_bus_info method for X550
authorDon Skidmore <donald.c.skidmore@intel.com>
Thu, 18 Jun 2015 00:59:59 +0000 (20:59 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 1 Sep 2015 23:54:16 +0000 (16:54 -0700)
commit9e70bc51360005bb293306319e53d4ab3aa0e687
treeb07bc44b508855b5f285415fdff3664438a24d8d
parente1a319d9de6453ad8e27cac5af5f8ef9d6b4c53f
ixgbe: add get_bus_info method for X550

Added ixgbe_get_bus_info_X550em to X550 code. ixgbe_get_bus_info_X550em
sets bus.width to ixgbe_bus_width_unknown and bus.speed to
ixgbe_bus_speed_unknown, because IOSF does not report a PCIe bus
width or speed.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c