linux-stable/drivers/infiniband
Ilpo Järvinen b3e52db0e9 RDMA/hfi1: Use FIELD_GET() to extract Link Width
[ Upstream commit 8bf7187d97 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-28 17:14:47 +00:00
..
core RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() 2023-11-20 11:57:07 +01:00
hw RDMA/hfi1: Use FIELD_GET() to extract Link Width 2023-11-28 17:14:47 +00:00
sw RDMA/siw: Fix connection failure handling 2023-10-10 22:03:05 +02:00
ulp RDMA/srp: Do not call scsi_done() from srp_abort() 2023-10-10 22:03:05 +02:00
Kconfig RDMA: Disable IB HW for UML 2022-12-04 15:22:03 +02:00
Makefile