NextBSD/src 0347290sys/dev/bxe bxe.c bxe_stats.h

1.  Use taskqueue_create() instead of taskqueue_create_fast() for both
    fastpath and slowpath taskqueues.
2. Service all transmits in taskqueue threads.
3. additional stats counters for  keeping track of
        - bd availability
        - tx buf ring not emptied in the fp task queue.
          These are drained via timeout taskqueue.
        - tx attempts during link down.

MFC after: 5 days
DeltaFile
+94-96sys/dev/bxe/bxe.c
+9-0sys/dev/bxe/bxe_stats.h
+5-1sys/dev/bxe/bxe.h
+108-973 files

UnifiedSplitRaw