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:ipa_table_init
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
ipa_table.h
61
*
ipa_table_init
() - Do early initialization of filter and route tables
64
int
ipa_table_init
(struct ipa *ipa);
67
* ipa_table_exit() - Inverse of
ipa_table_init
()
H
A
D
ipa_table.c
135
* code in
ipa_table_init
() uses a pointer to __le64 to
in ipa_table_validate_build()
141
* It is a 64-bit block of zeroed memory. Code in
ipa_table_init
()
in ipa_table_validate_build()
714
int
ipa_table_init
(struct ipa *ipa)
in ipa_table_init()
function
H
A
D
ipa_main.c
874
ret =
ipa_table_init
(ipa);
in ipa_probe()
/kernel/linux/linux-5.10/drivers/net/ipa/
H
A
D
ipa_table.h
92
*
ipa_table_init
() - Do early initialization of filter and route tables
95
int
ipa_table_init
(struct ipa *ipa);
98
* ipa_table_exit() - Inverse of
ipa_table_init
()
H
A
D
ipa_table.c
130
* code in
ipa_table_init
() uses a pointer to __le64 to
in ipa_table_validate_build()
136
* It is a 64-bit block of zeroed memory. Code in
ipa_table_init
()
in ipa_table_validate_build()
635
* allocated space. In
ipa_table_init
() we verify the minimum DMA allocation
652
int
ipa_table_init
(struct ipa *ipa)
in ipa_table_init()
function
H
A
D
ipa_main.c
807
ret =
ipa_table_init
(ipa);
in ipa_probe()
Completed in 5 milliseconds