]> www.infradead.org Git - users/jedix/linux-maple.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)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 12 Oct 2015 16:04:58 +0000 (09:04 -0700)
commitcff5cec54c8a716e5715bd766f4eac1978176e7c
tree4d9044e0b004b220ed957b33c63e5619f6cd4736
parent02c516f8d2b10686431d1afbc897447f08ef8c97
ixgbe: add get_bus_info method for X550

Orabug: 21918732

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>
(cherry picked from commit 454c65dd1a1e7fdaa5bbd3a34e14ab5560fbfad7)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c