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:sa_update_iocb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_edif.c
2418
void qla24xx_sa_update_iocb(srb_t *sp, struct sa_update_28xx *
sa_update_iocb
)
in qla24xx_sa_update_iocb()
argument
2452
sa_update_iocb
->entry_type = SA_UPDATE_IOCB_TYPE;
in qla24xx_sa_update_iocb()
2453
sa_update_iocb
->entry_count = 1;
in qla24xx_sa_update_iocb()
2454
sa_update_iocb
->sys_define = 0;
in qla24xx_sa_update_iocb()
2455
sa_update_iocb
->entry_status = 0;
in qla24xx_sa_update_iocb()
2456
sa_update_iocb
->handle = sp->handle;
in qla24xx_sa_update_iocb()
2457
sa_update_iocb
->u.nport_handle = cpu_to_le16(sp->fcport->loop_id);
in qla24xx_sa_update_iocb()
2458
sa_update_iocb
->vp_index = sp->fcport->vha->vp_idx;
in qla24xx_sa_update_iocb()
2459
sa_update_iocb
->port_id[0] = sp->fcport->d_id.b.al_pa;
in qla24xx_sa_update_iocb()
2460
sa_update_iocb
in qla24xx_sa_update_iocb()
2498
qla24xx_sa_replace_iocb(srb_t *sp, struct sa_update_28xx *
sa_update_iocb
)
qla24xx_sa_replace_iocb()
argument
[all...]
H
A
D
qla_gbl.h
989
void qla24xx_sa_update_iocb(srb_t *sp, struct sa_update_28xx *
sa_update_iocb
);
990
void qla24xx_sa_replace_iocb(srb_t *sp, struct sa_update_28xx *
sa_update_iocb
);
Completed in 5 milliseconds