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:hostport
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
fc.c
164
struct nvmet_fc_hostport *
hostport
;
member
486
* message is normal. Otherwise, send unless the
hostport
has
in nvmet_fc_xmt_disconnect_assoc()
489
if (!tgtport->ops->ls_req || !assoc->
hostport
||
in nvmet_fc_xmt_disconnect_assoc()
490
assoc->
hostport
->invalid)
in nvmet_fc_xmt_disconnect_assoc()
512
lsop->hosthandle = assoc->
hostport
->hosthandle;
in nvmet_fc_xmt_disconnect_assoc()
992
struct nvmet_fc_hostport *
hostport
=
in nvmet_fc_hostport_free()
local
994
struct nvmet_fc_tgtport *tgtport =
hostport
->tgtport;
in nvmet_fc_hostport_free()
998
list_del(&
hostport
->host_list);
in nvmet_fc_hostport_free()
1000
if (tgtport->ops->host_release &&
hostport
->invalid)
in nvmet_fc_hostport_free()
1001
tgtport->ops->host_release(
hostport
in nvmet_fc_hostport_free()
1007
nvmet_fc_
hostport
_put(struct nvmet_fc_
hostport
*
hostport
)
nvmet_fc_hostport_put()
argument
1013
nvmet_fc_
hostport
_get(struct nvmet_fc_
hostport
*
hostport
)
nvmet_fc_hostport_get()
argument
1019
nvmet_fc_free_
hostport
(struct nvmet_fc_
hostport
*
hostport
)
nvmet_fc_free_hostport()
argument
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fc.c
167
struct nvmet_fc_hostport *
hostport
;
member
498
* message is normal. Otherwise, send unless the
hostport
has
in nvmet_fc_xmt_disconnect_assoc()
501
if (!tgtport->ops->ls_req || !assoc->
hostport
||
in nvmet_fc_xmt_disconnect_assoc()
502
assoc->
hostport
->invalid)
in nvmet_fc_xmt_disconnect_assoc()
524
lsop->hosthandle = assoc->
hostport
->hosthandle;
in nvmet_fc_xmt_disconnect_assoc()
988
struct nvmet_fc_hostport *
hostport
=
in nvmet_fc_hostport_free()
local
990
struct nvmet_fc_tgtport *tgtport =
hostport
->tgtport;
in nvmet_fc_hostport_free()
994
list_del(&
hostport
->host_list);
in nvmet_fc_hostport_free()
996
if (tgtport->ops->host_release &&
hostport
->invalid)
in nvmet_fc_hostport_free()
997
tgtport->ops->host_release(
hostport
in nvmet_fc_hostport_free()
1003
nvmet_fc_
hostport
_put(struct nvmet_fc_
hostport
*
hostport
)
nvmet_fc_hostport_put()
argument
1009
nvmet_fc_
hostport
_get(struct nvmet_fc_
hostport
*
hostport
)
nvmet_fc_hostport_get()
argument
1015
nvmet_fc_free_
hostport
(struct nvmet_fc_
hostport
*
hostport
)
nvmet_fc_free_hostport()
argument
[all...]
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H
A
D
pcxhr.h
90
struct snd_dma_buffer
hostport
;
member
H
A
D
pcxhr.c
1462
/* free
hostport
purgebuffer */
in pcxhr_free()
1463
if (mgr->
hostport
.area) {
in pcxhr_free()
1464
snd_dma_free_pages(&mgr->
hostport
);
in pcxhr_free()
1465
mgr->
hostport
.area = NULL;
in pcxhr_free()
1628
/* create
hostport
purgebuffer */
in pcxhr_probe()
1631
size, &mgr->
hostport
) < 0) {
in pcxhr_probe()
1636
memset(mgr->
hostport
.area, 0, size);
in pcxhr_probe()
H
A
D
pcxhr_core.c
406
unsigned int physaddr = mgr->
hostport
.addr;
in pcxhr_load_boot_binary()
409
/* send the
hostport
address to the DSP (only the upper 24 bit !) */
in pcxhr_load_boot_binary()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H
A
D
pcxhr.h
90
struct snd_dma_buffer
hostport
;
member
H
A
D
pcxhr.c
1462
/* free
hostport
purgebuffer */
in pcxhr_free()
1463
if (mgr->
hostport
.area) {
in pcxhr_free()
1464
snd_dma_free_pages(&mgr->
hostport
);
in pcxhr_free()
1465
mgr->
hostport
.area = NULL;
in pcxhr_free()
1632
/* create
hostport
purgebuffer */
in pcxhr_probe()
1635
size, &mgr->
hostport
) < 0) {
in pcxhr_probe()
1640
memset(mgr->
hostport
.area, 0, size);
in pcxhr_probe()
H
A
D
pcxhr_core.c
406
unsigned int physaddr = mgr->
hostport
.addr;
in pcxhr_load_boot_binary()
409
/* send the
hostport
address to the DSP (only the upper 24 bit !) */
in pcxhr_load_boot_binary()
Completed in 16 milliseconds