txleft 173 drivers/crypto/chelsio/chtls/chtls.h u16 txleft; txleft 1024 drivers/crypto/chelsio/chtls/chtls_io.c if (is_tls_tx(csk) && !csk->tlshws.txleft) { txleft 1030 drivers/crypto/chelsio/chtls/chtls_io.c csk->tlshws.txleft = recordsz; txleft 1068 drivers/crypto/chelsio/chtls/chtls_io.c copy = min_t(int, copy, csk->tlshws.txleft); txleft 1122 drivers/crypto/chelsio/chtls/chtls_io.c copy = min_t(int, copy, csk->tlshws.txleft); txleft 1158 drivers/crypto/chelsio/chtls/chtls_io.c csk->tlshws.txleft -= copy;