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_flows
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_flows.c
39
flow_cfg->
max_flows
= 0;
in otx2_clear_ntuple_flow_info()
48
if (!flow_cfg->
max_flows
)
in otx2_free_ntuple_mcam_entries()
52
for (ent = 0; ent < flow_cfg->
max_flows
; ent++) {
in otx2_free_ntuple_mcam_entries()
149
flow_cfg->
max_flows
= allocated;
in otx2_alloc_mcam_entries()
280
flow_cfg->
max_flows
= 0;
in otx2vf_mcam_flow_init()
480
if (flow_cfg->nr_flows == flow_cfg->
max_flows
||
in otx2_get_maxflows()
483
return flow_cfg->
max_flows
+ flow_cfg->dmacflt_max_flows;
in otx2_get_maxflows()
485
return flow_cfg->
max_flows
;
in otx2_get_maxflows()
1064
pf_mac->location = pfvf->flow_cfg->
max_flows
;
in otx2_add_flow_with_pfmac()
1094
if (!flow_cfg->
max_flows
) {
in otx2_add_flow()
[all...]
H
A
D
otx2_devlink.c
61
ctx->val.vu16 = flow_cfg->
max_flows
;
in otx2_dl_mcam_count_get()
H
A
D
otx2_tc.c
955
int mcam_idx = flow_cfg->
max_flows
- flow_cfg->nr_flows - 1;
in otx2_tc_update_mcam_table_add_req()
1056
if (flow_cfg->nr_flows == flow_cfg->
max_flows
) {
in otx2_tc_add_flow()
H
A
D
otx2_common.h
365
u16
max_flows
;
member
H
A
D
otx2_common.c
1877
if (!pfvf->flow_cfg->
max_flows
) {
in otx2_handle_ntuple_tc_features()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
1567
* @
max_flows
: maximum number of flows supported
1581
u32
max_flows
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
1836
* @
max_flows
: maximum number of flows supported
1850
u32
max_flows
;
member
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
cfg.c
4015
txqstats->
max_flows
= local->fq.flows_cnt;
in ieee80211_get_txq_stats()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
cfg.c
4525
txqstats->
max_flows
= local->fq.flows_cnt;
in ieee80211_get_txq_stats()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
nl80211.c
1127
PUT_TXQVAL_U32(MAX_FLOWS,
max_flows
);
in nl80211_put_txq_stats()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
1245
PUT_TXQVAL_U32(MAX_FLOWS,
max_flows
);
in nl80211_put_txq_stats()
Completed in 96 milliseconds