]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
authorNetanel Belgazal <netanel@amazon.com>
Fri, 23 Jun 2017 08:21:58 +0000 (11:21 +0300)
committerKamal Mostafa <kamal@canonical.com>
Mon, 10 Jul 2017 17:31:40 +0000 (10:31 -0700)
commita45551c46af335da91b85f1676865713ef26ded9
treec0d8a2c808da982ea8b5815309afa8fa87029af5
parented262d2ed509a5927a722e4edbf5e06c740c1d89
net: ena: use lower_32_bits()/upper_32_bits() to split dma address

BugLink: http://bugs.launchpad.net/bugs/1701575
In ena_com_mem_addr_set(), use the above functions to split dma address
to the lower 32 bits and the higher 16 bits.

Signed-off-by: Netanel Belgazal <netanel@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 3ae5907c61587ed8327484bfdda87de0257ea73f net-next)
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Brad Figg <brad.figg@canonical.com>
drivers/net/ethernet/amazon/ena/ena_com.c