freebsd-dev/sys/dev/cxgbe/tom
John Baldwin edf95feba4 Use the offload transmit queue to set flags on TLS connections.
Requests to modify the state of TLS connections need to be sent on the
same queue as TLS record transmit requests to ensure ordering.

However, in order to use the offload transmit queue in t4_set_tcb_field(),
the function needs to be updated to do proper flow control / credit
management when queueing a request to an offload queue.  This required
passing a pointer to the toepcb itself to this function, so while here
remove the 'tid' and 'iqid' parameters and obtain those values from the
toepcb in t4_set_tcb_field() itself.

Submitted by:	Harsh Jain @ Chelsio (original version)
Reviewed by:	np
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D14871
2018-03-27 20:54:57 +00:00
..
t4_connect.c Support for TLS offload of TOE connections on T6 adapters. 2018-03-13 23:05:51 +00:00
t4_cpl_io.c Use the offload transmit queue to set flags on TLS connections. 2018-03-27 20:54:57 +00:00
t4_ddp.c Use the offload transmit queue to set flags on TLS connections. 2018-03-27 20:54:57 +00:00
t4_listen.c Support for TLS offload of TOE connections on T6 adapters. 2018-03-13 23:05:51 +00:00
t4_tls.c Use the offload transmit queue to set flags on TLS connections. 2018-03-27 20:54:57 +00:00
t4_tls.h Support for TLS offload of TOE connections on T6 adapters. 2018-03-13 23:05:51 +00:00
t4_tom_l2t.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_tom_l2t.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_tom.c Use the offload transmit queue to set flags on TLS connections. 2018-03-27 20:54:57 +00:00
t4_tom.h Use the offload transmit queue to set flags on TLS connections. 2018-03-27 20:54:57 +00:00