freebsd-dev/sys/dev/cxgbe/tom
Navdeep Parhar b174b65819 cxgbe(4): Add functions to help synchronize "slow" operations (those not
on the fast data path) and use them instead of frobbing the adapter lock
and busy flag directly.

Other changes made while reworking all slow operations:
- Wait for the reply to a filter request (add/delete).  This guarantees
  that the operation is complete by the time the ioctl returns.
- Tidy up the tid_info structure.
- Do not allow the tx queue size to be set to something that's not a
  power of 2.

MFC after:	1 week
2013-01-10 23:56:50 +00:00
..
t4_connect.c Minor cleanup: use bitwise ops instead of pointless wrappers around 2012-08-21 18:30:16 +00:00
t4_cpl_io.c cxgbe/tom: Handle the case where the chip falls out of DDP mode by 2012-11-29 19:39:27 +00:00
t4_ddp.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
t4_listen.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
t4_tom_l2t.c
t4_tom_l2t.h
t4_tom.c cxgbe(4): Add functions to help synchronize "slow" operations (those not 2013-01-10 23:56:50 +00:00
t4_tom.h cxgbe/tom: Handle the case where the chip falls out of DDP mode by 2012-11-29 19:39:27 +00:00