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:FC_NO_LOOP_ID
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
317
fcport->loop_id ==
FC_NO_LOOP_ID
) {
in qla2x00_async_login()
662
dev->loop_id =
FC_NO_LOOP_ID
;
in qla2x00_find_new_loop_id()
685
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in qla2x00_clear_loop_id()
690
fcport->loop_id =
FC_NO_LOOP_ID
;
in qla2x00_clear_loop_id()
787
fcport->loop_id !=
FC_NO_LOOP_ID
) ||
in qla24xx_handle_gnl_done_event()
788
(fcport->loop_id !=
FC_NO_LOOP_ID
&&
in qla24xx_handle_gnl_done_event()
837
if (fcport->loop_id ==
FC_NO_LOOP_ID
) {
in qla24xx_handle_gnl_done_event()
876
if (fcport->loop_id !=
FC_NO_LOOP_ID
)
in qla24xx_handle_gnl_done_event()
888
if (fcport->loop_id !=
FC_NO_LOOP_ID
)
in qla24xx_handle_gnl_done_event()
932
fcport->loop_id =
FC_NO_LOOP_ID
;
in qla24xx_handle_gnl_done_event()
[all...]
H
A
D
qla_mbx.c
1994
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in qla2x00_get_port_database()
2039
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in qla2x00_get_port_database()
6545
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in __qla24xx_parse_gpdb()
H
A
D
qla_attr.c
2723
if (fcport->loop_id !=
FC_NO_LOOP_ID
) {
in qla2x00_terminate_rport_io()
H
A
D
qla_target.c
980
if (sess->logout_on_delete && sess->loop_id !=
FC_NO_LOOP_ID
) {
in qlt_free_session_done()
4622
(loop_id !=
FC_NO_LOOP_ID
)) {
in qlt_find_sess_invalidate_other()
H
A
D
qla_os.c
3117
ha->mr.fcport.loop_id =
FC_NO_LOOP_ID
;
in qla2x00_probe_one()
3939
if (fcport->loop_id !=
FC_NO_LOOP_ID
&&
in qla2x00_mark_all_devices_lost()
H
A
D
qla_gs.c
3553
if (fcport->loop_id !=
FC_NO_LOOP_ID
) {
in qla24xx_async_gnnft_done()
H
A
D
qla_iocb.c
2931
fcport->loop_id =
FC_NO_LOOP_ID
;
in qla2x00_els_dcmd2_sp_done()
H
A
D
qla_def.h
2613
#define
FC_NO_LOOP_ID
0x1000
macro
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
332
fcport->loop_id ==
FC_NO_LOOP_ID
) {
in qla2x00_async_login()
690
dev->loop_id =
FC_NO_LOOP_ID
;
in qla2x00_find_new_loop_id()
713
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in qla2x00_clear_loop_id()
718
fcport->loop_id =
FC_NO_LOOP_ID
;
in qla2x00_clear_loop_id()
816
fcport->loop_id !=
FC_NO_LOOP_ID
) ||
in qla24xx_handle_gnl_done_event()
817
(fcport->loop_id !=
FC_NO_LOOP_ID
&&
in qla24xx_handle_gnl_done_event()
873
if (fcport->loop_id ==
FC_NO_LOOP_ID
) {
in qla24xx_handle_gnl_done_event()
919
if (fcport->loop_id !=
FC_NO_LOOP_ID
)
in qla24xx_handle_gnl_done_event()
931
if (fcport->loop_id !=
FC_NO_LOOP_ID
)
in qla24xx_handle_gnl_done_event()
975
fcport->loop_id =
FC_NO_LOOP_ID
;
in qla24xx_handle_gnl_done_event()
[all...]
H
A
D
qla_attr.c
2777
if (fcport->loop_id !=
FC_NO_LOOP_ID
) {
in qla2x00_terminate_rport_io()
2780
if (fcport->loop_id !=
FC_NO_LOOP_ID
)
in qla2x00_terminate_rport_io()
H
A
D
qla_gs.c
3209
if (fcport->loop_id ==
FC_NO_LOOP_ID
)
in qla24xx_async_gnnft_done()
3333
if (fcport->loop_id !=
FC_NO_LOOP_ID
) {
in qla24xx_async_gnnft_done()
H
A
D
qla_mbx.c
2044
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in qla2x00_get_port_database()
2089
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in qla2x00_get_port_database()
6675
if (fcport->loop_id ==
FC_NO_LOOP_ID
||
in __qla24xx_parse_gpdb()
H
A
D
qla_edif.c
1603
if (fcport->loop_id ==
FC_NO_LOOP_ID
) {
in qla24xx_sadb_update()
1605
"%s: %8phN lid=
FC_NO_LOOP_ID
, spi: 0x%x, DS %d, returning NO_CONNECT\n",
in qla24xx_sadb_update()
H
A
D
qla_os.c
3280
ha->mr.fcport.loop_id =
FC_NO_LOOP_ID
;
in qla2x00_probe_one()
4118
fcport->loop_id !=
FC_NO_LOOP_ID
&&
in qla2x00_mark_all_devices_lost()
H
A
D
qla_target.c
981
if (sess->logout_on_delete && sess->loop_id !=
FC_NO_LOOP_ID
) {
in qlt_free_session_done()
4671
(loop_id !=
FC_NO_LOOP_ID
)) {
in qlt_find_sess_invalidate_other()
H
A
D
qla_iocb.c
2960
fcport->loop_id =
FC_NO_LOOP_ID
;
in qla2x00_els_dcmd2_sp_done()
H
A
D
qla_def.h
2774
#define
FC_NO_LOOP_ID
0x1000
macro
Completed in 126 milliseconds