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:outbound_tail
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hptiop.c
144
u32
outbound_tail
= readl(&mu->
outbound_tail
);
in mv_outbound_read()
local
147
if (
outbound_tail
!= outbound_head) {
in mv_outbound_read()
150
memcpy_fromio(&p, &mu->outbound_q[mu->
outbound_tail
], 8);
in mv_outbound_read()
151
outbound_tail
++;
in mv_outbound_read()
153
if (
outbound_tail
== MVIOP_QUEUE_LEN)
in mv_outbound_read()
154
outbound_tail
= 0;
in mv_outbound_read()
155
writel(
outbound_tail
, &mu->
outbound_tail
);
in mv_outbound_read()
H
A
D
hptiop.h
54
__le32
outbound_tail
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hptiop.c
144
u32
outbound_tail
= readl(&mu->
outbound_tail
);
in mv_outbound_read()
local
147
if (
outbound_tail
!= outbound_head) {
in mv_outbound_read()
150
memcpy_fromio(&p, &mu->outbound_q[mu->
outbound_tail
], 8);
in mv_outbound_read()
151
outbound_tail
++;
in mv_outbound_read()
153
if (
outbound_tail
== MVIOP_QUEUE_LEN)
in mv_outbound_read()
154
outbound_tail
= 0;
in mv_outbound_read()
155
writel(
outbound_tail
, &mu->
outbound_tail
);
in mv_outbound_read()
H
A
D
hptiop.h
54
__le32
outbound_tail
;
member
Completed in 7 milliseconds