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:txschq_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.c
554
schq = hw->
txschq_list
[lvl][0];
in otx2_txschq_config()
565
parent = hw->
txschq_list
[NIX_TXSCH_LVL_TL4][0];
in otx2_txschq_config()
573
parent = hw->
txschq_list
[NIX_TXSCH_LVL_TL3][0];
in otx2_txschq_config()
580
parent = hw->
txschq_list
[NIX_TXSCH_LVL_TL2][0];
in otx2_txschq_config()
587
parent = hw->
txschq_list
[NIX_TXSCH_LVL_TL1][0];
in otx2_txschq_config()
659
pfvf->hw.
txschq_list
[lvl][schq] = 0;
in otx2_txschq_stop()
794
aq->sq.smq = pfvf->hw.
txschq_list
[NIX_TXSCH_LVL_SMQ][0];
in otx2_sq_init()
1501
pf->hw.
txschq_list
[lvl][schq] =
in mbox_handler_nix_txsch_alloc()
H
A
D
otx2_common.h
171
u16
txschq_list
[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.c
622
schq_list = hw->
txschq_list
;
in otx2_txschq_config()
762
pfvf->hw.
txschq_list
[lvl][schq] =
in otx2_txsch_alloc()
806
pfvf->hw.
txschq_list
[lvl][0]);
in otx2_txschq_stop()
811
pfvf->hw.
txschq_list
[lvl][schq] = 0;
in otx2_txschq_stop()
H
A
D
otx2_dcbnl.c
71
* same as hw.
txschq_list
.
in otx2_pfc_txschq_alloc_one()
94
* hw.
txschq_list
as those will be common for all.
in otx2_pfc_txschq_alloc_one()
97
pfvf->pfc_schq_list[lvl][prio] = pfvf->hw.
txschq_list
[lvl][0];
in otx2_pfc_txschq_alloc_one()
H
A
D
otx2_common.h
228
u16
txschq_list
[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
member
924
smq = pfvf->hw.
txschq_list
[NIX_TXSCH_LVL_SMQ][0];
in otx2_get_smq_idx()
H
A
D
otx2_tc.c
153
txschq = hw->
txschq_list
[NIX_TXSCH_LVL_TL4][0];
in otx2_set_matchall_egress_rate()
Completed in 11 milliseconds