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:eedp_flags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_os.c
2955
u16
eedp_flags
= 0;
in mpi3mr_setup_eedp()
local
2962
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE;
in mpi3mr_setup_eedp()
2965
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_INSERT;
in mpi3mr_setup_eedp()
2968
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_INSERT;
in mpi3mr_setup_eedp()
2972
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE;
in mpi3mr_setup_eedp()
2976
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_CHECK;
in mpi3mr_setup_eedp()
2981
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_CHECK_REGEN;
in mpi3mr_setup_eedp()
2985
eedp_flags
= MPI3_EEDPFLAGS_EEDP_OP_CHECK;
in mpi3mr_setup_eedp()
2994
eedp_flags
|= MPI3_EEDPFLAGS_CHK_GUARD;
in mpi3mr_setup_eedp()
2997
eedp_flags
|
in mpi3mr_setup_eedp()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H
A
D
mpi30_transport.h
284
__le16
eedp_flags
;
member
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
4850
u16
eedp_flags
;
in _scsih_setup_eedp()
local
4860
eedp_flags
= MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP;
in _scsih_setup_eedp()
4862
eedp_flags
= MPI2_SCSIIO_EEDPFLAGS_INSERT_OP;
in _scsih_setup_eedp()
4874
eedp_flags
|= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG |
in _scsih_setup_eedp()
4886
eedp_flags
|= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD;
in _scsih_setup_eedp()
4895
eedp_flags
|= MPI25_SCSIIO_EEDPFLAGS_APPTAG_DISABLE_MODE;
in _scsih_setup_eedp()
4896
mpi_request->EEDPFlags = cpu_to_le16(
eedp_flags
);
in _scsih_setup_eedp()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
5049
u16
eedp_flags
;
in _scsih_setup_eedp()
local
5055
eedp_flags
= MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP;
in _scsih_setup_eedp()
5058
eedp_flags
= MPI2_SCSIIO_EEDPFLAGS_INSERT_OP;
in _scsih_setup_eedp()
5065
eedp_flags
|= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD;
in _scsih_setup_eedp()
5068
eedp_flags
|= MPI2_SCSIIO_EEDPFLAGS_CHECK_REFTAG;
in _scsih_setup_eedp()
5071
eedp_flags
|= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG;
in _scsih_setup_eedp()
5080
eedp_flags
|= MPI25_SCSIIO_EEDPFLAGS_APPTAG_DISABLE_MODE;
in _scsih_setup_eedp()
5081
mpi_request->EEDPFlags = cpu_to_le16(
eedp_flags
);
in _scsih_setup_eedp()
Completed in 31 milliseconds