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:FIP_ST_AUTO
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
60
[
FIP_ST_AUTO
] = "AUTO",
442
if (fip->state == FIP_ST_NON_FIP || fip->state ==
FIP_ST_AUTO
) {
in fcoe_ctlr_link_up()
449
fcoe_ctlr_set_state(fip,
FIP_ST_AUTO
);
in fcoe_ctlr_link_up()
713
if (fip->state ==
FIP_ST_AUTO
) {
in fcoe_ctlr_els_send()
1570
if (state ==
FIP_ST_AUTO
) {
in fcoe_ctlr_recv_handler()
1922
if (fip->state !=
FIP_ST_AUTO
&& fip->state != FIP_ST_NON_FIP) {
in fcoe_ctlr_recv_flogi()
1950
if (fip->state ==
FIP_ST_AUTO
|| fip->state == FIP_ST_NON_FIP) {
in fcoe_ctlr_recv_flogi()
1953
if (fip->state ==
FIP_ST_AUTO
)
in fcoe_ctlr_recv_flogi()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
60
[
FIP_ST_AUTO
] = "AUTO",
442
if (fip->state == FIP_ST_NON_FIP || fip->state ==
FIP_ST_AUTO
) {
in fcoe_ctlr_link_up()
449
fcoe_ctlr_set_state(fip,
FIP_ST_AUTO
);
in fcoe_ctlr_link_up()
713
if (fip->state ==
FIP_ST_AUTO
) {
in fcoe_ctlr_els_send()
1562
if (state ==
FIP_ST_AUTO
) {
in fcoe_ctlr_recv_handler()
1914
if (fip->state !=
FIP_ST_AUTO
&& fip->state != FIP_ST_NON_FIP) {
in fcoe_ctlr_recv_flogi()
1942
if (fip->state ==
FIP_ST_AUTO
|| fip->state == FIP_ST_NON_FIP) {
in fcoe_ctlr_recv_flogi()
1945
if (fip->state ==
FIP_ST_AUTO
)
in fcoe_ctlr_recv_flogi()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfcoe.h
42
* @
FIP_ST_AUTO
: determining whether to use FIP or non-FIP mode.
54
FIP_ST_AUTO
,
enumerator
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfcoe.h
43
* @
FIP_ST_AUTO
: determining whether to use FIP or non-FIP mode.
55
FIP_ST_AUTO
,
enumerator
Completed in 17 milliseconds