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:BYTE_UNITS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_os.c
1655
BYTE_UNITS
);
in qla4xxx_get_iface_param()
1660
BYTE_UNITS
);
in qla4xxx_get_iface_param()
1669
BYTE_UNITS
);
in qla4xxx_get_iface_param()
2630
BYTE_UNITS
;
in qla4xxx_set_iscsi_param()
2637
BYTE_UNITS
;
in qla4xxx_set_iscsi_param()
2650
BYTE_UNITS
;
in qla4xxx_set_iscsi_param()
3573
conn->max_recv_dlength =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
3575
conn->max_xmit_dlength =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
3577
sess->first_burst =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
3579
sess->max_burst =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
[all...]
H
A
D
ql4_mbx.c
2108
__constant_cpu_to_le16((conn->max_recv_dlength /
BYTE_UNITS
));
in qla4xxx_set_param_ddbentry()
2115
__constant_cpu_to_le16((sess->first_burst /
BYTE_UNITS
));
in qla4xxx_set_param_ddbentry()
2119
__constant_cpu_to_le16((sess->max_burst /
BYTE_UNITS
));
in qla4xxx_set_param_ddbentry()
H
A
D
ql4_fw.h
872
#define
BYTE_UNITS
512
macro
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_os.c
1650
BYTE_UNITS
);
in qla4xxx_get_iface_param()
1655
BYTE_UNITS
);
in qla4xxx_get_iface_param()
1664
BYTE_UNITS
);
in qla4xxx_get_iface_param()
2625
BYTE_UNITS
;
in qla4xxx_set_iscsi_param()
2632
BYTE_UNITS
;
in qla4xxx_set_iscsi_param()
2645
BYTE_UNITS
;
in qla4xxx_set_iscsi_param()
3568
conn->max_recv_dlength =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
3570
conn->max_xmit_dlength =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
3572
sess->first_burst =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
3574
sess->max_burst =
BYTE_UNITS
*
in qla4xxx_copy_from_fwddb_param()
[all...]
H
A
D
ql4_mbx.c
2108
cpu_to_le16((conn->max_recv_dlength /
BYTE_UNITS
));
in qla4xxx_set_param_ddbentry()
2115
cpu_to_le16((sess->first_burst /
BYTE_UNITS
));
in qla4xxx_set_param_ddbentry()
2119
cpu_to_le16((sess->max_burst /
BYTE_UNITS
));
in qla4xxx_set_param_ddbentry()
H
A
D
ql4_fw.h
872
#define
BYTE_UNITS
512
macro
Completed in 28 milliseconds