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:dmae_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hw.c
436
p_hwfn->
dmae_info
.p_dmae_cmd->opcode = cpu_to_le32(opcode);
in qed_dmae_opcode()
437
p_hwfn->
dmae_info
.p_dmae_cmd->opcode_b = cpu_to_le16(opcode_b);
in qed_dmae_opcode()
449
struct dmae_cmd *p_command = p_hwfn->
dmae_info
.p_dmae_cmd;
in qed_dmae_post_command()
450
u8 idx_cmd = p_hwfn->
dmae_info
.channel, i;
in qed_dmae_post_command()
506
dma_addr_t *p_addr = &p_hwfn->
dmae_info
.completion_word_phys_addr;
in qed_dmae_info_alloc()
507
struct dmae_cmd **p_cmd = &p_hwfn->
dmae_info
.p_dmae_cmd;
in qed_dmae_info_alloc()
508
u32 **p_buff = &p_hwfn->
dmae_info
.p_intermediate_buffer;
in qed_dmae_info_alloc()
509
u32 **p_comp = &p_hwfn->
dmae_info
.p_completion_word;
in qed_dmae_info_alloc()
516
p_addr = &p_hwfn->
dmae_info
.dmae_cmd_phys_addr;
in qed_dmae_info_alloc()
523
p_addr = &p_hwfn->
dmae_info
in qed_dmae_info_alloc()
[all...]
H
A
D
qed.h
618
struct qed_dmae_info
dmae_info
;
member
H
A
D
qed_dev.c
1313
mutex_init(&p_hwfn->
dmae_info
.mutex);
in qed_init_struct()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hw.c
454
p_hwfn->
dmae_info
.p_dmae_cmd->opcode = cpu_to_le32(opcode);
in qed_dmae_opcode()
455
p_hwfn->
dmae_info
.p_dmae_cmd->opcode_b = cpu_to_le16(opcode_b);
in qed_dmae_opcode()
467
struct dmae_cmd *p_command = p_hwfn->
dmae_info
.p_dmae_cmd;
in qed_dmae_post_command()
468
u8 idx_cmd = p_hwfn->
dmae_info
.channel, i;
in qed_dmae_post_command()
524
dma_addr_t *p_addr = &p_hwfn->
dmae_info
.completion_word_phys_addr;
in qed_dmae_info_alloc()
525
struct dmae_cmd **p_cmd = &p_hwfn->
dmae_info
.p_dmae_cmd;
in qed_dmae_info_alloc()
526
u32 **p_buff = &p_hwfn->
dmae_info
.p_intermediate_buffer;
in qed_dmae_info_alloc()
527
u32 **p_comp = &p_hwfn->
dmae_info
.p_completion_word;
in qed_dmae_info_alloc()
534
p_addr = &p_hwfn->
dmae_info
.dmae_cmd_phys_addr;
in qed_dmae_info_alloc()
541
p_addr = &p_hwfn->
dmae_info
in qed_dmae_info_alloc()
[all...]
H
A
D
qed.h
612
struct qed_dmae_info
dmae_info
;
member
H
A
D
qed_dev.c
1319
mutex_init(&p_hwfn->
dmae_info
.mutex);
in qed_init_struct()
Completed in 19 milliseconds