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:resp_bd_tbl
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_iscsi.h
126
* @
resp_bd_tbl
: iscsi login response payload BD table
144
char *
resp_bd_tbl
;
member
H
A
D
qedi_iscsi.c
67
if (qedi_conn->gen_pdu.
resp_bd_tbl
) {
in qedi_conn_free_login_resources()
69
qedi_conn->gen_pdu.
resp_bd_tbl
,
in qedi_conn_free_login_resources()
71
qedi_conn->gen_pdu.
resp_bd_tbl
= NULL;
in qedi_conn_free_login_resources()
129
qedi_conn->gen_pdu.
resp_bd_tbl
=
in qedi_conn_alloc_login_resources()
133
if (!qedi_conn->gen_pdu.
resp_bd_tbl
)
in qedi_conn_alloc_login_resources()
732
bd_tbl = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_iscsi_prep_generic_pdu_bd()
H
A
D
qedi_fw.c
1013
resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_login()
1062
(struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_login()
1611
resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_text()
1654
(struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_text()
1710
resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_nopout()
1770
(struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_nopout()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_iscsi.h
127
* @
resp_bd_tbl
: iscsi login response payload BD table
145
char *
resp_bd_tbl
;
member
H
A
D
qedi_iscsi.c
68
if (qedi_conn->gen_pdu.
resp_bd_tbl
) {
in qedi_conn_free_login_resources()
70
qedi_conn->gen_pdu.
resp_bd_tbl
,
in qedi_conn_free_login_resources()
72
qedi_conn->gen_pdu.
resp_bd_tbl
= NULL;
in qedi_conn_free_login_resources()
130
qedi_conn->gen_pdu.
resp_bd_tbl
=
in qedi_conn_alloc_login_resources()
134
if (!qedi_conn->gen_pdu.
resp_bd_tbl
)
in qedi_conn_alloc_login_resources()
764
bd_tbl = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_iscsi_prep_generic_pdu_bd()
H
A
D
qedi_fw.c
976
resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_login()
1025
(struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_login()
1554
resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_text()
1597
(struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_text()
1653
resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_nopout()
1713
(struct scsi_sge *)qedi_conn->gen_pdu.
resp_bd_tbl
;
in qedi_send_iscsi_nopout()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_iscsi.c
937
if (bnx2i_conn->gen_pdu.
resp_bd_tbl
) {
in bnx2i_conn_free_login_resources()
939
bnx2i_conn->gen_pdu.
resp_bd_tbl
,
in bnx2i_conn_free_login_resources()
941
bnx2i_conn->gen_pdu.
resp_bd_tbl
= NULL;
in bnx2i_conn_free_login_resources()
1007
bnx2i_conn->gen_pdu.
resp_bd_tbl
=
in bnx2i_conn_alloc_login_resources()
1011
if (bnx2i_conn->gen_pdu.
resp_bd_tbl
== NULL)
in bnx2i_conn_alloc_login_resources()
1062
bd_tbl = (struct iscsi_bd *) bnx2i_conn->gen_pdu.
resp_bd_tbl
;
in bnx2i_iscsi_prep_generic_pdu_bd()
H
A
D
bnx2i.h
189
* @
resp_bd_tbl
: iscsi login response payload BD table
207
char *
resp_bd_tbl
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_iscsi.c
937
if (bnx2i_conn->gen_pdu.
resp_bd_tbl
) {
in bnx2i_conn_free_login_resources()
939
bnx2i_conn->gen_pdu.
resp_bd_tbl
,
in bnx2i_conn_free_login_resources()
941
bnx2i_conn->gen_pdu.
resp_bd_tbl
= NULL;
in bnx2i_conn_free_login_resources()
1007
bnx2i_conn->gen_pdu.
resp_bd_tbl
=
in bnx2i_conn_alloc_login_resources()
1011
if (bnx2i_conn->gen_pdu.
resp_bd_tbl
== NULL)
in bnx2i_conn_alloc_login_resources()
1062
bd_tbl = (struct iscsi_bd *) bnx2i_conn->gen_pdu.
resp_bd_tbl
;
in bnx2i_iscsi_prep_generic_pdu_bd()
H
A
D
bnx2i.h
189
* @
resp_bd_tbl
: iscsi login response payload BD table
207
char *
resp_bd_tbl
;
member
Completed in 19 milliseconds