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:tgt_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_target.c
685
vha->hw->tgt.
tgt_ops
->put_sess(e->u.nack.fcport);
in qla24xx_do_nack_work()
699
ha->tgt.
tgt_ops
->shutdown_sess(fcport);
in qla24xx_delete_sess_fn()
700
ha->tgt.
tgt_ops
->put_sess(fcport);
in qla24xx_delete_sess_fn()
716
if (!vha->hw->tgt.
tgt_ops
)
in qlt_fc_port_added()
760
ha->tgt.
tgt_ops
->update_sess(sess, fcport->d_id,
in qlt_fc_port_added()
774
ha->tgt.
tgt_ops
->put_sess(sess);
in qlt_fc_port_added()
1018
ha->tgt.
tgt_ops
->free_session(sess);
in qlt_free_session_done()
1168
vha->hw->tgt.
tgt_ops
->clear_nacl_from_fcport_map(sess);
in qlt_unreg_sess()
1196
sess = ha->tgt.
tgt_ops
->find_sess_by_loop_id(vha, loop_id);
in qlt_reset()
1381
if (ha->tgt.
tgt_ops
in qlt_create_sess()
[all...]
H
A
D
tcm_qla2xxx.c
1621
* Setup
tgt_ops
, local pointer to vha and target_lport_ptr
in tcm_qla2xxx_lport_register_cb()
1623
ha->tgt.
tgt_ops
= &tcm_qla2xxx_template;
in tcm_qla2xxx_lport_register_cb()
H
A
D
qla_def.h
3810
struct qla_tgt_func_tmpl *
tgt_ops
;
member
H
A
D
qla_os.c
1771
if (!vha->hw->tgt.
tgt_ops
|| !tgt ||
in __qla2x00_abort_all_cmds()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_target.c
674
vha->hw->tgt.
tgt_ops
->put_sess(e->u.nack.fcport);
in qla24xx_do_nack_work()
693
ha->tgt.
tgt_ops
->shutdown_sess(fcport);
in qla24xx_delete_sess_fn()
694
ha->tgt.
tgt_ops
->put_sess(fcport);
in qla24xx_delete_sess_fn()
710
if (!vha->hw->tgt.
tgt_ops
)
in qlt_fc_port_added()
754
ha->tgt.
tgt_ops
->update_sess(sess, fcport->d_id,
in qlt_fc_port_added()
768
ha->tgt.
tgt_ops
->put_sess(sess);
in qlt_fc_port_added()
1037
ha->tgt.
tgt_ops
->free_session(sess);
in qlt_free_session_done()
1192
vha->hw->tgt.
tgt_ops
->clear_nacl_from_fcport_map(sess);
in qlt_unreg_sess()
1220
sess = ha->tgt.
tgt_ops
->find_sess_by_loop_id(vha, loop_id);
in qlt_reset()
1405
if (ha->tgt.
tgt_ops
in qlt_create_sess()
[all...]
H
A
D
tcm_qla2xxx.c
1573
* Setup
tgt_ops
, local pointer to vha and target_lport_ptr
in tcm_qla2xxx_lport_register_cb()
1575
ha->tgt.
tgt_ops
= &tcm_qla2xxx_template;
in tcm_qla2xxx_lport_register_cb()
H
A
D
qla_def.h
4018
const struct qla_tgt_func_tmpl *
tgt_ops
;
member
H
A
D
qla_os.c
1893
if (!vha->hw->tgt.
tgt_ops
|| !tgt ||
in __qla2x00_abort_all_cmds()
Completed in 55 milliseconds