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_offset
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
577
memcpy(tc_info->
tqp_offset
, mqprio_qopt->qopt.offset,
in hclge_sync_mqprio_qopt()
578
sizeof_field(struct hnae3_tc_info,
tqp_offset
));
in hclge_sync_mqprio_qopt()
H
A
D
hclge_tm.c
735
kinfo->tc_info.
tqp_offset
[i] = i * kinfo->rss_size;
in hclge_tm_vport_tc_info_update()
739
kinfo->tc_info.
tqp_offset
[i] = 0;
in hclge_tm_vport_tc_info_update()
960
struct hnae3_queue *q = tqp[tc_info->
tqp_offset
[i] + j];
in hclge_vport_q_to_qs_map()
H
A
D
hclge_main.c
4861
tc_offset[i] = tc_info->
tqp_offset
[i];
in hclge_init_rss_tc_mode()
5803
kinfo->tc_info.
tqp_offset
[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
606
kinfo->tc_info[i].
tqp_offset
= i * kinfo->rss_size;
in hclge_tm_vport_tc_info_update()
612
kinfo->tc_info[i].
tqp_offset
= 0;
in hclge_tm_vport_tc_info_update()
826
struct hnae3_queue *q = tqp[v_tc_info->
tqp_offset
+ j];
in hclge_vport_q_to_qs_map()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
660
u16
tqp_offset
; /* TQP offset from base TQP */
member
H
A
D
hns3_enet.c
296
kinfo->tc_info[i].
tqp_offset
);
in hns3_nic_set_real_num_queue()
3926
q = priv->ring[tc_info->
tqp_offset
+ j].tqp;
in hns3_init_tx_ring_tc()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
813
u16
tqp_offset
[HNAE3_MAX_TC];
member
H
A
D
hns3_enet.c
628
tc_info->
tqp_offset
[i]);
in hns3_nic_set_real_num_queue()
5093
q = priv->ring[tc_info->
tqp_offset
[i] + j].tqp;
in hns3_init_tx_ring_tc()
Completed in 41 milliseconds