When we have a single tx/rx queue, the cp ring is also used for async
authorjmatthew <jmatthew@openbsd.org>
Fri, 23 Apr 2021 07:00:58 +0000 (07:00 +0000)
committerjmatthew <jmatthew@openbsd.org>
Fri, 23 Apr 2021 07:00:58 +0000 (07:00 +0000)
commitb59ce7750ef65b548c4e3449bb59750f075aadb6
treec9bced4bd7171e094bad94edc27c96804d482659
parente24ee53bf98fe3876d5e8016a7f695d4e230153d
When we have a single tx/rx queue, the cp ring is also used for async
events, so it can't be allocated when the interface is brought up and
freed when it's taken down.

ok dlg@
sys/dev/pci/if_bnxt.c