commit | 6fe19886858f1c7f96a5da3420bd040c58bcaca6 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Sun Oct 14 07:02:41 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:44:31 2018 -0700 |
tree | e6a5254c3024f7ecb557772bf6a52dc94038e5e8 | |
parent | 74706afa712d3d2aa497585af44f11319b2b6348 [diff] |
bnxt_en: Refactor bnxt_ring_struct. Move the DMA page table and vmem fields in bnxt_ring_struct to a new bnxt_ring_mem_info struct. This will allow context memory management for a new device to re-use some of the existing infrastructure. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>