Make igc(4) and ix(4) struct names unique.
authorbluhm <bluhm@openbsd.org>
Tue, 21 May 2024 11:19:39 +0000 (11:19 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 21 May 2024 11:19:39 +0000 (11:19 +0000)
commitfb54a5a49ec9bbbbf56febc00c9729e3836384c8
treef21589954d0823b52ca8e4f7599e377328048557
parente1cb6e2e7f57231c67f21eb1d6cc98282752af56
Make igc(4) and ix(4) struct names unique.

In ddb show struct gets confused if the same struct name exists
twice.  Add a prefix to tx_ring and rx_ring in drivers.

OK miod@ jan@
sys/dev/pci/if_igc.c
sys/dev/pci/if_igc.h
sys/dev/pci/if_ix.c
sys/dev/pci/if_ix.h