]> git.baikalelectronics.ru Git - 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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:15:10 +0000 (14:15 -0400)
commit19affef305799707fed5375ddcadbed4928de659
tree562b5ba656eaedd1b356e72aba1fa7986ec9f2be
parentc10f7ee11b07ad35df71f87628ab119fd132745d
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