]> git.karo-electronics.de Git - karo-tx-linux.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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:15:10 +0000 (14:15 -0400)
commit3ae5907c61587ed8327484bfdda87de0257ea73f
tree562b5ba656eaedd1b356e72aba1fa7986ec9f2be
parent4265114d5391ed92d7860472c7c8dfe866707106
net: ena: use lower_32_bits()/upper_32_bits() to split dma address

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>
drivers/net/ethernet/amazon/ena/ena_com.c