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:gid_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.h
408
* @
gid_id
: LIO target port information for the port name in GID format.
427
struct srpt_port_id *
gid_id
;
member
H
A
D
ib_srpt.c
2325
if (sport->
gid_id
) {
in srpt_cm_req_recv()
2326
mutex_lock(&sport->
gid_id
->mutex);
in srpt_cm_req_recv()
2327
list_for_each_entry(stpg, &sport->
gid_id
->tpg_list, entry) {
in srpt_cm_req_recv()
2340
mutex_unlock(&sport->
gid_id
->mutex);
in srpt_cm_req_recv()
3015
sport, &sport->
gid_id
};
in __srpt_lookup_port()
3317
if (sport->
gid_id
&& &sport->
gid_id
->wwn == wwn)
in srpt_wwn_to_sport_id()
3318
return sport->
gid_id
;
in srpt_wwn_to_sport_id()
3871
else if (sport->
gid_id
== port_id)
in srpt_drop_tport()
3872
sport->
gid_id
in srpt_drop_tport()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.h
408
* @
gid_id
: LIO target port information for the port name in GID format.
427
struct srpt_port_id *
gid_id
;
member
H
A
D
ib_srpt.c
2334
if (sport->
gid_id
) {
in srpt_cm_req_recv()
2335
mutex_lock(&sport->
gid_id
->mutex);
in srpt_cm_req_recv()
2336
list_for_each_entry(stpg, &sport->
gid_id
->tpg_list, entry) {
in srpt_cm_req_recv()
2349
mutex_unlock(&sport->
gid_id
->mutex);
in srpt_cm_req_recv()
3023
sport, &sport->
gid_id
};
in __srpt_lookup_port()
3321
if (sport->
gid_id
&& &sport->
gid_id
->wwn == wwn)
in srpt_wwn_to_sport_id()
3322
return sport->
gid_id
;
in srpt_wwn_to_sport_id()
3822
else if (sport->
gid_id
== port_id)
in srpt_drop_tport()
3823
sport->
gid_id
in srpt_drop_tport()
[all...]
Completed in 17 milliseconds