Create separate structures for rx and tx queues to allow creating multiples
authorjmatthew <jmatthew@openbsd.org>
Fri, 23 Apr 2021 04:58:34 +0000 (04:58 +0000)
committerjmatthew <jmatthew@openbsd.org>
Fri, 23 Apr 2021 04:58:34 +0000 (04:58 +0000)
commit765dc391d291b8897d451b0b08f9f0754a24d186
tree5f22622afd88b9de982fdad838b5faefffbc837d
parent4c4d8474df1e374257b08c62e493adee84ea3925
Create separate structures for rx and tx queues to allow creating multiples
of each of them, and prepare for having multiple completion rings.

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