freebsd-dev/sys/dev/cxgbe/common
Navdeep Parhar 0c71c9ccb2 cxgbe(4): Improvements in TID management.
- Ignore any type of TID where the start/end values are not in the
  correct order.  There are situations where the firmware isn't able to
  reserve room for the number requested in the config file but doesn't
  report a failure during configuration and instead sets end <= start.

- Track start/end in tid_tab and remove some redundant copies from
  adapter->params.

- Move all the start/end and other read-only parameters to a quiet part
  of tid_tab, away from the tid locks.

MFC after:	1 week
Sponsored by:	Chelsio Communications
2018-08-02 22:52:05 +00:00
..
common.h cxgbe(4): Improvements in TID management. 2018-08-02 22:52:05 +00:00
t4_hw.c cxgbe(4): Assume that any unknown flash on the card is 4MB and has 64KB 2018-07-06 19:33:58 +00:00
t4_hw.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_msg.h cxgbe(4): Make FW4_ACK a shared CPL. ETHOFLD in the base driver will 2018-05-24 08:21:43 +00:00
t4_regs_values.h cxgbe(4): Filtering related features and fixes. 2018-05-15 04:24:38 +00:00
t4_regs.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_tcb.h Bring in additional constants and message fields for TLS-related messages. 2018-02-22 02:02:31 +00:00
t4vf_hw.c cxgbe(4): Update the pad_boundary calculation for T6, which has a 2016-09-11 17:22:54 +00:00