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:SGE_size
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptctl.c
878
/ iocp->
SGE_size
;
in mptctl_do_fw_download()
918
sgOut += iocp->
SGE_size
;
in mptctl_do_fw_download()
1063
sg_spill = ((ioc->req_sz - sge_offset)/ioc->
SGE_size
) - 1;
in kbuf_alloc_2_sgl()
1782
sz += ioc->
SGE_size
;
in mptctl_do_mpt_command()
1784
sz += ioc->
SGE_size
;
in mptctl_do_mpt_command()
2122
psge += ioc->
SGE_size
;
in mptctl_do_mpt_command()
H
A
D
mptscsih.c
226
numSgeSlots = ((frm_sz - sgeOffset) / ioc->
SGE_size
);
in mptscsih_AddSGE()
249
psge += ioc->
SGE_size
;
in mptscsih_AddSGE()
250
sgeOffset += ioc->
SGE_size
;
in mptscsih_AddSGE()
268
sgeOffset += ioc->
SGE_size
;
in mptscsih_AddSGE()
311
u32 *ptmp = (u32 *) (psge - ioc->
SGE_size
);
in mptscsih_AddSGE()
325
sgeOffset += ioc->
SGE_size
;
in mptscsih_AddSGE()
H
A
D
mptspi.c
1469
scale = ioc->req_sz/ioc->
SGE_size
;
in mptspi_probe()
1473
(ioc->req_sz - 60) / ioc->
SGE_size
;
in mptspi_probe()
1477
(ioc->req_sz - 64) / ioc->
SGE_size
;
in mptspi_probe()
H
A
D
mptfc.c
1265
scale = ioc->req_sz/ioc->
SGE_size
;
in mptfc_probe()
1269
(ioc->req_sz - 60) / ioc->
SGE_size
;
in mptfc_probe()
1273
(ioc->req_sz - 64) / ioc->
SGE_size
;
in mptfc_probe()
H
A
D
mptbase.h
788
u8
SGE_size
;
member
H
A
D
mptbase.c
1824
ioc->
SGE_size
= sizeof(u32) + ioc->sg_addr_size;
in mpt_attach()
2222
ioc->
SGE_size
= sizeof(u32) + ioc->sg_addr_size;
in mpt_resume()
3625
ioc->
SGE_size
;
in mpt_do_upload()
4365
scale = ioc->req_sz / ioc->
SGE_size
;
in initChainBuffers()
4367
num_sge = scale + (ioc->req_sz - 60) / ioc->
SGE_size
;
in initChainBuffers()
4369
num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->
SGE_size
;
in initChainBuffers()
4373
(ioc->req_sz - 60) / ioc->
SGE_size
;
in initChainBuffers()
4376
scale + (ioc->req_sz - 64) / ioc->
SGE_size
;
in initChainBuffers()
H
A
D
mptsas.c
2282
psge += ioc->
SGE_size
;
in mptsas_smp_handler()
2900
psge += ioc->
SGE_size
;
in mptsas_exp_repmanufacture_info()
5228
scale = ioc->req_sz/ioc->
SGE_size
;
in mptsas_probe()
5232
(ioc->req_sz - 60) / ioc->
SGE_size
;
in mptsas_probe()
5236
(ioc->req_sz - 64) / ioc->
SGE_size
;
in mptsas_probe()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptscsih.c
226
numSgeSlots = ((frm_sz - sgeOffset) / ioc->
SGE_size
);
in mptscsih_AddSGE()
249
psge += ioc->
SGE_size
;
in mptscsih_AddSGE()
250
sgeOffset += ioc->
SGE_size
;
in mptscsih_AddSGE()
268
sgeOffset += ioc->
SGE_size
;
in mptscsih_AddSGE()
311
u32 *ptmp = (u32 *) (psge - ioc->
SGE_size
);
in mptscsih_AddSGE()
325
sgeOffset += ioc->
SGE_size
;
in mptscsih_AddSGE()
H
A
D
mptctl.c
874
/ iocp->
SGE_size
;
in mptctl_do_fw_download()
914
sgOut += iocp->
SGE_size
;
in mptctl_do_fw_download()
1060
sg_spill = ((ioc->req_sz - sge_offset)/ioc->
SGE_size
) - 1;
in kbuf_alloc_2_sgl()
1778
sz += ioc->
SGE_size
;
in mptctl_do_mpt_command()
1780
sz += ioc->
SGE_size
;
in mptctl_do_mpt_command()
2119
psge += ioc->
SGE_size
;
in mptctl_do_mpt_command()
H
A
D
mptspi.c
1469
scale = ioc->req_sz/ioc->
SGE_size
;
in mptspi_probe()
1473
(ioc->req_sz - 60) / ioc->
SGE_size
;
in mptspi_probe()
1477
(ioc->req_sz - 64) / ioc->
SGE_size
;
in mptspi_probe()
H
A
D
mptfc.c
1266
scale = ioc->req_sz/ioc->
SGE_size
;
in mptfc_probe()
1270
(ioc->req_sz - 60) / ioc->
SGE_size
;
in mptfc_probe()
1274
(ioc->req_sz - 64) / ioc->
SGE_size
;
in mptfc_probe()
H
A
D
mptbase.h
787
u8
SGE_size
;
member
H
A
D
mptbase.c
1815
ioc->
SGE_size
= sizeof(u32) + ioc->sg_addr_size;
in mpt_attach()
2213
ioc->
SGE_size
= sizeof(u32) + ioc->sg_addr_size;
in mpt_resume()
3617
ioc->
SGE_size
;
in mpt_do_upload()
4357
scale = ioc->req_sz / ioc->
SGE_size
;
in initChainBuffers()
4359
num_sge = scale + (ioc->req_sz - 60) / ioc->
SGE_size
;
in initChainBuffers()
4361
num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->
SGE_size
;
in initChainBuffers()
4365
(ioc->req_sz - 60) / ioc->
SGE_size
;
in initChainBuffers()
4368
scale + (ioc->req_sz - 64) / ioc->
SGE_size
;
in initChainBuffers()
H
A
D
mptsas.c
2310
psge += ioc->
SGE_size
;
in mptsas_smp_handler()
2930
psge += ioc->
SGE_size
;
in mptsas_exp_repmanufacture_info()
5258
scale = ioc->req_sz/ioc->
SGE_size
;
in mptsas_probe()
5262
(ioc->req_sz - 60) / ioc->
SGE_size
;
in mptsas_probe()
5266
(ioc->req_sz - 64) / ioc->
SGE_size
;
in mptsas_probe()
Completed in 56 milliseconds