Fix TX descriptors DMA syncs. So far only a single TX desc was synced, which
authorpatrick <patrick@openbsd.org>
Sat, 10 Aug 2024 21:53:06 +0000 (21:53 +0000)
committerpatrick <patrick@openbsd.org>
Sat, 10 Aug 2024 21:53:06 +0000 (21:53 +0000)
commita772c87cb713e2048fd94d1843899b6c809f59d2
treeae9737fce36fbc1b14f67455df55000a802db069
parent5c9615188f0184f72ad5437608e1ce43ab7a3d1a
Fix TX descriptors DMA syncs.  So far only a single TX desc was synced, which
wasn't even one that we filled.  Ensure that we sync all descs that we touch
before we give the whole chain to the hardware.

ok kettenis@
sys/dev/pci/if_rge.c