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:next_to_process
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_xsk.c
439
u16
next_to_process
= rx_ring->
next_to_process
;
in i40e_clean_rx_irq_zc()
local
448
if (
next_to_process
!= next_to_clean)
in i40e_clean_rx_irq_zc()
464
rx_desc = I40E_RX_DESC(rx_ring,
next_to_process
);
in i40e_clean_rx_irq_zc()
477
bi = *i40e_rx_bi(rx_ring,
next_to_process
);
in i40e_clean_rx_irq_zc()
479
if (++
next_to_process
== count)
in i40e_clean_rx_irq_zc()
480
next_to_process
= 0;
in i40e_clean_rx_irq_zc()
489
bi = *i40e_rx_bi(rx_ring,
next_to_process
);
in i40e_clean_rx_irq_zc()
498
if (++
next_to_process
== count)
in i40e_clean_rx_irq_zc()
499
next_to_process
in i40e_clean_rx_irq_zc()
[all...]
H
A
D
i40e_txrx.c
1524
rx_ring->
next_to_process
= 0;
in i40e_clean_rx_ring()
1576
rx_ring->
next_to_process
= 0;
in i40e_setup_rx_descriptors()
2037
rx_buffer = i40e_rx_bi(rx_ring, rx_ring->
next_to_process
);
in i40e_get_rx_buffer()
2114
if (next == rx_ring->
next_to_process
)
in i40e_process_rx_buffs()
2416
* i40e_inc_ntp: Advance the
next_to_process
index
2421
u32 ntp = rx_ring->
next_to_process
+ 1;
in i40e_inc_ntp()
2424
rx_ring->
next_to_process
= ntp;
in i40e_inc_ntp()
2473
rx_ring->next_to_clean = rx_ring->
next_to_process
;
in i40e_consume_xdp_buff()
2506
u16 ntp = rx_ring->
next_to_process
;
in i40e_clean_rx_irq()
2549
rx_ring->
next_to_process
;
in i40e_clean_rx_irq()
[all...]
H
A
D
i40e_txrx.h
350
u16
next_to_process
;
member
Completed in 6 milliseconds