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_flags
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
405
sol->fip.
fip_flags
= htons(FIP_FL_FPMA);
in fcoe_ctlr_solicit()
407
sol->fip.
fip_flags
|= htons(FIP_FL_SPMA);
in fcoe_ctlr_solicit()
565
kal->fip.
fip_flags
= htons(FIP_FL_FPMA);
in fcoe_ctlr_send_keep_alive()
567
kal->fip.
fip_flags
|= htons(FIP_FL_SPMA);
in fcoe_ctlr_send_keep_alive()
616
u16
fip_flags
;
in fcoe_ctlr_encaps()
local
628
fip_flags
= 0;
in fcoe_ctlr_encaps()
633
fip_flags
= fcf->flags;
in fcoe_ctlr_encaps()
634
fip_flags
&= fip->spma ? FIP_FL_SPMA | FIP_FL_FPMA :
in fcoe_ctlr_encaps()
636
if (!
fip_flags
)
in fcoe_ctlr_encaps()
649
cap->fip.
fip_flags
in fcoe_ctlr_encaps()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
405
sol->fip.
fip_flags
= htons(FIP_FL_FPMA);
in fcoe_ctlr_solicit()
407
sol->fip.
fip_flags
|= htons(FIP_FL_SPMA);
in fcoe_ctlr_solicit()
565
kal->fip.
fip_flags
= htons(FIP_FL_FPMA);
in fcoe_ctlr_send_keep_alive()
567
kal->fip.
fip_flags
|= htons(FIP_FL_SPMA);
in fcoe_ctlr_send_keep_alive()
616
u16
fip_flags
;
in fcoe_ctlr_encaps()
local
628
fip_flags
= 0;
in fcoe_ctlr_encaps()
633
fip_flags
= fcf->flags;
in fcoe_ctlr_encaps()
634
fip_flags
&= fip->spma ? FIP_FL_SPMA | FIP_FL_FPMA :
in fcoe_ctlr_encaps()
636
if (!
fip_flags
)
in fcoe_ctlr_encaps()
649
cap->fip.
fip_flags
in fcoe_ctlr_encaps()
[all...]
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fip.h
51
__be16
fip_flags
; /* header flags */
member
117
* flags in header
fip_flags
.
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fip.h
51
__be16
fip_flags
; /* header flags */
member
117
* flags in header
fip_flags
.
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_fw.h
1513
uint16_t
fip_flags
;
member
1529
uint16_t
fip_flags
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_fw.h
1541
uint16_t
fip_flags
;
member
1557
uint16_t
fip_flags
;
member
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
585
if (fnic_fcoe_vlan_check(fnic, ntohs(fiph->
fip_flags
)))
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
575
if (fnic_fcoe_vlan_check(fnic, ntohs(fiph->
fip_flags
)))
in fnic_fcoe_handle_fip_frame()
Completed in 19 milliseconds