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:enabled_rx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H
A
D
ucc_fast.c
108
uccf->
enabled_rx
= 1;
in ucc_fast_enable()
129
uccf->
enabled_rx
= 0;
in ucc_fast_disable()
214
uccf->
enabled_rx
= 0;
in ucc_fast_init()
H
A
D
ucc_slow.c
88
uccs->
enabled_rx
= 1;
in ucc_slow_enable()
109
uccs->
enabled_rx
= 0;
in ucc_slow_disable()
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H
A
D
ucc_fast.c
108
uccf->
enabled_rx
= 1;
in ucc_fast_enable()
129
uccf->
enabled_rx
= 0;
in ucc_fast_disable()
214
uccf->
enabled_rx
= 0;
in ucc_fast_init()
H
A
D
ucc_slow.c
88
uccs->
enabled_rx
= 1;
in ucc_slow_enable()
109
uccs->
enabled_rx
= 0;
in ucc_slow_disable()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
ucc_fast.h
187
int
enabled_rx
; /* Whether channel is enabled for Rx (ENR) */
member
H
A
D
ucc_slow.h
190
int
enabled_rx
; /* Whether channel is enabled for Rx (ENR) */
member
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
ucc_fast.h
186
int
enabled_rx
; /* Whether channel is enabled for Rx (ENR) */
member
H
A
D
ucc_slow.h
190
int
enabled_rx
; /* Whether channel is enabled for Rx (ENR) */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
1496
int enabled_tx,
enabled_rx
;
in ugeth_enable()
local
1508
enabled_rx
= uccf->
enabled_rx
;
in ugeth_enable()
1514
if ((mode & COMM_DIR_RX) && (!
enabled_rx
) && uccf->stopped_rx)
in ugeth_enable()
1541
if ((mode & COMM_DIR_RX) && uccf->
enabled_rx
&& !uccf->stopped_rx)
in ugeth_disable()
1794
if (uccf->
enabled_rx
)
in ugeth_82xx_filtering_clear_all_addr_in_hash()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
1476
int enabled_tx,
enabled_rx
;
in ugeth_enable()
local
1488
enabled_rx
= uccf->
enabled_rx
;
in ugeth_enable()
1494
if ((mode & COMM_DIR_RX) && (!
enabled_rx
) && uccf->stopped_rx)
in ugeth_enable()
1521
if ((mode & COMM_DIR_RX) && uccf->
enabled_rx
&& !uccf->stopped_rx)
in ugeth_disable()
1774
if (uccf->
enabled_rx
)
in ugeth_82xx_filtering_clear_all_addr_in_hash()
Completed in 20 milliseconds