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:HC_R0INT_ENA
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
512
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_bsg_send_mgmt_cmd()
750
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_bsg_rport_els()
1592
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_issue_ct_rsp()
H
A
D
lpfc_attr.c
2217
creg_val &= ~(
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_poll_store()
2238
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_poll_store()
H
A
D
lpfc_hw.h
1728
#define
HC_R0INT_ENA
0x00000002 /* Bit 1 */
macro
H
A
D
lpfc_hbadisc.c
737
if (!(control & (
HC_R0INT_ENA
<< LPFC_ELS_RING))) {
in lpfc_work_done()
742
control |= (
HC_R0INT_ENA
<< LPFC_ELS_RING);
in lpfc_work_done()
H
A
D
lpfc_sli.c
12134
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_sli_issue_iocb_wait()
12201
creg_val &= ~(
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_sli_issue_iocb_wait()
12728
if (control & (
HC_R0INT_ENA
<< LPFC_ELS_RING)) {
in lpfc_sli_sp_intr_handler()
12737
~(
HC_R0INT_ENA
<< LPFC_ELS_RING);
in lpfc_sli_sp_intr_handler()
13052
writel(hc_copy & ~(HC_MBINT_ENA |
HC_R0INT_ENA
| HC_R1INT_ENA
in lpfc_sli_intr_handler()
H
A
D
lpfc_init.c
571
status |=
HC_R0INT_ENA
;
in lpfc_config_port_post()
581
status &= ~(
HC_R0INT_ENA
);
in lpfc_config_port_post()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
482
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_bsg_send_mgmt_cmd()
729
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_bsg_rport_els()
1536
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_issue_ct_rsp()
H
A
D
lpfc_attr.c
2555
creg_val &= ~(
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_poll_store()
2576
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_poll_store()
H
A
D
lpfc_hw.h
1900
#define
HC_R0INT_ENA
0x00000002 /* Bit 1 */
macro
H
A
D
lpfc_hbadisc.c
1065
if (!(control & (
HC_R0INT_ENA
<< LPFC_ELS_RING))) {
in lpfc_work_done()
1070
control |= (
HC_R0INT_ENA
<< LPFC_ELS_RING);
in lpfc_work_done()
H
A
D
lpfc_sli.c
13143
creg_val |= (
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_sli_issue_iocb_wait()
13210
creg_val &= ~(
HC_R0INT_ENA
<< LPFC_FCP_RING);
in lpfc_sli_issue_iocb_wait()
13737
if (control & (
HC_R0INT_ENA
<< LPFC_ELS_RING)) {
in lpfc_sli_sp_intr_handler()
13746
~(
HC_R0INT_ENA
<< LPFC_ELS_RING);
in lpfc_sli_sp_intr_handler()
14075
writel(hc_copy & ~(HC_MBINT_ENA |
HC_R0INT_ENA
| HC_R1INT_ENA
in lpfc_sli_intr_handler()
H
A
D
lpfc_init.c
578
status |=
HC_R0INT_ENA
;
in lpfc_config_port_post()
588
status &= ~(
HC_R0INT_ENA
);
in lpfc_config_port_post()
Completed in 175 milliseconds