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:ikcqe
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
2483
struct iscsi_kcqe *
ikcqe
= NULL;
in bnx2i_indicate_kcqe()
local
2486
ikcqe
= (struct iscsi_kcqe *) kcqe[i++];
in bnx2i_indicate_kcqe()
2488
if (
ikcqe
->op_code ==
in bnx2i_indicate_kcqe()
2490
bnx2i_fastpath_notification(hba,
ikcqe
);
in bnx2i_indicate_kcqe()
2491
else if (
ikcqe
->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN)
in bnx2i_indicate_kcqe()
2492
bnx2i_process_ofld_cmpl(hba,
ikcqe
);
in bnx2i_indicate_kcqe()
2493
else if (
ikcqe
->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN)
in bnx2i_indicate_kcqe()
2494
bnx2i_process_update_conn_cmpl(hba,
ikcqe
);
in bnx2i_indicate_kcqe()
2495
else if (
ikcqe
->op_code == ISCSI_KCQE_OPCODE_INIT) {
in bnx2i_indicate_kcqe()
2496
if (
ikcqe
in bnx2i_indicate_kcqe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
2480
struct iscsi_kcqe *
ikcqe
= NULL;
in bnx2i_indicate_kcqe()
local
2483
ikcqe
= (struct iscsi_kcqe *) kcqe[i++];
in bnx2i_indicate_kcqe()
2485
if (
ikcqe
->op_code ==
in bnx2i_indicate_kcqe()
2487
bnx2i_fastpath_notification(hba,
ikcqe
);
in bnx2i_indicate_kcqe()
2488
else if (
ikcqe
->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN)
in bnx2i_indicate_kcqe()
2489
bnx2i_process_ofld_cmpl(hba,
ikcqe
);
in bnx2i_indicate_kcqe()
2490
else if (
ikcqe
->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN)
in bnx2i_indicate_kcqe()
2491
bnx2i_process_update_conn_cmpl(hba,
ikcqe
);
in bnx2i_indicate_kcqe()
2492
else if (
ikcqe
->op_code == ISCSI_KCQE_OPCODE_INIT) {
in bnx2i_indicate_kcqe()
2493
if (
ikcqe
in bnx2i_indicate_kcqe()
[all...]
Completed in 7 milliseconds