]> git.itanic.dy.fi Git - linux-stable/commit
RDMA/hfi1: Use FIELD_GET() to extract Link Width
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 19 Sep 2023 12:56:41 +0000 (15:56 +0300)
committerLeon Romanovsky <leon@kernel.org>
Wed, 20 Sep 2023 07:30:38 +0000 (10:30 +0300)
commit8bf7187d978610b9e327a3d92728c8864a575ebd
tree7e162ec0dbee963248a5c9838a2d685684b89b79
parentc5930a1aa08aafe6ffe15b5d28fe875f88f6ac86
RDMA/hfi1: Use FIELD_GET() to extract Link Width

Use FIELD_GET() to extract PCIe Negotiated Link Width field instead of
custom masking and shifting, and remove extract_width() which only
wraps that FIELD_GET().

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20230919125648.1920-2-ilpo.jarvinen@linux.intel.com
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Dean Luick <dean.luick@cornelisnetworks.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hfi1/pcie.c