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:lro_xid
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe.c
642
lport->
lro_xid
= 0;
in fcoe_lport_config()
681
lport->
lro_xid
= netdev->fcoe_ddp_xid;
in fcoe_netdev_features_change()
683
lport->
lro_xid
);
in fcoe_netdev_features_change()
686
lport->
lro_xid
= 0;
in fcoe_netdev_features_change()
934
if (!lport->lro_enabled || !lport->
lro_xid
||
in fcoe_em_config()
935
(lport->
lro_xid
>= max_xid)) {
in fcoe_em_config()
936
lport->
lro_xid
= 0;
in fcoe_em_config()
970
FCOE_MIN_XID, lport->
lro_xid
,
in fcoe_em_config()
983
min_xid += lport->
lro_xid
+ 1;
in fcoe_em_config()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe.c
641
lport->
lro_xid
= 0;
in fcoe_lport_config()
680
lport->
lro_xid
= netdev->fcoe_ddp_xid;
in fcoe_netdev_features_change()
682
lport->
lro_xid
);
in fcoe_netdev_features_change()
685
lport->
lro_xid
= 0;
in fcoe_netdev_features_change()
933
if (!lport->lro_enabled || !lport->
lro_xid
||
in fcoe_em_config()
934
(lport->
lro_xid
>= max_xid)) {
in fcoe_em_config()
935
lport->
lro_xid
= 0;
in fcoe_em_config()
969
FCOE_MIN_XID, lport->
lro_xid
,
in fcoe_em_config()
982
min_xid += lport->
lro_xid
+ 1;
in fcoe_em_config()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tfc_io.c
342
if (lport && (ep->xid <= lport->
lro_xid
)) {
in ft_invl_hw_context()
H
A
D
tfc_cmd.c
214
if ((ep->xid <= lport->
lro_xid
) &&
in ft_write_pending()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tfc_io.c
341
if (lport && (ep->xid <= lport->
lro_xid
)) {
in ft_invl_hw_context()
H
A
D
tfc_cmd.c
213
if ((ep->xid <= lport->
lro_xid
) &&
in ft_write_pending()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
683
* @
lro_xid
: The maximum XID for LRO
741
u16
lro_xid
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
692
* @
lro_xid
: The maximum XID for LRO
750
u16
lro_xid
;
member
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_exch.c
2211
if (ep->xid <= lport->
lro_xid
&& fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) {
in fc_exch_seq_send()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_exch.c
2209
if (ep->xid <= lport->
lro_xid
&& fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) {
in fc_exch_seq_send()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
1809
lport->
lro_xid
= 0;
in qedf_vport_libfc_config()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
1812
lport->
lro_xid
= 0;
in qedf_vport_libfc_config()
Completed in 28 milliseconds