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:nix_tx_aggr_lvl
(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
174
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in is_valid_txschq()
1299
if (lvl >= hw->cap.
nix_tx_aggr_lvl
)
in nix_reset_tx_linkcfg()
1369
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in nix_check_txschq_alloc_req()
1411
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in nix_txsch_alloc()
1531
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in rvu_mbox_handler_nix_txsch_alloc()
1563
rsp->aggr_level = hw->cap.
nix_tx_aggr_lvl
;
in rvu_mbox_handler_nix_txsch_alloc()
1660
if (lvl >= hw->cap.
nix_tx_aggr_lvl
)
in nix_txschq_free()
1708
if (lvl >= hw->cap.
nix_tx_aggr_lvl
|| schq >= txsch->schq.max)
in nix_txschq_free_one()
1865
if (req->lvl >= hw->cap.
nix_tx_aggr_lvl
&&
in rvu_mbox_handler_nix_txschq_cfg()
H
A
D
rvu.h
238
u8
nix_tx_aggr_lvl
; /* Tx link's traffic aggregation level */
member
H
A
D
rvu.c
64
hw->cap.
nix_tx_aggr_lvl
= NIX_TXSCH_LVL_TL1;
in rvu_setup_hw_capabilities()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
292
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in is_valid_txschq()
1822
if (lvl >= hw->cap.
nix_tx_aggr_lvl
)
in nix_reset_tx_linkcfg()
1928
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in nix_check_txschq_alloc_req()
1970
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in nix_txsch_alloc()
2089
if (lvl >= hw->cap.
nix_tx_aggr_lvl
) {
in rvu_mbox_handler_nix_txsch_alloc()
2123
rsp->aggr_level = hw->cap.
nix_tx_aggr_lvl
;
in rvu_mbox_handler_nix_txsch_alloc()
2333
if (lvl >= hw->cap.
nix_tx_aggr_lvl
)
in nix_txschq_free()
2373
if (lvl >= hw->cap.
nix_tx_aggr_lvl
)
in nix_txschq_free()
2423
if (lvl >= hw->cap.
nix_tx_aggr_lvl
|| schq >= txsch->schq.max)
in nix_txschq_free_one()
2669
if (req->lvl >= hw->cap.
nix_tx_aggr_lvl
in rvu_mbox_handler_nix_txschq_cfg()
[all...]
H
A
D
rvu.h
356
u8
nix_tx_aggr_lvl
; /* Tx link's traffic aggregation level */
member
H
A
D
rvu.c
65
hw->cap.
nix_tx_aggr_lvl
= NIX_TXSCH_LVL_TL1;
in rvu_setup_hw_capabilities()
Completed in 20 milliseconds