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_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_cmd.h
26
__le16
tqp_id
; /* Absolute tqp id for in this pf */
member
87
__le16
tqp_id
;
member
94
__le16
tqp_id
;
member
H
A
D
hclgevf_main.c
784
static int hclgevf_tqp_enable_cmd_send(struct hclgevf_dev *hdev, u16
tqp_id
,
in hclgevf_tqp_enable_cmd_send()
argument
793
req->
tqp_id
= cpu_to_le16(
tqp_id
& HCLGEVF_RING_ID_MASK);
in hclgevf_tqp_enable_cmd_send()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_cmd.h
116
__le16
tqp_id
; /* Absolute tqp id for in this pf */
member
240
__le16
tqp_id
;
member
247
__le16
tqp_id
;
member
H
A
D
hclgevf_main.c
1203
static int hclgevf_tqp_enable(struct hclgevf_dev *hdev, unsigned int
tqp_id
,
in hclgevf_tqp_enable()
argument
1214
req->
tqp_id
= cpu_to_le16(
tqp_id
& HCLGEVF_RING_ID_MASK);
in hclgevf_tqp_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_cmd.h
41
__le16
tqp_id
; /* Absolute tqp id for in this pf */
member
570
__le16
tqp_id
;
member
577
__le16
tqp_id
;
member
626
__le16
tqp_id
;
member
H
A
D
hclge_main.c
1637
req->
tqp_id
= cpu_to_le16(tqp_pid);
in hclge_map_tqps_to_func()
7820
static int hclge_tqp_enable_cmd_send(struct hclge_dev *hdev, u16
tqp_id
,
in hclge_tqp_enable_cmd_send()
argument
7828
req->
tqp_id
= cpu_to_le16(
tqp_id
);
in hclge_tqp_enable_cmd_send()
10659
req->
tqp_id
= cpu_to_le16(queue_id);
in hclge_reset_tqp_cmd_send()
10683
req->
tqp_id
= cpu_to_le16(queue_id);
in hclge_get_reset_status()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_cmd.h
323
__le16
tqp_id
; /* Absolute tqp id for in this pf */
member
864
__le16
tqp_id
;
member
871
__le16
tqp_id
;
member
920
__le16
tqp_id
;
member
H
A
D
hclge_main.c
1618
req->
tqp_id
= cpu_to_le16(tqp_pid);
in hclge_map_tqps_to_func()
6875
static int hclge_tqp_enable(struct hclge_dev *hdev, unsigned int
tqp_id
,
in hclge_tqp_enable()
argument
6884
req->
tqp_id
= cpu_to_le16(
tqp_id
& HCLGE_RING_ID_MASK);
in hclge_tqp_enable()
9352
req->
tqp_id
= cpu_to_le16(queue_id & HCLGE_RING_ID_MASK);
in hclge_send_reset_tqp_cmd()
9375
req->
tqp_id
= cpu_to_le16(queue_id & HCLGE_RING_ID_MASK);
in hclge_get_reset_status()
Completed in 47 milliseconds