commit | 3ae5907c61587ed8327484bfdda87de0257ea73f | [log] [tgz] |
---|---|---|
author | Netanel Belgazal <netanel@amazon.com> | Fri Jun 23 11:21:58 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 23 14:15:10 2017 -0400 |
tree | 562b5ba656eaedd1b356e72aba1fa7986ec9f2be | |
parent | 4265114d5391ed92d7860472c7c8dfe866707106 [diff] |
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>