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:mcc_tag_status
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_cmds.c
120
phba->ctrl.
mcc_tag_status
[tag] = 0;
in alloc_mcc_wrb()
178
uint32_t
mcc_tag_status
;
in __beiscsi_mcc_compl_status()
local
181
mcc_tag_status
= phba->ctrl.
mcc_tag_status
[tag];
in __beiscsi_mcc_compl_status()
182
status = (
mcc_tag_status
& CQE_STATUS_MASK);
in __beiscsi_mcc_compl_status()
183
addl_status = ((
mcc_tag_status
& CQE_STATUS_ADDL_MASK) >>
in __beiscsi_mcc_compl_status()
189
wrb_num = (
mcc_tag_status
& CQE_STATUS_WRB_MASK) >>
in __beiscsi_mcc_compl_status()
255
phba->ctrl.
mcc_tag_status
[tag],
in beiscsi_mccq_compl_wait()
530
/* The ctrl.
mcc_tag_status
[tag] is filled with
in beiscsi_process_mcc_compl()
534
ctrl->
mcc_tag_status
[ta
in beiscsi_process_mcc_compl()
[all...]
H
A
D
be.h
130
unsigned int
mcc_tag_status
[MAX_MCC_CMD + 1];
member
H
A
D
be_main.c
3480
ctrl->
mcc_tag_status
[tag] = MCC_STATUS_FAILED;
in be_mcc_queues_destroy()
3481
ctrl->
mcc_tag_status
[tag] |= CQE_VALID_MASK;
in be_mcc_queues_destroy()
4860
phba->ctrl.
mcc_tag_status
[tag],
in beiscsi_bsg_request()
4871
extd_status = (phba->ctrl.
mcc_tag_status
[tag] &
in beiscsi_bsg_request()
4873
status = phba->ctrl.
mcc_tag_status
[tag] & CQE_STATUS_MASK;
in beiscsi_bsg_request()
5334
phba->ctrl.
mcc_tag_status
[i + 1] = 0;
in beiscsi_enable_port()
5645
phba->ctrl.
mcc_tag_status
[i + 1] = 0;
in beiscsi_dev_probe()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_cmds.c
120
phba->ctrl.
mcc_tag_status
[tag] = 0;
in alloc_mcc_wrb()
178
uint32_t
mcc_tag_status
;
in __beiscsi_mcc_compl_status()
local
181
mcc_tag_status
= phba->ctrl.
mcc_tag_status
[tag];
in __beiscsi_mcc_compl_status()
182
status = (
mcc_tag_status
& CQE_STATUS_MASK);
in __beiscsi_mcc_compl_status()
183
addl_status = ((
mcc_tag_status
& CQE_STATUS_ADDL_MASK) >>
in __beiscsi_mcc_compl_status()
189
wrb_num = (
mcc_tag_status
& CQE_STATUS_WRB_MASK) >>
in __beiscsi_mcc_compl_status()
255
phba->ctrl.
mcc_tag_status
[tag],
in beiscsi_mccq_compl_wait()
530
/* The ctrl.
mcc_tag_status
[tag] is filled with
in beiscsi_process_mcc_compl()
534
ctrl->
mcc_tag_status
[ta
in beiscsi_process_mcc_compl()
[all...]
H
A
D
be.h
130
unsigned int
mcc_tag_status
[MAX_MCC_CMD + 1];
member
H
A
D
be_main.c
3492
ctrl->
mcc_tag_status
[tag] = MCC_STATUS_FAILED;
in be_mcc_queues_destroy()
3493
ctrl->
mcc_tag_status
[tag] |= CQE_VALID_MASK;
in be_mcc_queues_destroy()
4851
phba->ctrl.
mcc_tag_status
[tag],
in beiscsi_bsg_request()
4862
extd_status = (phba->ctrl.
mcc_tag_status
[tag] &
in beiscsi_bsg_request()
4864
status = phba->ctrl.
mcc_tag_status
[tag] & CQE_STATUS_MASK;
in beiscsi_bsg_request()
5325
phba->ctrl.
mcc_tag_status
[i + 1] = 0;
in beiscsi_enable_port()
5629
phba->ctrl.
mcc_tag_status
[i + 1] = 0;
in beiscsi_dev_probe()
Completed in 17 milliseconds