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:tl4
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nic_main.c
616
u32 tl2, tl3,
tl4
;
in nic_tx_channel_cfg()
local
637
tl4
= bgx * (hw->tl4_cnt / hw->bgx_cnt);
in nic_tx_channel_cfg()
639
tl4
+= (lmac * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
645
tl4
+= (MAX_LMAC_PER_BGX * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
646
tl4
+= (lmac * MAX_QUEUES_PER_QSET * MAX_SQS_PER_VF);
in nic_tx_channel_cfg()
647
tl4
+= (svf * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
650
tl4
= (vnic * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
652
tl4
+= sq_idx;
in nic_tx_channel_cfg()
654
tl3 =
tl4
/ (hw->tl4_cnt / hw->tl3_cnt);
in nic_tx_channel_cfg()
657
((u32)sq_idx << NIC_Q_NUM_SHIFT),
tl4
);
in nic_tx_channel_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nic_main.c
616
u32 tl2, tl3,
tl4
;
in nic_tx_channel_cfg()
local
637
tl4
= bgx * (hw->tl4_cnt / hw->bgx_cnt);
in nic_tx_channel_cfg()
639
tl4
+= (lmac * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
645
tl4
+= (MAX_LMAC_PER_BGX * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
646
tl4
+= (lmac * MAX_QUEUES_PER_QSET * MAX_SQS_PER_VF);
in nic_tx_channel_cfg()
647
tl4
+= (svf * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
650
tl4
= (vnic * MAX_QUEUES_PER_QSET);
in nic_tx_channel_cfg()
652
tl4
+= sq_idx;
in nic_tx_channel_cfg()
654
tl3 =
tl4
/ (hw->tl4_cnt / hw->tl3_cnt);
in nic_tx_channel_cfg()
657
((u32)sq_idx << NIC_Q_NUM_SHIFT),
tl4
);
in nic_tx_channel_cfg()
[all...]
Completed in 4 milliseconds