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:flex_words
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_fdir.c
137
if (fltr->
flex_words
[i].offset < adj_offs)
in iavf_fill_fdir_gtpu_hdr()
140
hdr_offs = fltr->
flex_words
[i].offset - adj_offs;
in iavf_fill_fdir_gtpu_hdr()
147
pay_word[hdr_offs >> 1] = htons(fltr->
flex_words
[i].word);
in iavf_fill_fdir_gtpu_hdr()
152
if ((fltr->
flex_words
[i].word &
in iavf_fill_fdir_gtpu_hdr()
164
fltr->
flex_words
[i].word &
in iavf_fill_fdir_gtpu_hdr()
200
if (fltr->
flex_words
[i].offset < adj_offs)
in iavf_fill_fdir_pfcp_hdr()
203
hdr_offs = fltr->
flex_words
[i].offset - adj_offs;
in iavf_fill_fdir_pfcp_hdr()
207
hdr->buffer[0] = (fltr->
flex_words
[i].word >> 8) & 0xff;
in iavf_fill_fdir_pfcp_hdr()
244
if (fltr->
flex_words
[i].offset < adj_offs)
in iavf_fill_fdir_nat_t_esp_hdr()
247
hdr_offs = fltr->
flex_words
[
in iavf_fill_fdir_nat_t_esp_hdr()
[all...]
H
A
D
iavf_fdir.h
116
struct iavf_flex_word
flex_words
[IAVF_FLEX_WORD_NUM];
member
H
A
D
iavf_ethtool.c
1020
flex = &fltr->
flex_words
[cnt++];
in iavf_parse_rx_flow_user_data()
Completed in 4 milliseconds