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_rx_buffer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_txrx.c
674
struct
iavf_rx_buffer
*rx_bi = &rx_ring->rx_bi[i];
in iavf_clean_rx_ring()
700
bi_size = sizeof(struct
iavf_rx_buffer
) * rx_ring->count;
in iavf_clean_rx_ring()
743
bi_size = sizeof(struct
iavf_rx_buffer
) * rx_ring->count;
in iavf_setup_rx_descriptors()
814
struct
iavf_rx_buffer
*bi)
in iavf_alloc_mapped_page()
886
struct
iavf_rx_buffer
*bi;
in iavf_alloc_rx_buffers()
1129
struct
iavf_rx_buffer
*old_buff)
in iavf_reuse_rx_page()
1131
struct
iavf_rx_buffer
*new_buff;
in iavf_reuse_rx_page()
1187
static bool iavf_can_reuse_rx_page(struct
iavf_rx_buffer
*rx_buffer)
in iavf_can_reuse_rx_page()
1232
struct
iavf_rx_buffer
*rx_buffer,
in iavf_add_rx_frag()
1264
static struct
iavf_rx_buffer
*iavf_get_rx_buffe
[all...]
H
A
D
iavf_txrx.h
274
struct
iavf_rx_buffer
{
struct
333
struct
iavf_rx_buffer
*rx_bi;
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_txrx.c
705
struct
iavf_rx_buffer
*rx_bi = &rx_ring->rx_bi[i];
in iavf_clean_rx_ring()
731
bi_size = sizeof(struct
iavf_rx_buffer
) * rx_ring->count;
in iavf_clean_rx_ring()
774
bi_size = sizeof(struct
iavf_rx_buffer
) * rx_ring->count;
in iavf_setup_rx_descriptors()
845
struct
iavf_rx_buffer
*bi)
in iavf_alloc_mapped_page()
920
struct
iavf_rx_buffer
*bi;
in iavf_alloc_rx_buffers()
1163
struct
iavf_rx_buffer
*old_buff)
in iavf_reuse_rx_page()
1165
struct
iavf_rx_buffer
*new_buff;
in iavf_reuse_rx_page()
1208
static bool iavf_can_reuse_rx_page(struct
iavf_rx_buffer
*rx_buffer)
in iavf_can_reuse_rx_page()
1253
struct
iavf_rx_buffer
*rx_buffer,
in iavf_add_rx_frag()
1285
static struct
iavf_rx_buffer
*iavf_get_rx_buffe
[all...]
H
A
D
iavf_txrx.h
274
struct
iavf_rx_buffer
{
struct
333
struct
iavf_rx_buffer
*rx_bi;
Completed in 6 milliseconds