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:classport_info
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
sa_query.c
94
struct ib_sa_classport_cache
classport_info
;
member
1421
if (!port->
classport_info
.valid)
in ib_sa_opa_pathrecord_support()
1424
if (port->
classport_info
.data.type == RDMA_CLASS_PORT_INFO_OPA)
in ib_sa_opa_pathrecord_support()
1425
ret = opa_get_cpi_capmask2(&port->
classport_info
.data.opa) &
in ib_sa_opa_pathrecord_support()
1969
if ((port->
classport_info
.valid) &&
in ib_sa_sendonly_fullmem_support()
1970
(port->
classport_info
.data.type == RDMA_CLASS_PORT_INFO_IB))
in ib_sa_sendonly_fullmem_support()
1971
ret = ib_get_cpi_capmask2(&port->
classport_info
.data.ib)
in ib_sa_sendonly_fullmem_support()
1997
struct ib_sa_classport_cache *info = &sa_query->port->
classport_info
;
in ib_sa_classport_info_rec_callback()
2114
if (port->
classport_info
.valid) {
in update_ib_cpi()
2139
if (!port->
classport_info
in update_ib_cpi()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
sa_query.c
94
struct ib_sa_classport_cache
classport_info
;
member
1403
if (!port->
classport_info
.valid)
in ib_sa_opa_pathrecord_support()
1406
if (port->
classport_info
.data.type == RDMA_CLASS_PORT_INFO_OPA)
in ib_sa_opa_pathrecord_support()
1407
ret = opa_get_cpi_capmask2(&port->
classport_info
.data.opa) &
in ib_sa_opa_pathrecord_support()
1827
struct ib_sa_classport_cache *info = &sa_query->port->
classport_info
;
in ib_sa_classport_info_rec_callback()
1944
if (port->
classport_info
.valid) {
in update_ib_cpi()
1969
if (!port->
classport_info
.valid) {
in update_ib_cpi()
1970
port->
classport_info
.retry_cnt++;
in update_ib_cpi()
1971
if (port->
classport_info
.retry_cnt <=
in update_ib_cpi()
2142
port->
classport_info
in ib_sa_event()
[all...]
Completed in 6 milliseconds