commit | e44758b78ae81461a3269e7958653f1af0f78989 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Sun Oct 14 07:02:55 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:44:33 2018 -0700 |
tree | 3cad3111a3859ecb5dba6eab88ad8e4edb5f314f | |
parent | 7b3af4f75b81bec06ed5bf411039fbd0646da44e [diff] |
bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path. In the RX code path, we current use the bnxt_napi struct pointer to identify the associated RX/CP rings. Change it to use the struct bnxt_cp_ring_info pointer instead since there are now up to 2 CP rings per MSIX. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>