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
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
1361
req_schq = req->
schq_contig
[lvl] + req->schq[lvl];
in nix_check_txschq_alloc_req()
1389
req->
schq_contig
[lvl] > MAX_TXSCHQ_PER_FUNC)
in nix_check_txschq_alloc_req()
1393
if (!hw->cap.nix_fixed_txschq_mapping && req->
schq_contig
[lvl] &&
in nix_check_txschq_alloc_req()
1394
!rvu_rsrc_check_contig(&txsch->schq, req->
schq_contig
[lvl]))
in nix_check_txschq_alloc_req()
1413
if (rsp->
schq_contig
[lvl]) {
in nix_txsch_alloc()
1414
rsp->
schq_contig
[lvl] = 1;
in nix_txsch_alloc()
1419
if (rsp->
schq_contig
[lvl])
in nix_txsch_alloc()
1436
rsp->
schq_contig
[lvl] = 0;
in nix_txsch_alloc()
1441
if (rsp->
schq_contig
[lvl]) {
in nix_txsch_alloc()
1442
rsp->
schq_contig
[lv
in nix_txsch_alloc()
[all...]
H
A
D
mbox.h
536
u16
schq_contig
[NIX_TXSCH_LVL_CNT]; /* No of contiguous queues */
member
543
u16
schq_contig
[NIX_TXSCH_LVL_CNT];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
qos.h
33
u16
schq_contig
[NIX_TXSCH_LVL_CNT];
member
H
A
D
qos.c
348
cfg->
schq_contig
[parent->level - 1] += parent->child_dwrr_cnt +
in otx2_qos_fill_cfg_tl()
385
cfg->
schq_contig
[node->level]++;
in otx2_qos_read_txschq_cfg_tl()
636
req->
schq_contig
[lvl] = cfg->
schq_contig
[lvl];
in otx2_qos_txschq_alloc()
654
for (schq = 0; schq < rsp->
schq_contig
[lvl]; schq++) {
in otx2_qos_txschq_alloc()
681
for (idx = 0; idx < cfg->
schq_contig
[lvl]; idx++) {
in otx2_qos_free_unused_txschq()
902
for (idx = 0; idx < cfg->
schq_contig
[lvl]; idx++) {
in otx2_qos_free_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
1920
req_schq = req->
schq_contig
[lvl] + req->schq[lvl];
in nix_check_txschq_alloc_req()
1948
req->
schq_contig
[lvl] > MAX_TXSCHQ_PER_FUNC)
in nix_check_txschq_alloc_req()
1952
if (!hw->cap.nix_fixed_txschq_mapping && req->
schq_contig
[lvl] &&
in nix_check_txschq_alloc_req()
1953
!rvu_rsrc_check_contig(&txsch->schq, req->
schq_contig
[lvl]))
in nix_check_txschq_alloc_req()
1972
if (rsp->
schq_contig
[lvl]) {
in nix_txsch_alloc()
1973
rsp->
schq_contig
[lvl] = 1;
in nix_txsch_alloc()
1978
if (rsp->
schq_contig
[lvl])
in nix_txsch_alloc()
1995
rsp->
schq_contig
[lvl] = 0;
in nix_txsch_alloc()
2000
if (rsp->
schq_contig
[lvl]) {
in nix_txsch_alloc()
2001
rsp->
schq_contig
[lv
in nix_txsch_alloc()
[all...]
H
A
D
mbox.h
978
u16
schq_contig
[NIX_TXSCH_LVL_CNT]; /* No of contiguous queues */
member
985
u16
schq_contig
[NIX_TXSCH_LVL_CNT];
member
Completed in 18 milliseconds