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:resp_a
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
1956
struct hns_roce_query_pf_caps_a *
resp_a
;
in hns_roce_query_pf_caps()
local
1980
resp_a
= (struct hns_roce_query_pf_caps_a *)desc[0].data;
in hns_roce_query_pf_caps()
1986
caps->local_ca_ack_delay =
resp_a
->local_ca_ack_delay;
in hns_roce_query_pf_caps()
1987
caps->max_sq_sg = le16_to_cpu(
resp_a
->max_sq_sg);
in hns_roce_query_pf_caps()
1988
caps->max_sq_inline = le16_to_cpu(
resp_a
->max_sq_inline);
in hns_roce_query_pf_caps()
1989
caps->max_rq_sg = le16_to_cpu(
resp_a
->max_rq_sg);
in hns_roce_query_pf_caps()
1990
caps->max_extend_sg = le32_to_cpu(
resp_a
->max_extend_sg);
in hns_roce_query_pf_caps()
1991
caps->num_qpc_timer = le16_to_cpu(
resp_a
->num_qpc_timer);
in hns_roce_query_pf_caps()
1992
caps->num_cqc_timer = le16_to_cpu(
resp_a
->num_cqc_timer);
in hns_roce_query_pf_caps()
1993
caps->max_srq_sges = le16_to_cpu(
resp_a
in hns_roce_query_pf_caps()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
2118
struct hns_roce_query_pf_caps_a *
resp_a
;
in hns_roce_query_caps()
local
2144
resp_a
= (struct hns_roce_query_pf_caps_a *)desc[0].data;
in hns_roce_query_caps()
2150
caps->local_ca_ack_delay =
resp_a
->local_ca_ack_delay;
in hns_roce_query_caps()
2151
caps->max_sq_sg = le16_to_cpu(
resp_a
->max_sq_sg);
in hns_roce_query_caps()
2152
caps->max_sq_inline = le16_to_cpu(
resp_a
->max_sq_inline);
in hns_roce_query_caps()
2153
caps->max_rq_sg = le16_to_cpu(
resp_a
->max_rq_sg);
in hns_roce_query_caps()
2155
caps->max_srq_sges = le16_to_cpu(
resp_a
->max_srq_sges);
in hns_roce_query_caps()
2157
caps->num_aeq_vectors =
resp_a
->num_aeq_vectors;
in hns_roce_query_caps()
2158
caps->num_other_vectors =
resp_a
->num_other_vectors;
in hns_roce_query_caps()
2159
caps->max_sq_desc_sz =
resp_a
in hns_roce_query_caps()
[all...]
Completed in 14 milliseconds