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:HA_RXMASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
12716
(
HA_RXMASK
<< (4*LPFC_ELS_RING)));
in lpfc_sli_sp_intr_handler()
12718
if (status &
HA_RXMASK
) {
in lpfc_sli_sp_intr_handler()
12961
status = (ha_copy & (
HA_RXMASK
<< (4*LPFC_FCP_RING)));
in lpfc_sli_fp_intr_handler()
12964
if (status &
HA_RXMASK
)
in lpfc_sli_fp_intr_handler()
12972
status = (ha_copy & (
HA_RXMASK
<< (4*LPFC_EXTRA_RING)));
in lpfc_sli_fp_intr_handler()
12974
if (status &
HA_RXMASK
) {
in lpfc_sli_fp_intr_handler()
13068
status2 = (phba->ha_copy & (
HA_RXMASK
<< (4*LPFC_ELS_RING)));
in lpfc_sli_intr_handler()
13071
if (status1 || (status2 &
HA_RXMASK
))
in lpfc_sli_intr_handler()
13081
status1 = (phba->ha_copy & (
HA_RXMASK
<< (4*LPFC_FCP_RING)));
in lpfc_sli_intr_handler()
13086
status2 = (phba->ha_copy & (
HA_RXMASK
<< (
in lpfc_sli_intr_handler()
[all...]
H
A
D
lpfc_hbadisc.c
707
status = (ha_copy & (
HA_RXMASK
<< (4*LPFC_ELS_RING)));
in lpfc_work_done()
709
if (pring && (status &
HA_RXMASK
||
in lpfc_work_done()
726
HA_RXMASK
));
in lpfc_work_done()
H
A
D
lpfc_hw.h
1674
#define
HA_RXMASK
0x0000000f
macro
H
A
D
lpfc_init.c
6386
phba->work_ha_mask |= (
HA_RXMASK
<< (LPFC_ELS_RING * 4));
in lpfc_sli_driver_resource_setup()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
13725
(
HA_RXMASK
<< (4*LPFC_ELS_RING)));
in lpfc_sli_sp_intr_handler()
13727
if (status &
HA_RXMASK
) {
in lpfc_sli_sp_intr_handler()
13984
status = (ha_copy & (
HA_RXMASK
<< (4*LPFC_FCP_RING)));
in lpfc_sli_fp_intr_handler()
13987
if (status &
HA_RXMASK
)
in lpfc_sli_fp_intr_handler()
13995
status = (ha_copy & (
HA_RXMASK
<< (4*LPFC_EXTRA_RING)));
in lpfc_sli_fp_intr_handler()
13997
if (status &
HA_RXMASK
) {
in lpfc_sli_fp_intr_handler()
14091
status2 = (phba->ha_copy & (
HA_RXMASK
<< (4*LPFC_ELS_RING)));
in lpfc_sli_intr_handler()
14094
if (status1 || (status2 &
HA_RXMASK
))
in lpfc_sli_intr_handler()
14104
status1 = (phba->ha_copy & (
HA_RXMASK
<< (4*LPFC_FCP_RING)));
in lpfc_sli_intr_handler()
14109
status2 = (phba->ha_copy & (
HA_RXMASK
<< (
in lpfc_sli_intr_handler()
[all...]
H
A
D
lpfc_hbadisc.c
1035
status = (ha_copy & (
HA_RXMASK
<< (4*LPFC_ELS_RING)));
in lpfc_work_done()
1037
if (pring && (status &
HA_RXMASK
||
in lpfc_work_done()
1054
HA_RXMASK
));
in lpfc_work_done()
H
A
D
lpfc_hw.h
1846
#define
HA_RXMASK
0x0000000f
macro
H
A
D
lpfc_init.c
7762
phba->work_ha_mask |= (
HA_RXMASK
<< (LPFC_ELS_RING * 4));
in lpfc_sli_driver_resource_setup()
Completed in 96 milliseconds