freebsd-dev/sys/dev/cxgbe/common
Navdeep Parhar 2be67d2948 Fix a couple of bad races that can occur when a cxgbe interface is taken
down.  The ingress queue lock was unused and has been removed as part of
these changes.

- An in-flight egress update from the SGE must be handled before the
  queue that requested it is destroyed.  Wait for the update to arrive.

- Interrupt handlers must stop processing rx events for a queue before
  the queue is destroyed.  Events that have not yet been processed
  should be ignored once the queue disappears.

MFC after:	1 week
2011-04-15 03:09:27 +00:00
..
common.h Update header and related code for firmware 1.3.8 2011-04-01 00:40:24 +00:00
t4_hw.c Fix a couple of bad races that can occur when a cxgbe interface is taken 2011-04-15 03:09:27 +00:00
t4_hw.h
t4_msg.h
t4_regs_values.h
t4_regs.h
t4_tcb.h
t4fw_interface.h Update header and related code for firmware 1.3.8 2011-04-01 00:40:24 +00:00