freebsd-dev/sys/dev/cxgbe
John Baldwin 7063b9974f ccr: Retire ccr_softc member in struct adapter.
Prior to Conrad's changes to replace session integer IDs with a
pointer to the driver-specific state in commit 1b0909d51a, the
driver had to find the softc pointer from the adapter before it could
locate the ccr_session structure for a completed request.  Since
Conrad's changes, the ccr_session pointer can now be obtained directly
from the crp.  Add a backpoint from ccr_session back to ccr_softc and
use this in place of the ccr_softc member in cxgbe's struct adapter.

Sponsored by:	Chelsio Communications
2022-12-29 11:39:28 -08:00
..
common cxgbe(4): Decode and display some more bits in the PL interrupt handler. 2022-08-16 01:07:36 -07:00
crypto ccr: Retire ccr_softc member in struct adapter. 2022-12-29 11:39:28 -08:00
cudbg cxgbe: Various whitespace fixes. 2022-11-15 12:03:57 -08:00
cxgbei tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
firmware cxgbe(4): Update firmwares to 1.27.0.0. 2022-08-16 01:06:32 -07:00
iw_cxgbe cxgbe: stop open-coding kref access 2022-12-05 17:38:17 +00:00
tom tcp: embed inpcb into tcpcb 2022-12-07 09:00:48 -08:00
adapter.h ccr: Retire ccr_softc member in struct adapter. 2022-12-29 11:39:28 -08:00
if_cc.c
if_ccv.c
if_cxl.c
if_cxlv.c
offload.h cxgbe: Enable TOE TLS RX when an RX key is provided via setsockopt(). 2022-11-15 12:08:51 -08:00
osdep.h
t4_clip.c
t4_clip.h
t4_filter.c
t4_if.m
t4_ioctl.h
t4_iov.c cxgbe: Remove unused devclass arguments to *DRIVER_MODULE(). 2022-04-19 10:44:08 -07:00
t4_l2t.c
t4_l2t.h
t4_main.c cxgbe: Enable TOE TLS RX when an RX key is provided via setsockopt(). 2022-11-15 12:08:51 -08:00
t4_mp_ring.c
t4_mp_ring.h
t4_netmap.c cxgbe: Various whitespace fixes. 2022-11-15 12:03:57 -08:00
t4_sched.c
t4_sge.c cxgbe: Various whitespace fixes. 2022-11-15 12:03:57 -08:00
t4_smt.c
t4_smt.h
t4_tracer.c Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warnings 2022-07-19 20:37:02 +02:00
t4_vf.c cxgbe: Remove unused devclass arguments to *DRIVER_MODULE(). 2022-04-19 10:44:08 -07:00