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_index
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_trace.h
82
__entry->index = ring->tqp->
tqp_index
;
114
__entry->index = ring->tqp->
tqp_index
;
H
A
D
hclge_mbx.h
84
u8
tqp_index
;
member
H
A
D
hns3_enet.c
427
ring->tqp->
tqp_index
);
in hns3_config_xps()
2616
dev_queue = netdev_get_tx_queue(netdev, ring->tqp->
tqp_index
);
in hns3_clean_tx_ring()
3222
skb_record_rx_queue(skb, ring->tqp->
tqp_index
);
in hns3_handle_rx_bd()
3460
cur_chain->
tqp_index
= tx_ring->tqp->
tqp_index
;
in hns3_get_vector_ring_chain()
3477
chain->
tqp_index
= tx_ring->tqp->
tqp_index
;
in hns3_get_vector_ring_chain()
3492
cur_chain->
tqp_index
= rx_ring->tqp->
tqp_index
;
in hns3_get_vector_ring_chain()
3507
chain->
tqp_index
in hns3_get_vector_ring_chain()
[all...]
H
A
D
hnae3.h
154
int
tqp_index
; /* index in a handle */
member
265
u32
tqp_index
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_trace.h
81
__entry->index = ring->tqp->
tqp_index
;
113
__entry->index = ring->tqp->
tqp_index
;
H
A
D
hclge_mbx.h
89
u8
tqp_index
;
member
H
A
D
hnae3.h
195
int
tqp_index
; /* index in a handle */
member
362
u32
tqp_index
;
member
H
A
D
hns3_enet.c
758
ring->tqp->
tqp_index
);
in hns3_config_xps()
3651
dev_queue = netdev_get_tx_queue(netdev, ring->tqp->
tqp_index
);
in hns3_clean_tx_ring()
4393
skb_record_rx_queue(skb, ring->tqp->
tqp_index
);
in hns3_handle_rx_bd()
4545
chain->
tqp_index
= ring->tqp->
tqp_index
;
in hns3_create_ring_chain()
4880
ring = &priv->ring[q->
tqp_index
];
in hns3_ring_get_cfg()
4882
ring->queue_index = q->
tqp_index
;
in hns3_ring_get_cfg()
4886
ring = &priv->ring[q->
tqp_index
+ queue_num];
in hns3_ring_get_cfg()
4888
ring->queue_index = q->
tqp_index
;
in hns3_ring_get_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_mbx.c
186
if (req->msg.param[i].
tqp_index
>= vport->nic.kinfo.rss_size) {
in hclge_get_ring_chain_from_mbx()
188
req->msg.param[i].
tqp_index
,
in hclge_get_ring_chain_from_mbx()
196
ring_chain->
tqp_index
=
in hclge_get_ring_chain_from_mbx()
198
[req->msg.param[0].
tqp_index
]);
in hclge_get_ring_chain_from_mbx()
212
new_chain->
tqp_index
=
in hclge_get_ring_chain_from_mbx()
214
[req->msg.param[i].
tqp_index
]);
in hclge_get_ring_chain_from_mbx()
H
A
D
hclge_main.c
1642
hdev->htqp[i].q.
tqp_index
= alloced;
in hclge_assign_tqp()
4733
HCLGE_TQP_ID_S, node->
tqp_index
);
in hclge_bind_ring_with_vector()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_mbx.c
196
if (req->msg.param[i].
tqp_index
>= vport->nic.kinfo.rss_size) {
in hclge_get_ring_chain_from_mbx()
198
req->msg.param[i].
tqp_index
,
in hclge_get_ring_chain_from_mbx()
206
ring_chain->
tqp_index
=
in hclge_get_ring_chain_from_mbx()
208
[req->msg.param[0].
tqp_index
]);
in hclge_get_ring_chain_from_mbx()
222
new_chain->
tqp_index
=
in hclge_get_ring_chain_from_mbx()
224
[req->msg.param[i].
tqp_index
]);
in hclge_get_ring_chain_from_mbx()
275
ring_chain->
tqp_index
);
in hclge_query_ring_vector_map()
324
resp->data[HCLGE_TQP_INDEX_OFFSET] = req->msg.param[0].
tqp_index
;
in hclge_get_vf_ring_vector_map()
H
A
D
hclge_main.c
1661
hdev->htqp[i].q.
tqp_index
= alloced;
in hclge_assign_tqp()
4921
HCLGE_TQP_ID_S, node->
tqp_index
);
in hclge_bind_ring_with_vector()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
443
hdev->htqp[i].q.
tqp_index
= i;
in hclgevf_knic_setup()
1062
send_msg.param[i].
tqp_index
= node->
tqp_index
;
in hclgevf_bind_ring_to_vector()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
343
hdev->htqp[i].q.
tqp_index
= i;
in hclgevf_knic_setup()
639
send_msg.param[i].
tqp_index
= node->
tqp_index
;
in hclgevf_bind_ring_to_vector()
Completed in 56 milliseconds