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:schq_contig_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
qos.h
36
u16
schq_contig_list
[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
member
H
A
D
qos.c
384
cfg->
schq_contig_list
[node->level][cnt] = node->schq;
in otx2_qos_read_txschq_cfg_tl()
655
cfg->
schq_contig_list
[lvl][schq] =
in otx2_qos_txschq_alloc()
656
rsp->
schq_contig_list
[lvl][schq];
in otx2_qos_txschq_alloc()
683
schq = cfg->
schq_contig_list
[lvl][idx];
in otx2_qos_free_unused_txschq()
714
tmp->schq = cfg->
schq_contig_list
[tmp->level][tmp->txschq_idx];
in otx2_qos_txschq_fill_cfg_tl()
718
cfg->
schq_contig_list
[tmp->level][0];
in otx2_qos_txschq_fill_cfg_tl()
904
schq = cfg->
schq_contig_list
[lvl][idx];
in otx2_qos_free_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
mbox.h
546
u16
schq_contig_list
[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
member
H
A
D
rvu_nix.c
1415
rsp->
schq_contig_list
[lvl][0] = start;
in nix_txsch_alloc()
1444
rsp->
schq_contig_list
[lvl][0] = schq;
in nix_txsch_alloc()
1463
rsp->
schq_contig_list
[lvl][idx] = schq;
in nix_txsch_alloc()
1545
schq = rsp->
schq_contig_list
[lvl][idx];
in rvu_mbox_handler_nix_txsch_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
1974
rsp->
schq_contig_list
[lvl][0] = start;
in nix_txsch_alloc()
2003
rsp->
schq_contig_list
[lvl][0] = schq;
in nix_txsch_alloc()
2022
rsp->
schq_contig_list
[lvl][idx] = schq;
in nix_txsch_alloc()
2103
schq = rsp->
schq_contig_list
[lvl][idx];
in rvu_mbox_handler_nix_txsch_alloc()
H
A
D
mbox.h
988
u16
schq_contig_list
[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
member
Completed in 35 milliseconds