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:pbe_eq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.c
672
struct be_eq_obj *
pbe_eq
;
in be_isr_mcc()
local
674
pbe_eq
= dev_id;
in be_isr_mcc()
675
eq = &
pbe_eq
->q;
in be_isr_mcc()
676
phba =
pbe_eq
->phba;
in be_isr_mcc()
694
queue_work(phba->wq, &
pbe_eq
->mcc_work);
in be_isr_mcc()
709
struct be_eq_obj *
pbe_eq
;
in be_isr_msix()
local
711
pbe_eq
= dev_id;
in be_isr_msix()
712
eq = &
pbe_eq
->q;
in be_isr_msix()
714
phba =
pbe_eq
->phba;
in be_isr_msix()
717
irq_poll_sched(&
pbe_eq
in be_isr_msix()
737
struct be_eq_obj *
pbe_eq
;
be_isr()
local
1830
struct be_eq_obj *
pbe_eq
;
beiscsi_mcc_work()
local
1849
beiscsi_process_cq(struct be_eq_obj *
pbe_eq
, int budget)
beiscsi_process_cq()
argument
2036
struct be_eq_obj *
pbe_eq
;
be_iopoll()
local
3067
struct be_eq_obj *
pbe_eq
;
beiscsi_create_cqs()
local
5199
struct be_eq_obj *
pbe_eq
;
beiscsi_eqd_update_work()
local
5301
struct be_eq_obj *
pbe_eq
;
beiscsi_enable_port()
local
5399
struct be_eq_obj *
pbe_eq
;
beiscsi_disable_port()
local
5538
struct be_eq_obj *
pbe_eq
;
beiscsi_dev_probe()
local
[all...]
H
A
D
be_iscsi.c
1228
struct be_eq_obj *
pbe_eq
;
in beiscsi_flush_cq()
local
1236
pbe_eq
= &phwi_context->be_eq[i];
in beiscsi_flush_cq()
1237
irq_poll_disable(&
pbe_eq
->iopoll);
in beiscsi_flush_cq()
1238
beiscsi_process_cq(
pbe_eq
, BE2_MAX_NUM_CQ_PROC);
in beiscsi_flush_cq()
1239
irq_poll_enable(&
pbe_eq
->iopoll);
in beiscsi_flush_cq()
H
A
D
be_main.h
802
unsigned int beiscsi_process_cq(struct be_eq_obj *
pbe_eq
, int budget);
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.c
690
struct be_eq_obj *
pbe_eq
;
in be_isr_mcc()
local
692
pbe_eq
= dev_id;
in be_isr_mcc()
693
eq = &
pbe_eq
->q;
in be_isr_mcc()
694
phba =
pbe_eq
->phba;
in be_isr_mcc()
712
queue_work(phba->wq, &
pbe_eq
->mcc_work);
in be_isr_mcc()
727
struct be_eq_obj *
pbe_eq
;
in be_isr_msix()
local
729
pbe_eq
= dev_id;
in be_isr_msix()
730
eq = &
pbe_eq
->q;
in be_isr_msix()
732
phba =
pbe_eq
->phba;
in be_isr_msix()
735
irq_poll_sched(&
pbe_eq
in be_isr_msix()
755
struct be_eq_obj *
pbe_eq
;
be_isr()
local
1847
struct be_eq_obj *
pbe_eq
;
beiscsi_mcc_work()
local
1866
beiscsi_process_cq(struct be_eq_obj *
pbe_eq
, int budget)
beiscsi_process_cq()
argument
2052
struct be_eq_obj *
pbe_eq
;
be_iopoll()
local
3082
struct be_eq_obj *
pbe_eq
;
beiscsi_create_cqs()
local
5190
struct be_eq_obj *
pbe_eq
;
beiscsi_eqd_update_work()
local
5292
struct be_eq_obj *
pbe_eq
;
beiscsi_enable_port()
local
5390
struct be_eq_obj *
pbe_eq
;
beiscsi_disable_port()
local
5529
struct be_eq_obj *
pbe_eq
;
beiscsi_dev_probe()
local
[all...]
H
A
D
be_iscsi.c
1228
struct be_eq_obj *
pbe_eq
;
in beiscsi_flush_cq()
local
1236
pbe_eq
= &phwi_context->be_eq[i];
in beiscsi_flush_cq()
1237
irq_poll_disable(&
pbe_eq
->iopoll);
in beiscsi_flush_cq()
1238
beiscsi_process_cq(
pbe_eq
, BE2_MAX_NUM_CQ_PROC);
in beiscsi_flush_cq()
1239
irq_poll_enable(&
pbe_eq
->iopoll);
in beiscsi_flush_cq()
H
A
D
be_main.h
801
unsigned int beiscsi_process_cq(struct be_eq_obj *
pbe_eq
, int budget);
Completed in 15 milliseconds