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:pkt_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
2733
s16 range_start = meta->
pkt_cache
.range_start;
in mem_ldx_data_init_pktcache()
2734
s16 range_end = meta->
pkt_cache
.range_end;
in mem_ldx_data_init_pktcache()
2760
s16 range_start = meta->
pkt_cache
.range_start;
in mem_ldx_data_from_pktcache_unaligned()
2817
idx = (meta->insn.off - meta->
pkt_cache
.range_start) / REG_WIDTH;
in mem_ldx_data_from_pktcache_aligned()
2843
u8 off = meta->insn.off - meta->
pkt_cache
.range_start;
in mem_ldx_data_from_pktcache()
2866
if (meta->
pkt_cache
.range_end) {
in mem_ldx()
2867
if (meta->
pkt_cache
.do_init)
in mem_ldx()
4352
range_node->
pkt_cache
.range_start = range_start;
in nfp_bpf_opt_pkt_cache()
4353
range_node->
pkt_cache
.range_end = range_end;
in nfp_bpf_opt_pkt_cache()
4356
range_node->
pkt_cache
in nfp_bpf_opt_pkt_cache()
[all...]
H
A
D
main.h
277
* @
pkt_cache
: packet data cache information
278
* @
pkt_cache
.range_start: start offset for associated packet data cache
279
* @
pkt_cache
.range_end: end offset for associated packet data cache
280
* @
pkt_cache
.do_init: this read needs to initialize packet data cache
313
}
pkt_cache
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
2733
s16 range_start = meta->
pkt_cache
.range_start;
in mem_ldx_data_init_pktcache()
2734
s16 range_end = meta->
pkt_cache
.range_end;
in mem_ldx_data_init_pktcache()
2760
s16 range_start = meta->
pkt_cache
.range_start;
in mem_ldx_data_from_pktcache_unaligned()
2817
idx = (meta->insn.off - meta->
pkt_cache
.range_start) / REG_WIDTH;
in mem_ldx_data_from_pktcache_aligned()
2843
u8 off = meta->insn.off - meta->
pkt_cache
.range_start;
in mem_ldx_data_from_pktcache()
2866
if (meta->
pkt_cache
.range_end) {
in mem_ldx()
2867
if (meta->
pkt_cache
.do_init)
in mem_ldx()
4358
range_node->
pkt_cache
.range_start = range_start;
in nfp_bpf_opt_pkt_cache()
4359
range_node->
pkt_cache
.range_end = range_end;
in nfp_bpf_opt_pkt_cache()
4362
range_node->
pkt_cache
in nfp_bpf_opt_pkt_cache()
[all...]
H
A
D
main.h
277
* @
pkt_cache
: packet data cache information
278
* @
pkt_cache
.range_start: start offset for associated packet data cache
279
* @
pkt_cache
.range_end: end offset for associated packet data cache
280
* @
pkt_cache
.do_init: this read needs to initialize packet data cache
313
}
pkt_cache
;
member
Completed in 15 milliseconds