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:next_queued_hscb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
1058
struct hardware_scb *
next_queued_hscb
;
member
H
A
D
aic79xx_core.c
812
* HSCB to download is saved off in ahd->
next_queued_hscb
.
in ahd_swap_with_next_hscb()
820
q_hscb = ahd->
next_queued_hscb
;
in ahd_swap_with_next_hscb()
828
ahd->
next_queued_hscb
= scb->hscb;
in ahd_swap_with_next_hscb()
7097
ahd->
next_queued_hscb
= (struct hardware_scb *)next_vaddr;
in ahd_init()
7099
ahd->
next_queued_hscb
->hscb_busaddr = ahd_htole32(next_baddr);
in ahd_init()
7349
sizeof(ahd->
next_queued_hscb
->pkt_long_lun) - 1);
in ahd_chip_init()
7506
busaddr = ahd_le32toh(ahd->
next_queued_hscb
->hscb_busaddr);
in ahd_chip_init()
8042
scb->hscb->next_hscb_busaddr = ahd->
next_queued_hscb
->hscb_busaddr;
in ahd_qinfifo_requeue()
8157
busaddr = ahd_le32toh(ahd->
next_queued_hscb
->hscb_busaddr);
in ahd_search_qinfifo()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx.h
1058
struct hardware_scb *
next_queued_hscb
;
member
H
A
D
aic79xx_core.c
812
* HSCB to download is saved off in ahd->
next_queued_hscb
.
in ahd_swap_with_next_hscb()
820
q_hscb = ahd->
next_queued_hscb
;
in ahd_swap_with_next_hscb()
828
ahd->
next_queued_hscb
= scb->hscb;
in ahd_swap_with_next_hscb()
7096
ahd->
next_queued_hscb
= (struct hardware_scb *)next_vaddr;
in ahd_init()
7098
ahd->
next_queued_hscb
->hscb_busaddr = ahd_htole32(next_baddr);
in ahd_init()
7348
sizeof(ahd->
next_queued_hscb
->pkt_long_lun) - 1);
in ahd_chip_init()
7505
busaddr = ahd_le32toh(ahd->
next_queued_hscb
->hscb_busaddr);
in ahd_chip_init()
8037
scb->hscb->next_hscb_busaddr = ahd->
next_queued_hscb
->hscb_busaddr;
in ahd_qinfifo_requeue()
8152
busaddr = ahd_le32toh(ahd->
next_queued_hscb
->hscb_busaddr);
in ahd_search_qinfifo()
Completed in 27 milliseconds