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_b
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
2119
struct hns_roce_query_pf_caps_b *
resp_b
;
in hns_roce_query_caps()
local
2145
resp_b
= (struct hns_roce_query_pf_caps_b *)desc[1].data;
in hns_roce_query_caps()
2162
caps->mtpt_entry_sz =
resp_b
->mtpt_entry_sz;
in hns_roce_query_caps()
2163
caps->irrl_entry_sz =
resp_b
->irrl_entry_sz;
in hns_roce_query_caps()
2164
caps->trrl_entry_sz =
resp_b
->trrl_entry_sz;
in hns_roce_query_caps()
2165
caps->cqc_entry_sz =
resp_b
->cqc_entry_sz;
in hns_roce_query_caps()
2166
caps->srqc_entry_sz =
resp_b
->srqc_entry_sz;
in hns_roce_query_caps()
2167
caps->idx_entry_sz =
resp_b
->idx_entry_sz;
in hns_roce_query_caps()
2168
caps->sccc_sz =
resp_b
->sccc_sz;
in hns_roce_query_caps()
2169
caps->max_mtu =
resp_b
in hns_roce_query_caps()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
1957
struct hns_roce_query_pf_caps_b *
resp_b
;
in hns_roce_query_pf_caps()
local
1981
resp_b
= (struct hns_roce_query_pf_caps_b *)desc[1].data;
in hns_roce_query_pf_caps()
2001
caps->mtpt_entry_sz =
resp_b
->mtpt_entry_sz;
in hns_roce_query_pf_caps()
2002
caps->irrl_entry_sz =
resp_b
->irrl_entry_sz;
in hns_roce_query_pf_caps()
2003
caps->trrl_entry_sz =
resp_b
->trrl_entry_sz;
in hns_roce_query_pf_caps()
2004
caps->cqc_entry_sz =
resp_b
->cqc_entry_sz;
in hns_roce_query_pf_caps()
2005
caps->srqc_entry_sz =
resp_b
->srqc_entry_sz;
in hns_roce_query_pf_caps()
2006
caps->idx_entry_sz =
resp_b
->idx_entry_sz;
in hns_roce_query_pf_caps()
2007
caps->sccc_sz =
resp_b
->sccc_sz;
in hns_roce_query_pf_caps()
2008
caps->max_mtu =
resp_b
in hns_roce_query_pf_caps()
[all...]
Completed in 11 milliseconds