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:STAT_COMPL
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
117
if(swab16((addr)->cmd_status) &
STAT_COMPL
) break; \
451
if((swab16(cfg_cmd->cmd_status) & (STAT_OK|
STAT_COMPL
)) != (
STAT_COMPL
|STAT_OK))
in init586()
476
if((swab16(ias_cmd->cmd_status) & (STAT_OK|
STAT_COMPL
)) != (STAT_OK|
STAT_COMPL
)) {
in init586()
498
if(!(swab16(tdr_cmd->cmd_status) &
STAT_COMPL
))
in init586()
547
if( (swab16(mc_cmd->cmd_status) & (
STAT_COMPL
|STAT_OK)) != (
STAT_COMPL
|STAT_OK) )
in init586()
595
p->xmit_cmds[i]->cmd_status = swab16(
STAT_COMPL
);
in init586()
914
if(!(status &
STAT_COMPL
))
in sun3_82586_xmt_int()
[all...]
H
A
D
sun3_82586.h
178
#define
STAT_COMPL
0x8000 /* status: frame/command is complete */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
119
if(swab16((addr)->cmd_status) &
STAT_COMPL
) break; \
448
if((swab16(cfg_cmd->cmd_status) & (STAT_OK|
STAT_COMPL
)) != (
STAT_COMPL
|STAT_OK))
in init586()
473
if((swab16(ias_cmd->cmd_status) & (STAT_OK|
STAT_COMPL
)) != (STAT_OK|
STAT_COMPL
)) {
in init586()
495
if(!(swab16(tdr_cmd->cmd_status) &
STAT_COMPL
))
in init586()
544
if( (swab16(mc_cmd->cmd_status) & (
STAT_COMPL
|STAT_OK)) != (
STAT_COMPL
|STAT_OK) )
in init586()
592
p->xmit_cmds[i]->cmd_status = swab16(
STAT_COMPL
);
in init586()
911
if(!(status &
STAT_COMPL
))
in sun3_82586_xmt_int()
[all...]
H
A
D
sun3_82586.h
179
#define
STAT_COMPL
0x8000 /* status: frame/command is complete */
macro
Completed in 4 milliseconds