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:tqp_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_tm.c
649
if (max_rss_size < tc_info->
tqp_count
[i])
in hclge_vport_get_max_rss_size()
650
max_rss_size = tc_info->
tqp_count
[i];
in hclge_vport_get_max_rss_size()
669
sum += tc_info->
tqp_count
[i];
in hclge_vport_get_tqp_num()
736
kinfo->tc_info.
tqp_count
[i] = kinfo->rss_size;
in hclge_tm_vport_tc_info_update()
740
kinfo->tc_info.
tqp_count
[i] = 1;
in hclge_tm_vport_tc_info_update()
959
for (j = 0; j < tc_info->
tqp_count
[i]; j++) {
in hclge_vport_q_to_qs_map()
H
A
D
hclge_dcb.c
575
memcpy(tc_info->
tqp_count
, mqprio_qopt->qopt.count,
in hclge_sync_mqprio_qopt()
576
sizeof_field(struct hnae3_tc_info,
tqp_count
));
in hclge_sync_mqprio_qopt()
H
A
D
hclge_main.c
4838
rss_size = tc_info->
tqp_count
[i];
in hclge_init_rss_tc_mode()
5805
ilog2(kinfo->tc_info.
tqp_count
[rule->cls_flower.tc]);
in hclge_config_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_tm.c
607
kinfo->tc_info[i].
tqp_count
= kinfo->rss_size;
in hclge_tm_vport_tc_info_update()
613
kinfo->tc_info[i].
tqp_count
= 1;
in hclge_tm_vport_tc_info_update()
825
for (j = 0; j < v_tc_info->
tqp_count
; j++) {
in hclge_vport_q_to_qs_map()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
661
u16
tqp_count
; /* Total TQPs */
member
H
A
D
hns3_enet.c
295
kinfo->tc_info[i].
tqp_count
,
in hns3_nic_set_real_num_queue()
3923
for (j = 0; j < tc_info->
tqp_count
; j++) {
in hns3_init_tx_ring_tc()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
812
u16
tqp_count
[HNAE3_MAX_TC];
member
H
A
D
hns3_enet.c
627
netdev_set_tc_queue(netdev, i, tc_info->
tqp_count
[i],
in hns3_nic_set_real_num_queue()
5090
for (j = 0; j < tc_info->
tqp_count
[i]; j++) {
in hns3_init_tx_ring_tc()
Completed in 37 milliseconds