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:htqp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.h
266
struct hclge_comm_tqp *
htqp
;
member
H
A
D
hclgevf_main.c
270
hdev->
htqp
= devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps,
in hclgevf_alloc_tqps()
272
if (!hdev->
htqp
)
in hclgevf_alloc_tqps()
275
tqp = hdev->
htqp
;
in hclgevf_alloc_tqps()
342
hdev->
htqp
[i].q.handle = &hdev->nic;
in hclgevf_knic_setup()
343
hdev->
htqp
[i].q.tqp_index = i;
in hclgevf_knic_setup()
344
kinfo->tqp[i] = &hdev->
htqp
[i].q;
in hclgevf_knic_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.h
321
struct hclgevf_tqp *
htqp
;
member
H
A
D
hclgevf_main.c
391
hdev->
htqp
= devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps,
in hclgevf_alloc_tqps()
393
if (!hdev->
htqp
)
in hclgevf_alloc_tqps()
396
tqp = hdev->
htqp
;
in hclgevf_alloc_tqps()
442
hdev->
htqp
[i].q.handle = &hdev->nic;
in hclgevf_knic_setup()
443
hdev->
htqp
[i].q.tqp_index = i;
in hclgevf_knic_setup()
444
kinfo->tqp[i] = &hdev->
htqp
[i].q;
in hclgevf_knic_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
788
struct hclge_tqp *
htqp
;
member
H
A
D
hclge_main.c
1584
hdev->
htqp
= devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps,
in hclge_alloc_tqps()
1586
if (!hdev->
htqp
)
in hclge_alloc_tqps()
1589
tqp = hdev->
htqp
;
in hclge_alloc_tqps()
1640
if (!hdev->
htqp
[i].alloced) {
in hclge_assign_tqp()
1641
hdev->
htqp
[i].q.handle = &vport->nic;
in hclge_assign_tqp()
1642
hdev->
htqp
[i].q.tqp_index = alloced;
in hclge_assign_tqp()
1643
hdev->
htqp
[i].q.tx_desc_num = kinfo->num_tx_desc;
in hclge_assign_tqp()
1644
hdev->
htqp
[i].q.rx_desc_num = kinfo->num_rx_desc;
in hclge_assign_tqp()
1645
kinfo->tqp[alloced] = &hdev->
htqp
[i].q;
in hclge_assign_tqp()
1646
hdev->
htqp
[
in hclge_assign_tqp()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
912
struct hclge_comm_tqp *
htqp
;
member
H
A
D
hclge_main.c
1583
hdev->
htqp
= devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps,
in hclge_alloc_tqps()
1585
if (!hdev->
htqp
)
in hclge_alloc_tqps()
1588
tqp = hdev->
htqp
;
in hclge_alloc_tqps()
1659
if (!hdev->
htqp
[i].alloced) {
in hclge_assign_tqp()
1660
hdev->
htqp
[i].q.handle = &vport->nic;
in hclge_assign_tqp()
1661
hdev->
htqp
[i].q.tqp_index = alloced;
in hclge_assign_tqp()
1662
hdev->
htqp
[i].q.tx_desc_num = kinfo->num_tx_desc;
in hclge_assign_tqp()
1663
hdev->
htqp
[i].q.rx_desc_num = kinfo->num_rx_desc;
in hclge_assign_tqp()
1664
kinfo->tqp[alloced] = &hdev->
htqp
[i].q;
in hclge_assign_tqp()
1665
hdev->
htqp
[
in hclge_assign_tqp()
[all...]
Completed in 33 milliseconds