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:dirsteer
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_filter.c
337
if (!fs->
dirsteer
) {
in get_filter_steerq()
860
FW_FILTER_WR_DIRSTEER_V(f->fs.
dirsteer
) |
in set_filter_wr()
2040
if (f->fs.
dirsteer
)
in hash_filter_rpl()
H
A
D
cxgb4_tc_flower.c
554
fs->
dirsteer
= 1;
in cxgb4_process_flow_actions()
H
A
D
cxgb4.h
1391
uint32_t
dirsteer
:1; /* 0 => RSS, 1 => steer to iq */
member
1394
uint32_t maskhash:1; /*
dirsteer
=0: store RSS hash in TCB */
1395
uint32_t dirsteerhash:1;/*
dirsteer
=1: 0 => TCB contains RSS hash */
H
A
D
cxgb4_main.c
2965
f->fs.
dirsteer
= 1;
in cxgb4_create_server_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_filter.c
337
if (!fs->
dirsteer
) {
in get_filter_steerq()
860
FW_FILTER_WR_DIRSTEER_V(f->fs.
dirsteer
) |
in set_filter_wr()
2040
if (f->fs.
dirsteer
)
in hash_filter_rpl()
H
A
D
cxgb4_tc_flower.c
554
fs->
dirsteer
= 1;
in cxgb4_process_flow_actions()
H
A
D
cxgb4.h
1387
uint32_t
dirsteer
:1; /* 0 => RSS, 1 => steer to iq */
member
1390
uint32_t maskhash:1; /*
dirsteer
=0: store RSS hash in TCB */
1391
uint32_t dirsteerhash:1;/*
dirsteer
=1: 0 => TCB contains RSS hash */
H
A
D
cxgb4_main.c
2964
f->fs.
dirsteer
= 1;
in cxgb4_create_server_filter()
Completed in 34 milliseconds