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:max_tuples
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_fs_ethtool.c
65
int
max_tuples
;
in get_flow_table()
local
74
max_tuples
= ETHTOOL_NUM_L3_L4_FTS;
in get_flow_table()
75
prio = MLX5E_ETHTOOL_L3_L4_PRIO + (
max_tuples
- num_tuples);
in get_flow_table()
80
max_tuples
= ETHTOOL_NUM_L3_L4_FTS;
in get_flow_table()
81
prio = MLX5E_ETHTOOL_L3_L4_PRIO + (
max_tuples
- num_tuples);
in get_flow_table()
85
max_tuples
= ETHTOOL_NUM_L2_FTS;
in get_flow_table()
86
prio =
max_tuples
- num_tuples;
in get_flow_table()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_fs_ethtool.c
90
int
max_tuples
;
in get_flow_table()
local
101
max_tuples
= ETHTOOL_NUM_L3_L4_FTS;
in get_flow_table()
102
prio = MLX5E_ETHTOOL_L3_L4_PRIO + (
max_tuples
- num_tuples);
in get_flow_table()
106
max_tuples
= ETHTOOL_NUM_L2_FTS;
in get_flow_table()
107
prio =
max_tuples
- num_tuples;
in get_flow_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H
A
D
macb.h
1237
unsigned int
max_tuples
;
member
H
A
D
macb_main.c
3337
cmd->data = bp->
max_tuples
;
in gem_get_all_flow_entries()
3378
if ((cmd->fs.location >= bp->
max_tuples
)
in gem_set_rxnfc()
3809
bp->
max_tuples
= min((GEM_BFEXT(SCR2CMP, reg) / 3),
in macb_init()
3812
if (bp->
max_tuples
> 0) {
in macb_init()
3825
bp->
max_tuples
= 0;
in macb_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H
A
D
macb_main.c
3678
cmd->data = bp->
max_tuples
;
in gem_get_all_flow_entries()
3719
if ((cmd->fs.location >= bp->
max_tuples
)
in gem_set_rxnfc()
4163
bp->
max_tuples
= min((GEM_BFEXT(SCR2CMP, reg) / 3),
in macb_init()
4166
if (bp->
max_tuples
> 0) {
in macb_init()
4179
bp->
max_tuples
= 0;
in macb_init()
H
A
D
macb.h
1322
unsigned int
max_tuples
;
member
Completed in 24 milliseconds