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_dl_len
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_fip.c
43
vlan->fip.
fip_dl_len
= htons(sizeof(vlan->desc) / FIP_BPW);
in qedf_fcoe_send_vlan_req()
90
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in qedf_fcoe_process_vlan_resp()
231
rlen = ntohs(fiph->
fip_dl_len
) * FIP_BPW;
in qedf_fip_recv()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_fip.c
43
vlan->fip.
fip_dl_len
= htons(sizeof(vlan->desc) / FIP_BPW);
in qedf_fcoe_send_vlan_req()
90
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in qedf_fcoe_process_vlan_resp()
231
rlen = ntohs(fiph->
fip_dl_len
) * FIP_BPW;
in qedf_fip_recv()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
404
sol->fip.
fip_dl_len
= htons(sizeof(sol->desc) / FIP_BPW);
in fcoe_ctlr_solicit()
563
kal->fip.
fip_dl_len
= htons((sizeof(kal->mac) +
in fcoe_ctlr_send_keep_alive()
672
cap->fip.
fip_dl_len
= htons(dlen / FIP_BPW);
in fcoe_ctlr_encaps()
916
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fcoe_ctlr_parse_adv()
1161
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fcoe_ctlr_recv_els()
1376
rlen = ntohs(fh->
fip_dl_len
) * FIP_BPW;
in fcoe_ctlr_recv_clr_vlink()
1565
if (ntohs(fiph->
fip_dl_len
) * FIP_BPW + sizeof(*fiph) > skb->len)
in fcoe_ctlr_recv_handler()
2068
frame->fip.
fip_dl_len
= htons(dlen / FIP_BPW);
in fcoe_ctlr_vn_send()
2311
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fcoe_ctlr_vn_parse()
2831
rlen = ntohs(fiph->
fip_dl_len
) *
in fcoe_ctlr_vlan_parse()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
404
sol->fip.
fip_dl_len
= htons(sizeof(sol->desc) / FIP_BPW);
in fcoe_ctlr_solicit()
563
kal->fip.
fip_dl_len
= htons((sizeof(kal->mac) +
in fcoe_ctlr_send_keep_alive()
672
cap->fip.
fip_dl_len
= htons(dlen / FIP_BPW);
in fcoe_ctlr_encaps()
914
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fcoe_ctlr_parse_adv()
1158
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fcoe_ctlr_recv_els()
1371
rlen = ntohs(fh->
fip_dl_len
) * FIP_BPW;
in fcoe_ctlr_recv_clr_vlink()
1557
if (ntohs(fiph->
fip_dl_len
) * FIP_BPW + sizeof(*fiph) > skb->len)
in fcoe_ctlr_recv_handler()
2060
frame->fip.
fip_dl_len
= htons(dlen / FIP_BPW);
in fcoe_ctlr_vn_send()
2303
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fcoe_ctlr_vn_parse()
2823
rlen = ntohs(fiph->
fip_dl_len
) *
in fcoe_ctlr_vlan_parse()
[all...]
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fip.h
50
__be16
fip_dl_len
; /* length of descriptors in words */
member
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fip.h
50
__be16
fip_dl_len
; /* length of descriptors in words */
member
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
335
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in is_fnic_fip_flogi_reject()
400
vlan->fip.
fip_dl_len
= htons(sizeof(vlan->desc) / FIP_BPW);
in fnic_fcoe_send_vlan_req()
444
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fnic_fcoe_process_vlan_resp()
581
if (ntohs(fiph->
fip_dl_len
) * FIP_BPW + sizeof(*fiph) > skb->len)
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
325
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in is_fnic_fip_flogi_reject()
390
vlan->fip.
fip_dl_len
= htons(sizeof(vlan->desc) / FIP_BPW);
in fnic_fcoe_send_vlan_req()
434
rlen = ntohs(fiph->
fip_dl_len
) * 4;
in fnic_fcoe_process_vlan_resp()
571
if (ntohs(fiph->
fip_dl_len
) * FIP_BPW + sizeof(*fiph) > skb->len)
in fnic_fcoe_handle_fip_frame()
Completed in 13 milliseconds