panic: Lock iflib ctx lock not exclusively locked @
/usr/src/sys/dev/e1000/e1000_ich8lan.c:1906
The assertion is compiled out without INVARIANTS, where the same write
instead resets the MAC and takes the ICH software flag while the queues
stay live and an ioctl or the admin task may be running.
Requesting the reset through iflib and let the admin task perform the
stop/init under the context lock, matching what the VF and SR-IOV paths
already do.
MFC: 1 week