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:pcie_sg_lookup
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3540
return (void *)(ioc->
pcie_sg_lookup
[smid - 1].pcie_sgl);
in mpt3sas_base_get_pcie_sgl()
3553
return ioc->
pcie_sg_lookup
[smid - 1].pcie_sgl_dma;
in mpt3sas_base_get_pcie_sgl_dma()
4925
ioc->
pcie_sg_lookup
[i].pcie_sgl,
in _base_release_memory_pools()
4926
ioc->
pcie_sg_lookup
[i].pcie_sgl_dma);
in _base_release_memory_pools()
4927
ioc->
pcie_sg_lookup
[i].pcie_sgl = NULL;
in _base_release_memory_pools()
4931
kfree(ioc->
pcie_sg_lookup
);
in _base_release_memory_pools()
4932
ioc->
pcie_sg_lookup
= NULL;
in _base_release_memory_pools()
5034
ioc->
pcie_sg_lookup
[i].pcie_sgl =
in _base_allocate_pcie_sgl_pool()
5036
&ioc->
pcie_sg_lookup
[i].pcie_sgl_dma);
in _base_allocate_pcie_sgl_pool()
5037
if (!ioc->
pcie_sg_lookup
[
in _base_allocate_pcie_sgl_pool()
[all...]
H
A
D
mpt3sas_base.h
1369
struct pcie_sg_list *
pcie_sg_lookup
;
member
H
A
D
mpt3sas_ctl.c
795
if (!ioc->
pcie_sg_lookup
) {
in _ctl_do_mpt_command()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3809
return (void *)(ioc->
pcie_sg_lookup
[smid - 1].pcie_sgl);
in mpt3sas_base_get_pcie_sgl()
3822
return ioc->
pcie_sg_lookup
[smid - 1].pcie_sgl_dma;
in mpt3sas_base_get_pcie_sgl_dma()
5852
ioc->
pcie_sg_lookup
[i].pcie_sgl,
in _base_release_memory_pools()
5853
ioc->
pcie_sg_lookup
[i].pcie_sgl_dma);
in _base_release_memory_pools()
5854
ioc->
pcie_sg_lookup
[i].pcie_sgl = NULL;
in _base_release_memory_pools()
5858
kfree(ioc->
pcie_sg_lookup
);
in _base_release_memory_pools()
5859
ioc->
pcie_sg_lookup
= NULL;
in _base_release_memory_pools()
5962
ioc->
pcie_sg_lookup
[i].pcie_sgl =
in _base_allocate_pcie_sgl_pool()
5964
&ioc->
pcie_sg_lookup
[i].pcie_sgl_dma);
in _base_allocate_pcie_sgl_pool()
5965
if (!ioc->
pcie_sg_lookup
[
in _base_allocate_pcie_sgl_pool()
[all...]
H
A
D
mpt3sas_base.h
1515
struct pcie_sg_list *
pcie_sg_lookup
;
member
H
A
D
mpt3sas_ctl.c
798
if (!ioc->
pcie_sg_lookup
) {
in _ctl_do_mpt_command()
Completed in 28 milliseconds