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:u16cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
4867
int
u16cnt
= 0;
in WaitForDoorbellReply()
local
4879
u16cnt
=0;
in WaitForDoorbellReply()
4883
hs_reply[
u16cnt
++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF);
in WaitForDoorbellReply()
4888
hs_reply[
u16cnt
++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF);
in WaitForDoorbellReply()
4901
for (
u16cnt
=2; !failcnt &&
u16cnt
< (2 * mptReply->MsgLength);
u16cnt
++) {
in WaitForDoorbellReply()
4906
if (
u16cnt
< ARRAY_SIZE(ioc->hs_reply))
in WaitForDoorbellReply()
4907
hs_reply[
u16cnt
] = hword;
in WaitForDoorbellReply()
4921
else if (
u16cnt
!
in WaitForDoorbellReply()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
4858
int
u16cnt
= 0;
in WaitForDoorbellReply()
local
4870
u16cnt
=0;
in WaitForDoorbellReply()
4874
hs_reply[
u16cnt
++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF);
in WaitForDoorbellReply()
4879
hs_reply[
u16cnt
++] = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF);
in WaitForDoorbellReply()
4892
for (
u16cnt
=2; !failcnt &&
u16cnt
< (2 * mptReply->MsgLength);
u16cnt
++) {
in WaitForDoorbellReply()
4897
if (
u16cnt
< ARRAY_SIZE(ioc->hs_reply))
in WaitForDoorbellReply()
4898
hs_reply[
u16cnt
] = hword;
in WaitForDoorbellReply()
4912
else if (
u16cnt
!
in WaitForDoorbellReply()
[all...]
Completed in 12 milliseconds