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:sg_busaddr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ips.c
3567
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
3613
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
3763
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
3800
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
4282
ha->scbs->
sg_busaddr
);
in ips_deallocatescbs()
4334
scb_p->
sg_busaddr
=
in ips_allocatescbs()
4339
scb_p->
sg_busaddr
=
in ips_allocatescbs()
4367
uint32_t cmd_busaddr,
sg_busaddr
;
in ips_init_scb()
local
4375
sg_busaddr
= scb->
sg_busaddr
;
in ips_init_scb()
[all...]
H
A
D
ips.h
1086
uint32_t
sg_busaddr
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ips.c
3570
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
3616
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
3766
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
3803
cpu_to_le32(scb->
sg_busaddr
);
in ips_send_cmd()
4285
ha->scbs->
sg_busaddr
);
in ips_deallocatescbs()
4337
scb_p->
sg_busaddr
=
in ips_allocatescbs()
4342
scb_p->
sg_busaddr
=
in ips_allocatescbs()
4370
uint32_t cmd_busaddr,
sg_busaddr
;
in ips_init_scb()
local
4378
sg_busaddr
= scb->
sg_busaddr
;
in ips_init_scb()
[all...]
H
A
D
ips.h
1086
uint32_t
sg_busaddr
;
member
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
497
ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t
sg_busaddr
)
in ahd_sg_bus_to_virt()
argument
502
sg_offset =
sg_busaddr
- (scb->sg_list_busaddr - ahd_sg_size(ahd));
in ahd_sg_bus_to_virt()
6763
dma_addr_t
sg_busaddr
;
in ahd_alloc_scbs()
local
6812
sg_busaddr
= sg_map->physaddr + offset;
in ahd_alloc_scbs()
6834
sg_busaddr
= sg_map->physaddr;
in ahd_alloc_scbs()
6910
next_scb->sg_list_busaddr =
sg_busaddr
;
in ahd_alloc_scbs()
6927
sg_busaddr
+= ahd_sglist_size(ahd);
in ahd_alloc_scbs()
H
A
D
aic7xxx_core.c
365
ahc_sg_bus_to_virt(struct scb *scb, uint32_t
sg_busaddr
)
in ahc_sg_bus_to_virt()
argument
369
sg_index = (
sg_busaddr
- scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
in ahc_sg_bus_to_virt()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
497
ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t
sg_busaddr
)
in ahd_sg_bus_to_virt()
argument
502
sg_offset =
sg_busaddr
- (scb->sg_list_busaddr - ahd_sg_size(ahd));
in ahd_sg_bus_to_virt()
6762
dma_addr_t
sg_busaddr
;
in ahd_alloc_scbs()
local
6811
sg_busaddr
= sg_map->physaddr + offset;
in ahd_alloc_scbs()
6833
sg_busaddr
= sg_map->physaddr;
in ahd_alloc_scbs()
6909
next_scb->sg_list_busaddr =
sg_busaddr
;
in ahd_alloc_scbs()
6926
sg_busaddr
+= ahd_sglist_size(ahd);
in ahd_alloc_scbs()
H
A
D
aic7xxx_core.c
365
ahc_sg_bus_to_virt(struct scb *scb, uint32_t
sg_busaddr
)
in ahc_sg_bus_to_virt()
argument
369
sg_index = (
sg_busaddr
- scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
in ahc_sg_bus_to_virt()
Completed in 53 milliseconds