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_op
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_fip.c
41
vlan->fip.
fip_op
= htons(FIP_OP_VLAN);
in qedf_fcoe_send_vlan_req()
138
op = ntohs(fiph->
fip_op
);
in qedf_fip_send()
188
op = ntohs(fiph->
fip_op
);
in qedf_fip_recv()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_fip.c
41
vlan->fip.
fip_op
= htons(FIP_OP_VLAN);
in qedf_fcoe_send_vlan_req()
138
op = ntohs(fiph->
fip_op
);
in qedf_fip_send()
188
op = ntohs(fiph->
fip_op
);
in qedf_fip_recv()
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fip.h
47
__be16
fip_op
; /* operation code */
member
60
*
fip_op
.
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fip.h
47
__be16
fip_op
; /* operation code */
member
60
*
fip_op
.
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
326
op = ntohs(fiph->
fip_op
);
in is_fnic_fip_flogi_reject()
398
vlan->fip.
fip_op
= htons(FIP_OP_VLAN);
in fnic_fcoe_send_vlan_req()
442
ntohs(fiph->
fip_op
), fiph->fip_subcode);
in fnic_fcoe_process_vlan_resp()
575
op = ntohs(fiph->
fip_op
);
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
402
sol->fip.
fip_op
= htons(FIP_OP_DISC);
in fcoe_ctlr_solicit()
561
kal->fip.
fip_op
= htons(FIP_OP_CTRL);
in fcoe_ctlr_send_keep_alive()
644
cap->fip.
fip_op
= htons(FIP_OP_LS);
in fcoe_ctlr_encaps()
1560
op = ntohs(fiph->
fip_op
);
in fcoe_ctlr_recv_handler()
2066
frame->fip.
fip_op
= htons(FIP_OP_VN2VN);
in fcoe_ctlr_vn_send()
2933
frame->fip.
fip_op
= htons(FIP_OP_VLAN);
in fcoe_ctlr_vlan_send()
H
A
D
fcoe.c
576
ntohs(frame->fip.
fip_op
) == FIP_OP_VLAN &&
in fcoe_fip_send()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
402
sol->fip.
fip_op
= htons(FIP_OP_DISC);
in fcoe_ctlr_solicit()
561
kal->fip.
fip_op
= htons(FIP_OP_CTRL);
in fcoe_ctlr_send_keep_alive()
644
cap->fip.
fip_op
= htons(FIP_OP_LS);
in fcoe_ctlr_encaps()
1552
op = ntohs(fiph->
fip_op
);
in fcoe_ctlr_recv_handler()
2058
frame->fip.
fip_op
= htons(FIP_OP_VN2VN);
in fcoe_ctlr_vn_send()
2925
frame->fip.
fip_op
= htons(FIP_OP_VLAN);
in fcoe_ctlr_vlan_send()
H
A
D
fcoe.c
575
ntohs(frame->fip.
fip_op
) == FIP_OP_VLAN &&
in fcoe_fip_send()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
316
op = ntohs(fiph->
fip_op
);
in is_fnic_fip_flogi_reject()
388
vlan->fip.
fip_op
= htons(FIP_OP_VLAN);
in fnic_fcoe_send_vlan_req()
432
ntohs(fiph->
fip_op
), fiph->fip_subcode);
in fnic_fcoe_process_vlan_resp()
565
op = ntohs(fiph->
fip_op
);
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1114
op = ntohs(fiph->
fip_op
);
in bnx2fc_fip_send()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1106
op = ntohs(fiph->
fip_op
);
in bnx2fc_fip_send()
Completed in 28 milliseconds