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:hw_rq
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw_queues.c
21
struct
hw_rq
*rqs[EFCT_HW_MAX_NUM_EQ];
in efct_hw_init_queues()
310
efct_hw_new_rq_set(struct hw_cq *cqs[], struct
hw_rq
*rqs[],
in efct_hw_new_rq_set()
314
struct
hw_rq
*rq = NULL;
in efct_hw_new_rq_set()
365
hw->
hw_rq
[rqs[i]->instance] = rqs[i];
in efct_hw_new_rq_set()
421
efct_hw_del_rq((struct
hw_rq
*)q);
in efct_hw_del_cq()
455
efct_hw_del_rq(struct
hw_rq
*rq)
in efct_hw_del_rq()
466
hw->
hw_rq
[rq->instance] = NULL;
in efct_hw_del_rq()
494
struct
hw_rq
*rq = hw->
hw_rq
[hw->hw_rq_lookup[rqindex]];
in efct_hw_rqpair_get()
531
struct
hw_rq
*r
in efct_hw_rqpair_process_rq()
[all...]
H
A
D
efct_hw.h
406
struct
hw_rq
*
hw_rq
[EFCT_HW_MAX_NUM_RQ];
member
410
/* count of
hw_rq
[] entries */
538
struct
hw_rq
{
struct
746
efct_hw_new_rq_set(struct hw_cq *cqs[], struct
hw_rq
*rqs[],
752
void efct_hw_del_rq(struct
hw_rq
*rq);
H
A
D
efct_hw.c
748
struct
hw_rq
*rq = hw->
hw_rq
[i];
in efct_hw_config_rq()
781
struct
hw_rq
*rq;
in efct_hw_config_mrq()
798
rq = hw->
hw_rq
[0];
in efct_hw_config_mrq()
1099
struct
hw_rq
*rq = hw->
hw_rq
[i];
in efct_hw_init()
1239
struct
hw_rq
*rq = hw->
hw_rq
[i];
in efct_hw_rx_allocate()
1287
count += hw->
hw_rq
[i]->entry_count;
in efct_hw_rx_post()
1300
struct
hw_rq
*r
in efct_hw_rx_post()
[all...]
Completed in 6 milliseconds