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:dhchap_tid
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fabrics-cmd-auth.c
21
__func__, sq->ctrl->cntlid, sq->qid, sq->
dhchap_tid
);
in nvmet_auth_expired_work()
23
sq->
dhchap_tid
= -1;
in nvmet_auth_expired_work()
45
req->sq->
dhchap_tid
= le16_to_cpu(data->t_id);
in nvmet_auth_negotiate()
273
if (le16_to_cpu(data->t_id) != req->sq->
dhchap_tid
) {
in nvmet_execute_auth_send()
277
req->sq->
dhchap_tid
);
in nvmet_execute_auth_send()
372
data->t_id = cpu_to_le16(req->sq->
dhchap_tid
);
in nvmet_auth_challenge()
389
req->sq->
dhchap_tid
, data->hl, ctrl->dh_keysize);
in nvmet_auth_challenge()
403
data->t_id = cpu_to_le16(req->sq->
dhchap_tid
);
in nvmet_auth_success1()
427
data->t_id = cpu_to_le16(req->sq->
dhchap_tid
);
in nvmet_auth_failure1()
H
A
D
auth.c
322
req->sq->
dhchap_tid
);
in nvmet_auth_host_hash()
341
put_unaligned_le16(req->sq->
dhchap_tid
, buf);
in nvmet_auth_host_hash()
450
put_unaligned_le16(req->sq->
dhchap_tid
, buf);
in nvmet_auth_ctrl_hash()
H
A
D
nvmet.h
114
u16
dhchap_tid
;
member
Completed in 4 milliseconds