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:devcs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/
H
A
D
korina.c
252
u32
devcs
; /* Device control and status. */
member
601
u32
devcs
, pkt_len, dmas;
in korina_rx()
local
609
devcs
= rd->
devcs
;
in korina_rx()
617
if (!(
devcs
& ETH_RX_LD))
in korina_rx()
620
if (!(
devcs
& ETH_RX_ROK)) {
in korina_rx()
624
if (
devcs
& ETH_RX_CRC)
in korina_rx()
626
if (
devcs
& ETH_RX_LE)
in korina_rx()
628
if (
devcs
& ETH_RX_OVR)
in korina_rx()
630
if (
devcs
in korina_rx()
768
u32
devcs
;
korina_tx()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/
H
A
D
korina.c
357
u32
devcs
, pkt_len, dmas;
in korina_rx()
local
366
devcs
= rd->
devcs
;
in korina_rx()
374
if (!(
devcs
& ETH_RX_LD))
in korina_rx()
377
if (!(
devcs
& ETH_RX_ROK)) {
in korina_rx()
381
if (
devcs
& ETH_RX_CRC)
in korina_rx()
383
if (
devcs
& ETH_RX_LE)
in korina_rx()
385
if (
devcs
& ETH_RX_OVR)
in korina_rx()
387
if (
devcs
& ETH_RX_CV)
in korina_rx()
389
if (
devcs
in korina_rx()
527
u32
devcs
;
korina_tx()
local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/
H
A
D
dma.h
26
u32
devcs
; /* Device control and status. */
member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-rc32434/
H
A
D
dma.h
26
u32
devcs
; /* Device control and status. */
member
Completed in 5 milliseconds