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:CMD_HDR_CFL_OFF
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v1_hw.c
217
#define
CMD_HDR_CFL_OFF
0
macro
941
hdr->dw2 = cpu_to_le32((((req_len-4)/4) <<
CMD_HDR_CFL_OFF
) |
in prep_smp_v1_hw()
1000
CMD_HDR_CFL_OFF
;
in prep_ssp_v1_hw()
1004
CMD_HDR_CFL_OFF
;
in prep_ssp_v1_hw()
H
A
D
hisi_sas_v3_hw.c
365
#define
CMD_HDR_CFL_OFF
0
macro
366
#define CMD_HDR_CFL_MSK (0x1ff <<
CMD_HDR_CFL_OFF
)
1250
+ 3) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_ssp_v3_hw()
1354
hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_smp_v3_hw()
1420
dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) <<
CMD_HDR_CFL_OFF
|
in prep_ata_v3_hw()
H
A
D
hisi_sas_v2_hw.c
316
#define
CMD_HDR_CFL_OFF
0
macro
317
#define CMD_HDR_CFL_MSK (0x1ff <<
CMD_HDR_CFL_OFF
)
1725
hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_smp_v2_hw()
1781
+ 3) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_ssp_v2_hw()
2555
dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) <<
CMD_HDR_CFL_OFF
|
in prep_ata_v2_hw()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v1_hw.c
217
#define
CMD_HDR_CFL_OFF
0
macro
941
hdr->dw2 = cpu_to_le32((((req_len-4)/4) <<
CMD_HDR_CFL_OFF
) |
in prep_smp_v1_hw()
1000
CMD_HDR_CFL_OFF
;
in prep_ssp_v1_hw()
1004
CMD_HDR_CFL_OFF
;
in prep_ssp_v1_hw()
H
A
D
hisi_sas_v2_hw.c
316
#define
CMD_HDR_CFL_OFF
0
macro
317
#define CMD_HDR_CFL_MSK (0x1ff <<
CMD_HDR_CFL_OFF
)
1725
hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_smp_v2_hw()
1781
+ 3) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_ssp_v2_hw()
2556
dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) <<
CMD_HDR_CFL_OFF
|
in prep_ata_v2_hw()
H
A
D
hisi_sas_v3_hw.c
380
#define
CMD_HDR_CFL_OFF
0
macro
381
#define CMD_HDR_CFL_MSK (0x1ff <<
CMD_HDR_CFL_OFF
)
1305
+ 3) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_ssp_v3_hw()
1409
hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) <<
CMD_HDR_CFL_OFF
) |
in prep_smp_v3_hw()
1475
dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) <<
CMD_HDR_CFL_OFF
|
in prep_ata_v3_hw()
Completed in 33 milliseconds