freebsd-dev/sys/modules/cxgbe
John Baldwin 78afed1396 Move CLIP table handling out of TOM and into the base driver.
- Store the clip table in 'struct adapter' instead of in the TOM softc.
- Init the clip table during attach and teardown during detach.
- While here, add a dev.<nexus>.<unit>.misc.clip sysctl to dump the
  CLIP table.

This does mean that we update the clip table even if TOE is not enabled,
but non-TOE things need the CLIP table anyway.

Reviewed by:	np, Krishnamraju Eraparaju @ Chelsio
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D18010
2018-11-29 01:15:53 +00:00
..
ccr
cxgbei
if_cc
if_ccv
if_cxgbe Move CLIP table handling out of TOM and into the base driver. 2018-11-29 01:15:53 +00:00
if_cxgbev
if_cxl
if_cxlv
iw_cxgbe Update the iw_cxgbe bits in the projects branch. 2017-11-07 23:52:14 +00:00
t4_firmware cxgbe(4): Update T4/5/6 firmwares to 1.22.0.3. 2018-11-19 21:59:07 +00:00
t5_firmware cxgbe(4): Update T4/5/6 firmwares to 1.22.0.3. 2018-11-19 21:59:07 +00:00
t6_firmware cxgbe(4): Update T4/5/6 firmwares to 1.22.0.3. 2018-11-19 21:59:07 +00:00
tom Support for TLS offload of TOE connections on T6 adapters. 2018-03-13 23:05:51 +00:00
Makefile