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:bw_weight
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.h
32
u8
bw_weight
;
member
H
A
D
bnxt_dcb.c
115
cos2bw.
bw_weight
= ets->tc_tx_bw[i];
in bnxt_hwrm_queue_cos2bw_cfg()
167
ets->tc_tx_bw[tc] = cos2bw.
bw_weight
;
in bnxt_hwrm_queue_cos2bw_qcfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.h
32
u8
bw_weight
;
H
A
D
bnxt_dcb.c
123
cos2bw.
bw_weight
= ets->tc_tx_bw[i];
in bnxt_hwrm_queue_cos2bw_cfg()
137
req->queue_id0_bw_weight = cos2bw.
bw_weight
;
in bnxt_hwrm_queue_cos2bw_cfg()
172
cos2bw.
bw_weight
= resp->queue_id0_bw_weight;
in bnxt_hwrm_queue_cos2bw_qcfg()
186
ets->tc_tx_bw[tc] = cos2bw.
bw_weight
;
in bnxt_hwrm_queue_cos2bw_qcfg()
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H
A
D
solo6x10-v4l2-enc.c
146
solo_enc->
bw_weight
= max(solo_dev->fps / solo_enc->interval, 1);
in solo_update_mode()
171
solo_enc->
bw_weight
<<= 2;
in solo_update_mode()
230
if (solo_enc->
bw_weight
> solo_dev->enc_bw_remain)
in solo_enc_on()
233
solo_dev->enc_bw_remain -= solo_enc->
bw_weight
;
in solo_enc_on()
270
solo_dev->enc_bw_remain += solo_enc->
bw_weight
;
in solo_enc_off()
H
A
D
solo6x10.h
150
u8
bw_weight
;
member
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H
A
D
solo6x10-v4l2-enc.c
146
solo_enc->
bw_weight
= max(solo_dev->fps / solo_enc->interval, 1);
in solo_update_mode()
171
solo_enc->
bw_weight
<<= 2;
in solo_update_mode()
230
if (solo_enc->
bw_weight
> solo_dev->enc_bw_remain)
in solo_enc_on()
233
solo_dev->enc_bw_remain -= solo_enc->
bw_weight
;
in solo_enc_on()
270
solo_dev->enc_bw_remain += solo_enc->
bw_weight
;
in solo_enc_off()
H
A
D
solo6x10.h
150
u8
bw_weight
;
member
Completed in 8 milliseconds