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_tx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H
A
D
ucc_fast.c
104
uccf->
enabled_tx
= 1;
in ucc_fast_enable()
125
uccf->
enabled_tx
= 0;
in ucc_fast_disable()
213
uccf->
enabled_tx
= 0;
in ucc_fast_init()
H
A
D
ucc_slow.c
84
uccs->
enabled_tx
= 1;
in ucc_slow_enable()
105
uccs->
enabled_tx
= 0;
in ucc_slow_disable()
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H
A
D
ucc_fast.c
104
uccf->
enabled_tx
= 1;
in ucc_fast_enable()
125
uccf->
enabled_tx
= 0;
in ucc_fast_disable()
213
uccf->
enabled_tx
= 0;
in ucc_fast_init()
H
A
D
ucc_slow.c
84
uccs->
enabled_tx
= 1;
in ucc_slow_enable()
105
uccs->
enabled_tx
= 0;
in ucc_slow_disable()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
ucc_fast.h
186
int
enabled_tx
; /* Whether channel is enabled for Tx (ENT) */
member
H
A
D
ucc_slow.h
189
int
enabled_tx
; /* Whether channel is enabled for Tx (ENT) */
member
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
ucc_fast.h
185
int
enabled_tx
; /* Whether channel is enabled for Tx (ENT) */
member
H
A
D
ucc_slow.h
189
int
enabled_tx
; /* Whether channel is enabled for Tx (ENT) */
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
1507
enabled_tx
= uccf->
enabled_tx
;
in ugeth_enable()
1512
if ((mode & COMM_DIR_TX) && (!
enabled_tx
) && uccf->stopped_tx)
in ugeth_enable()
1537
if ((mode & COMM_DIR_TX) && uccf->
enabled_tx
&& !uccf->stopped_tx)
in ugeth_disable()
1792
if (uccf->
enabled_tx
)
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
1487
enabled_tx
= uccf->
enabled_tx
;
in ugeth_enable()
1492
if ((mode & COMM_DIR_TX) && (!
enabled_tx
) && uccf->stopped_tx)
in ugeth_enable()
1517
if ((mode & COMM_DIR_TX) && uccf->
enabled_tx
&& !uccf->stopped_tx)
in ugeth_disable()
1772
if (uccf->
enabled_tx
)
in ugeth_82xx_filtering_clear_all_addr_in_hash()
Completed in 16 milliseconds