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:TW_CPU_TO_SGL
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
3w-sas.c
343
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sg_dma_address(sg));
in twl_scsiop_execute_scsi()
344
command_packet->sg_list[i].length =
TW_CPU_TO_SGL
(sg_dma_len(sg));
in twl_scsiop_execute_scsi()
351
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sglistarg[i].address);
in twl_scsiop_execute_scsi()
352
command_packet->sg_list[i].length =
TW_CPU_TO_SGL
(sglistarg[i].length);
in twl_scsiop_execute_scsi()
423
command_packet->byte8_offset.param.sgl[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twl_aen_sync_time()
424
command_packet->byte8_offset.param.sgl[0].length =
TW_CPU_TO_SGL
(TW_SECTOR_SIZE);
in twl_aen_sync_time()
694
newcommand->sg_list[0].address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache) - 1);
in twl_load_sgl()
695
newcommand->sg_list[0].length =
TW_CPU_TO_SGL
(length);
in twl_load_sgl()
706
sgl->address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache) - 1);
in twl_load_sgl()
707
sgl->length =
TW_CPU_TO_SGL
(lengt
in twl_load_sgl()
[all...]
H
A
D
3w-9xxx.c
488
command_packet->byte8_offset.param.sgl[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_aen_sync_time()
1081
command_packet->byte8_offset.param.sgl[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_get_param()
1395
newcommand->sg_list[0].address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache) - 1);
in twa_load_sgl()
1410
sgl->address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache) - 1);
in twa_load_sgl()
1859
command_packet->sg_list[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_scsiop_execute_scsi()
1867
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sg_dma_address(sg));
in twa_scsiop_execute_scsi()
1869
if (command_packet->sg_list[i].address &
TW_CPU_TO_SGL
(TW_ALIGNMENT_9000_SGL)) {
in twa_scsiop_execute_scsi()
1880
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sglistarg[i].address);
in twa_scsiop_execute_scsi()
1882
if (command_packet->sg_list[i].address &
TW_CPU_TO_SGL
(TW_ALIGNMENT_9000_SGL)) {
in twa_scsiop_execute_scsi()
H
A
D
3w-sas.h
203
#define
TW_CPU_TO_SGL
(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x))
macro
H
A
D
3w-9xxx.h
472
#define
TW_CPU_TO_SGL
(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x))
macro
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
3w-sas.c
342
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sg_dma_address(sg));
in twl_scsiop_execute_scsi()
343
command_packet->sg_list[i].length =
TW_CPU_TO_SGL
(sg_dma_len(sg));
in twl_scsiop_execute_scsi()
350
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sglistarg[i].address);
in twl_scsiop_execute_scsi()
351
command_packet->sg_list[i].length =
TW_CPU_TO_SGL
(sglistarg[i].length);
in twl_scsiop_execute_scsi()
422
command_packet->byte8_offset.param.sgl[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twl_aen_sync_time()
423
command_packet->byte8_offset.param.sgl[0].length =
TW_CPU_TO_SGL
(TW_SECTOR_SIZE);
in twl_aen_sync_time()
693
newcommand->sg_list[0].address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache));
in twl_load_sgl()
694
newcommand->sg_list[0].length =
TW_CPU_TO_SGL
(length);
in twl_load_sgl()
705
sgl->address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache));
in twl_load_sgl()
706
sgl->length =
TW_CPU_TO_SGL
(lengt
in twl_load_sgl()
[all...]
H
A
D
3w-9xxx.c
309
sglist[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_aen_drain_queue()
446
sglist[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_aen_read_queue()
490
command_packet->byte8_offset.param.sgl[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_aen_sync_time()
1080
command_packet->byte8_offset.param.sgl[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_get_param()
1395
newcommand->sg_list[0].address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache));
in twa_load_sgl()
1410
sgl->address =
TW_CPU_TO_SGL
(dma_handle + sizeof(TW_Ioctl_Buf_Apache));
in twa_load_sgl()
1851
command_packet->sg_list[0].address =
TW_CPU_TO_SGL
(tw_dev->generic_buffer_phys[request_id]);
in twa_scsiop_execute_scsi()
1859
command_packet->sg_list[i].address =
TW_CPU_TO_SGL
(sg_dma_address(sg));
in twa_scsiop_execute_scsi()
1861
if (command_packet->sg_list[i].address &
TW_CPU_TO_SGL
(TW_ALIGNMENT_9000_SGL)) {
in twa_scsiop_execute_scsi()
1874
if (command_packet->sg_list[i].address &
TW_CPU_TO_SGL
(TW_ALIGNMENT_9000_SG
in twa_scsiop_execute_scsi()
[all...]
H
A
D
3w-9xxx.h
489
#define
TW_CPU_TO_SGL
(x) cpu_to_le64(x)
macro
492
#define
TW_CPU_TO_SGL
(x) cpu_to_le32(x)
macro
H
A
D
3w-sas.h
219
#define
TW_CPU_TO_SGL
(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x))
macro
Completed in 15 milliseconds