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:iavf_dma_mem
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_adminq.h
18
struct
iavf_dma_mem
desc_buf; /* descriptor ring memory */
22
struct
iavf_dma_mem
*asq_bi;
23
struct
iavf_dma_mem
*arq_bi;
H
A
D
iavf_alloc.h
24
struct
iavf_dma_mem
*mem,
28
struct
iavf_dma_mem
*mem);
H
A
D
iavf_adminq.c
106
struct
iavf_dma_mem
*bi;
in iavf_alloc_arq_bufs()
117
sizeof(struct
iavf_dma_mem
)));
in iavf_alloc_arq_bufs()
120
hw->aq.arq.r.arq_bi = (struct
iavf_dma_mem
*)hw->aq.arq.dma_head.va;
in iavf_alloc_arq_bufs()
173
struct
iavf_dma_mem
*bi;
in iavf_alloc_asq_bufs()
180
sizeof(struct
iavf_dma_mem
)));
in iavf_alloc_asq_bufs()
183
hw->aq.asq.r.asq_bi = (struct
iavf_dma_mem
*)hw->aq.asq.dma_head.va;
in iavf_alloc_asq_bufs()
649
struct
iavf_dma_mem
*dma_buff = NULL;
in iavf_asq_send_command()
863
struct
iavf_dma_mem
*bi;
in iavf_clean_arq_element()
H
A
D
iavf_osdep.h
30
struct
iavf_dma_mem
{
struct
H
A
D
iavf_main.c
62
struct
iavf_dma_mem
*mem,
in iavf_allocate_dma_mem_d()
85
struct
iavf_dma_mem
*mem)
in iavf_free_dma_mem_d()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_adminq.h
18
struct
iavf_dma_mem
desc_buf; /* descriptor ring memory */
22
struct
iavf_dma_mem
*asq_bi;
23
struct
iavf_dma_mem
*arq_bi;
H
A
D
iavf_alloc.h
24
struct
iavf_dma_mem
*mem,
28
struct
iavf_dma_mem
*mem);
H
A
D
iavf_adminq.c
106
struct
iavf_dma_mem
*bi;
in iavf_alloc_arq_bufs()
117
sizeof(struct
iavf_dma_mem
)));
in iavf_alloc_arq_bufs()
120
hw->aq.arq.r.arq_bi = (struct
iavf_dma_mem
*)hw->aq.arq.dma_head.va;
in iavf_alloc_arq_bufs()
173
struct
iavf_dma_mem
*bi;
in iavf_alloc_asq_bufs()
180
sizeof(struct
iavf_dma_mem
)));
in iavf_alloc_asq_bufs()
183
hw->aq.asq.r.asq_bi = (struct
iavf_dma_mem
*)hw->aq.asq.dma_head.va;
in iavf_alloc_asq_bufs()
647
struct
iavf_dma_mem
*dma_buff = NULL;
in iavf_asq_send_command()
861
struct
iavf_dma_mem
*bi;
in iavf_clean_arq_element()
H
A
D
iavf_osdep.h
24
struct
iavf_dma_mem
{
struct
H
A
D
iavf_main.c
216
struct
iavf_dma_mem
*mem,
in iavf_allocate_dma_mem_d()
238
enum iavf_status iavf_free_dma_mem(struct iavf_hw *hw, struct
iavf_dma_mem
*mem)
in iavf_free_dma_mem()
Completed in 12 milliseconds