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:wq_idx
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.h
563
int
wq_idx
;
in lpfc_debug_dump_wq_by_id()
local
565
for (
wq_idx
= 0;
wq_idx
< phba->cfg_hdw_queue;
wq_idx
++)
in lpfc_debug_dump_wq_by_id()
566
if (phba->sli4_hba.hdwq[
wq_idx
].io_wq->queue_id == qid)
in lpfc_debug_dump_wq_by_id()
568
if (
wq_idx
< phba->cfg_hdw_queue) {
in lpfc_debug_dump_wq_by_id()
569
pr_err("IO WQ[Idx:%d|Qid:%d]\n",
wq_idx
, qid);
in lpfc_debug_dump_wq_by_id()
570
lpfc_debug_dump_q(phba->sli4_hba.hdwq[
wq_idx
].io_wq);
in lpfc_debug_dump_wq_by_id()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.h
572
int
wq_idx
;
in lpfc_debug_dump_wq_by_id()
local
574
for (
wq_idx
= 0;
wq_idx
< phba->cfg_hdw_queue;
wq_idx
++)
in lpfc_debug_dump_wq_by_id()
575
if (phba->sli4_hba.hdwq[
wq_idx
].io_wq->queue_id == qid)
in lpfc_debug_dump_wq_by_id()
577
if (
wq_idx
< phba->cfg_hdw_queue) {
in lpfc_debug_dump_wq_by_id()
578
pr_err("IO WQ[Idx:%d|Qid:%d]\n",
wq_idx
, qid);
in lpfc_debug_dump_wq_by_id()
579
lpfc_debug_dump_q(phba->sli4_hba.hdwq[
wq_idx
].io_wq);
in lpfc_debug_dump_wq_by_id()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H
A
D
usnic_abi.h
81
u32
wq_idx
[USNIC_QP_GRP_MAX_WQS];
member
H
A
D
usnic_ib_verbs.c
141
resp.
wq_idx
[i] = chunk->res[i]->vnic_idx;
in usnic_ib_fill_create_qp_resp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H
A
D
usnic_abi.h
81
u32
wq_idx
[USNIC_QP_GRP_MAX_WQS];
member
H
A
D
usnic_ib_verbs.c
140
resp.
wq_idx
[i] = chunk->res[i]->vnic_idx;
in usnic_ib_fill_create_qp_resp()
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
debugfs.c
39
entry->e.error, entry->e.
wq_idx
, entry->e.operation,
in dump_event_entry()
H
A
D
registers.h
270
u64
wq_idx
:8;
member
592
u64
wq_idx
:8;
member
H
A
D
irq.c
336
struct idxd_wq *wq = idxd->wqs[entry_head->
wq_idx
];
in process_evl_entry()
416
int id = idxd->sw_err.
wq_idx
;
in idxd_misc_thread()
H
A
D
cdev.c
353
if (entry_head->pasid == pasid && entry_head->
wq_idx
== wq->id)
in idxd_cdev_evl_drain_pasid()
/kernel/linux/linux-5.10/drivers/dma/idxd/
H
A
D
registers.h
243
u64
wq_idx
:8;
member
H
A
D
irq.c
74
int id = idxd->sw_err.
wq_idx
;
in process_misc_interrupts()
Completed in 11 milliseconds