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:srp_target_port
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
206
static inline struct
srp_target_port
*host_to_target(struct Scsi_Host *host)
in host_to_target()
208
return (struct
srp_target_port
*) host->hostdata;
in host_to_target()
216
static int srp_target_is_topspin(struct
srp_target_port
*target)
in srp_target_is_topspin()
275
static int srp_init_ib_qp(struct
srp_target_port
*target,
in srp_init_ib_qp()
310
struct
srp_target_port
*target = ch->target;
in srp_new_ib_cm_id()
336
struct
srp_target_port
*target = ch->target;
in srp_new_rdma_cm_id()
380
struct
srp_target_port
*target = ch->target;
in srp_new_cm_id()
502
static struct srp_fr_pool *srp_alloc_fr_pool(struct
srp_target_port
*target)
in srp_alloc_fr_pool()
530
struct
srp_target_port
*target = ch->target;
in srp_create_ch_ib()
641
static void srp_free_ch_ib(struct
srp_target_port
*targe
[all...]
H
A
D
ib_srp.h
148
struct
srp_target_port
*target ____cacheline_aligned_in_smp;
188
* struct
srp_target_port
192
struct
srp_target_port
{
struct
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
201
static inline struct
srp_target_port
*host_to_target(struct Scsi_Host *host)
in host_to_target()
203
return (struct
srp_target_port
*) host->hostdata;
in host_to_target()
211
static int srp_target_is_topspin(struct
srp_target_port
*target)
in srp_target_is_topspin()
270
static int srp_init_ib_qp(struct
srp_target_port
*target,
in srp_init_ib_qp()
305
struct
srp_target_port
*target = ch->target;
in srp_new_ib_cm_id()
331
struct
srp_target_port
*target = ch->target;
in srp_new_rdma_cm_id()
375
struct
srp_target_port
*target = ch->target;
in srp_new_cm_id()
497
static struct srp_fr_pool *srp_alloc_fr_pool(struct
srp_target_port
*target)
in srp_alloc_fr_pool()
525
struct
srp_target_port
*target = ch->target;
in srp_create_ch_ib()
636
static void srp_free_ch_ib(struct
srp_target_port
*targe
[all...]
H
A
D
ib_srp.h
120
* @target_list: List of connected target ports (struct
srp_target_port
).
156
struct
srp_target_port
*target ____cacheline_aligned_in_smp;
196
* struct
srp_target_port
- RDMA port in the SRP target system
200
struct
srp_target_port
{
struct
Completed in 7 milliseconds