commit | 697197e5a1735325c0e1ef85dde2b2986354beb9 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Sun Oct 14 07:02:46 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:44:32 2018 -0700 |
tree | 63f41955e62d15b666ef1e53d892ccebd2b2c1b5 | |
parent | e38287b72ec5455eb1e16b1de0ba4ed54e2a748c [diff] |
bnxt_en: Re-structure doorbells. The 57500 series chips have a new 64-bit doorbell format. Use a new bnxt_db_info structure to unify the new and the old 32-bit doorbells. Add a new bnxt_set_db() function to set up the doorbell addreses and doorbell keys ahead of time. Modify and introduce new doorbell helpers to help abstract and unify the old and new doorbells. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>