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:xsk_dma_map
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/xdp/
H
A
D
xsk_buff_pool.c
271
static struct
xsk_dma_map
*xp_find_dma_map(struct xsk_buff_pool *pool)
in xp_find_dma_map()
273
struct
xsk_dma_map
*dma_map;
in xp_find_dma_map()
283
static struct
xsk_dma_map
*xp_create_dma_map(struct device *dev, struct net_device *netdev,
in xp_create_dma_map()
286
struct
xsk_dma_map
*dma_map;
in xp_create_dma_map()
307
static void xp_destroy_dma_map(struct
xsk_dma_map
*dma_map)
in xp_destroy_dma_map()
314
static void __xp_dma_unmap(struct
xsk_dma_map
*dma_map, unsigned long attrs)
in __xp_dma_unmap()
334
struct
xsk_dma_map
*dma_map;
in xp_dma_unmap()
355
static void xp_check_dma_contiguity(struct
xsk_dma_map
*dma_map)
in xp_check_dma_contiguity()
367
static int xp_init_dma_info(struct xsk_buff_pool *pool, struct
xsk_dma_map
*dma_map)
in xp_init_dma_info()
385
struct
xsk_dma_map
*dma_ma
in xp_dma_map()
[all...]
/kernel/linux/linux-6.6/net/xdp/
H
A
D
xsk_buff_pool.c
298
static struct
xsk_dma_map
*xp_find_dma_map(struct xsk_buff_pool *pool)
in xp_find_dma_map()
300
struct
xsk_dma_map
*dma_map;
in xp_find_dma_map()
310
static struct
xsk_dma_map
*xp_create_dma_map(struct device *dev, struct net_device *netdev,
in xp_create_dma_map()
313
struct
xsk_dma_map
*dma_map;
in xp_create_dma_map()
334
static void xp_destroy_dma_map(struct
xsk_dma_map
*dma_map)
in xp_destroy_dma_map()
341
static void __xp_dma_unmap(struct
xsk_dma_map
*dma_map, unsigned long attrs)
in __xp_dma_unmap()
361
struct
xsk_dma_map
*dma_map;
in xp_dma_unmap()
383
static void xp_check_dma_contiguity(struct
xsk_dma_map
*dma_map)
in xp_check_dma_contiguity()
395
static int xp_init_dma_info(struct xsk_buff_pool *pool, struct
xsk_dma_map
*dma_map)
in xp_init_dma_info()
423
struct
xsk_dma_map
*dma_ma
in xp_dma_map()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
xsk_buff_pool.h
31
struct
xsk_dma_map
{
struct
/kernel/linux/linux-6.6/include/net/
H
A
D
xsk_buff_pool.h
37
struct
xsk_dma_map
{
struct
Completed in 5 milliseconds