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:qfi
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
gtp.h
67
u8
qfi
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_fdir.h
140
qfi
:6;
member
H
A
D
ice_protocol_type.h
201
u8
qfi
;
member
H
A
D
ice_tc_lib.c
232
if (fltr->gtp_pdu_info_masks.
qfi
) {
in ice_tc_fill_tunnel_outer()
233
list[i].h_u.gtp_hdr.
qfi
= fltr->gtp_pdu_info_keys.
qfi
;
in ice_tc_fill_tunnel_outer()
234
memcpy(&list[i].m_u.gtp_hdr.
qfi
, "\x3f", 1);
in ice_tc_fill_tunnel_outer()
H
A
D
ice_fdir.c
1005
input->gtpu_data.
qfi
);
in ice_fdir_get_gen_prgm_pkt()
H
A
D
ice_virtchnl_fdir.c
1018
input->gtpu_data.
qfi
= rawh[GTPU_EH_QFI_OFFSET] & GTPU_EH_QFI_MASK;
in ice_vc_fdir_parse_pattern()
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_flower.c
1408
"Missing tunnel key gtp option pdu type or
qfi
");
in fl_set_gtp_opt()
1417
sinfo->
qfi
= nla_get_u8(tb[TCA_FLOWER_KEY_ENC_OPT_GTP_QFI]);
in fl_set_gtp_opt()
3109
if (nla_put_u8(skb, TCA_FLOWER_KEY_ENC_OPT_GTP_QFI, session_info->
qfi
))
in fl_dump_key_gtp_opt()
Completed in 13 milliseconds