RDMA/efa: Remove duplication of upper/lower_32_bits
authorGal Pressman <galpress@amazon.com>
Tue, 26 Jan 2021 12:06:58 +0000 (14:06 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 28 Jan 2021 19:56:13 +0000 (15:56 -0400)
commitc2a5056814f5dd77e7a20ed27b99820dbf6c2a12
tree0e0acad606f2289cb96bcefe4eb3941ee9a6d119
parent68fb9f3e312a36e49fd05ec2d6b668daf2c4931a
RDMA/efa: Remove duplication of upper/lower_32_bits

The EFA_DMA_ADDR_TO_UINT32_HIGH/LOW macros are the same as the kernel's
upper/lower_32_bits, remove them and use kernel macros instead.

Link: https://lore.kernel.org/r/20210126120702.9807-3-galpress@amazon.com
Reviewed-by: Firas JahJah <firasj@amazon.com>
Signed-off-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/efa/efa_com.c