]> 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)
commitb1b8846ed13733499796f576a02c1207e84c2bd4
treeb07bc44b508855b5f285415fdff3664438a24d8d
parent4be7c24fb5be6023df875ebc2dd7f8362af20249
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