Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:seqno_numivs
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_io.c
371
updated_scmd->
seqno_numivs
&= 0xffffff80;
in tls_tx_data_wr()
372
updated_scmd->
seqno_numivs
|= SCMD_NUM_IVS_V(pdus);
in tls_tx_data_wr()
434
req_cpl->
seqno_numivs
= cpu_to_be32(hws->scmd.
seqno_numivs
);
in tls_tx_data_wr()
455
if (SCMD_CIPH_MODE_G(scmd->
seqno_numivs
) ==
in chtls_expansion_size()
H
A
D
chtls.h
205
u32
seqno_numivs
;
member
H
A
D
chtls_hw.c
340
hws->scmd.
seqno_numivs
=
in chtls_set_scmd()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_io.c
371
updated_scmd->
seqno_numivs
&= 0xffffff80;
in tls_tx_data_wr()
372
updated_scmd->
seqno_numivs
|= SCMD_NUM_IVS_V(pdus);
in tls_tx_data_wr()
434
req_cpl->
seqno_numivs
= cpu_to_be32(hws->scmd.
seqno_numivs
);
in tls_tx_data_wr()
455
if (SCMD_CIPH_MODE_G(scmd->
seqno_numivs
) ==
in chtls_expansion_size()
H
A
D
chtls.h
207
u32
seqno_numivs
;
member
H
A
D
chtls_hw.c
340
hws->scmd.
seqno_numivs
=
in chtls_set_scmd()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H
A
D
chcr_ipsec.c
652
wr->req.sec_cpl.
seqno_numivs
=
in ch_ipsec_crypto_wreq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H
A
D
chcr_ipsec.c
656
wr->req.sec_cpl.
seqno_numivs
=
in ch_ipsec_crypto_wreq()
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_algo.c
853
chcr_req->sec_cpl.
seqno_numivs
= FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op, 0,
in create_cipher_wr()
1610
chcr_req->sec_cpl.
seqno_numivs
=
in create_hash_wr()
2531
chcr_req->sec_cpl.
seqno_numivs
= FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op,
in create_authenc_wr()
3010
sec_cpl->
seqno_numivs
= FILL_SEC_CPL_SCMD0_SEQNO(op_type,
in fill_sec_cpl_for_aead()
3210
chcr_req->sec_cpl.
seqno_numivs
=
in create_gcm_wr()
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_algo.c
846
chcr_req->sec_cpl.
seqno_numivs
= FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op, 0,
in create_cipher_wr()
1604
chcr_req->sec_cpl.
seqno_numivs
=
in create_hash_wr()
2526
chcr_req->sec_cpl.
seqno_numivs
= FILL_SEC_CPL_SCMD0_SEQNO(reqctx->op,
in create_authenc_wr()
3005
sec_cpl->
seqno_numivs
= FILL_SEC_CPL_SCMD0_SEQNO(op_type,
in fill_sec_cpl_for_aead()
3205
chcr_req->sec_cpl.
seqno_numivs
=
in create_gcm_wr()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H
A
D
chcr_ktls.c
1207
cpl->
seqno_numivs
= htonl(tx_info->scmd0_seqno_numivs);
in chcr_ktls_xmit_wr_complete()
1383
cpl->
seqno_numivs
= htonl(tx_info->scmd0_short_seqno_numivs);
in chcr_ktls_xmit_wr_short()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_msg.h
1975
__be32
seqno_numivs
;
member
2260
__be32
seqno_numivs
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_msg.h
1975
__be32
seqno_numivs
;
member
2260
__be32
seqno_numivs
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H
A
D
chcr_ktls.c
1201
cpl->
seqno_numivs
= htonl(tx_info->scmd0_seqno_numivs);
in chcr_ktls_xmit_wr_complete()
1377
cpl->
seqno_numivs
= htonl(tx_info->scmd0_short_seqno_numivs);
in chcr_ktls_xmit_wr_short()
Completed in 39 milliseconds