freebsd-dev/sys/dev/cxgbe/crypto
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
..
t4_crypto.c ccr: Retire ccr_softc member in struct adapter. 2022-12-29 11:39:28 -08:00
t4_crypto.h cxgbe: De-duplicate some of the code for managing TLS key contexts. 2021-06-15 17:45:32 -07:00
t4_keyctx.c cxgbe: Handle requests for TLS key allocations with no TLS key storage. 2022-08-08 11:21:54 -07:00
t6_kern_tls.c tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00