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:FCELSSIZE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
224
/* We get chunks of
FCELSSIZE
*/
in lpfc_alloc_ct_rsp()
225
cnt = size >
FCELSSIZE
?
FCELSSIZE
: size;
in lpfc_alloc_ct_rsp()
615
Cnt = Size >
FCELSSIZE
?
FCELSSIZE
: Size;
in lpfc_ns_rsp()
H
A
D
lpfc_hw.h
44
#define
FCELSSIZE
1024 /* maximum ELS transfer size */
macro
H
A
D
lpfc_bsg.c
686
if (job->request_payload.payload_len >
FCELSSIZE
) {
in lpfc_bsg_rport_els()
H
A
D
lpfc_init.c
2647
icmd->un.cont64[0].tus.f.bdeSize =
FCELSSIZE
;
in lpfc_post_buffer()
2653
icmd->un.cont64[1].tus.f.bdeSize =
FCELSSIZE
;
in lpfc_post_buffer()
H
A
D
lpfc_els.c
298
bpl->tus.f.bdeSize =
FCELSSIZE
;
in lpfc_prep_els_iocb()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
496
/* We get chunks of
FCELSSIZE
*/
in lpfc_alloc_ct_rsp()
497
cnt = size >
FCELSSIZE
?
FCELSSIZE
: size;
in lpfc_alloc_ct_rsp()
867
Cnt = Size >
FCELSSIZE
?
FCELSSIZE
: Size;
in lpfc_ns_rsp()
H
A
D
lpfc_hw.h
44
#define
FCELSSIZE
1024 /* maximum ELS transfer size */
macro
H
A
D
lpfc_bsg.c
666
if (job->request_payload.payload_len >
FCELSSIZE
) {
in lpfc_bsg_rport_els()
H
A
D
lpfc_els.c
278
bpl->type_size = cpu_to_le32(
FCELSSIZE
);
in lpfc_prep_els_iocb()
12238
max_desc =
FCELSSIZE
/ sizeof(*vport->qfpa_res);
in lpfc_cmpl_els_qfpa()
H
A
D
lpfc_init.c
2846
icmd->un.cont64[0].tus.f.bdeSize =
FCELSSIZE
;
in lpfc_sli3_post_buffer()
2852
icmd->un.cont64[1].tus.f.bdeSize =
FCELSSIZE
;
in lpfc_sli3_post_buffer()
H
A
D
lpfc_sli.c
10839
wqe->els_req.max_response_payload_len =
FCELSSIZE
;
in __lpfc_sli_prep_els_req_rsp_s4()
Completed in 170 milliseconds