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:event_masks
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H
A
D
mpi30_ioc.h
295
__le32
event_masks
[MPI3_EVENT_NOTIFY_EVENTMASK_WORDS];
member
H
A
D
mpi30_cnfg.h
1255
__le32
event_masks
[MPI3_IOC2_EVENTMASK_WORDS];
member
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr.h
960
* @
event_masks
: Event mask bitmap
1125
u32
event_masks
[MPI3_EVENT_NOTIFY_EVENTMASK_WORDS];
member
H
A
D
mpi3mr_fw.c
3263
mrioc->
event_masks
[word] &= ~desired_event;
in mpi3mr_unmask_events()
3295
evtnotify_req.
event_masks
[i] =
in mpi3mr_issue_event_notification()
3296
cpu_to_le32(mrioc->
event_masks
[i]);
in mpi3mr_issue_event_notification()
3767
mrioc->
event_masks
[i] = -1;
in mpi3mr_enable_events()
4898
mrioc->
event_masks
[i] = -1;
in mpi3mr_soft_reset_handler()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
6770
* The mask is stored in ioc->
event_masks
.
6783
ioc->
event_masks
[0] &= ~desired_event;
in _base_unmask_events()
6785
ioc->
event_masks
[1] &= ~desired_event;
in _base_unmask_events()
6787
ioc->
event_masks
[2] &= ~desired_event;
in _base_unmask_events()
6789
ioc->
event_masks
[3] &= ~desired_event;
in _base_unmask_events()
6827
cpu_to_le32(ioc->
event_masks
[i]);
in _base_event_notification()
6866
(ioc->
event_masks
[i] & desired_event)) {
in mpt3sas_base_validate_event_type()
6867
ioc->
event_masks
[i] &= ~desired_event;
in mpt3sas_base_validate_event_type()
7519
ioc->
event_masks
[i] = -1;
in mpt3sas_base_attach()
H
A
D
mpt3sas_base.h
1089
* @
event_masks
: events that are masked
1304
u32
event_masks
[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS];
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
7806
* The mask is stored in ioc->
event_masks
.
7819
ioc->
event_masks
[0] &= ~desired_event;
in _base_unmask_events()
7821
ioc->
event_masks
[1] &= ~desired_event;
in _base_unmask_events()
7823
ioc->
event_masks
[2] &= ~desired_event;
in _base_unmask_events()
7825
ioc->
event_masks
[3] &= ~desired_event;
in _base_unmask_events()
7863
cpu_to_le32(ioc->
event_masks
[i]);
in _base_event_notification()
7911
(ioc->
event_masks
[i] & desired_event)) {
in mpt3sas_base_validate_event_type()
7912
ioc->
event_masks
[i] &= ~desired_event;
in mpt3sas_base_validate_event_type()
8567
ioc->
event_masks
[i] = -1;
in mpt3sas_base_attach()
H
A
D
mpt3sas_base.h
1224
* @
event_masks
: events that are masked
1446
u32
event_masks
[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS];
member
Completed in 45 milliseconds