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:MACCFG1_TX_FLOW
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H
A
D
fman_dtsec.c
140
#define
MACCFG1_TX_FLOW
0x00000010
macro
470
tmp |=
MACCFG1_TX_FLOW
;
in init()
986
iowrite32be(ioread32be(®s->maccfg1) |
MACCFG1_TX_FLOW
,
in dtsec_set_tx_pause_frames()
989
iowrite32be(ioread32be(®s->maccfg1) & ~
MACCFG1_TX_FLOW
,
in dtsec_set_tx_pause_frames()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H
A
D
fman_dtsec.c
113
#define
MACCFG1_TX_FLOW
0x00000010
macro
402
tmp |=
MACCFG1_TX_FLOW
;
in init()
859
iowrite32be(ioread32be(®s->maccfg1) |
MACCFG1_TX_FLOW
,
in dtsec_set_tx_pause_frames()
862
iowrite32be(ioread32be(®s->maccfg1) & ~
MACCFG1_TX_FLOW
,
in dtsec_set_tx_pause_frames()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1493
val |=
MACCFG1_TX_FLOW
;
in gfar_get_flowctrl_cfg()
1509
val |=
MACCFG1_TX_FLOW
;
in gfar_get_flowctrl_cfg()
1532
u32 tx_flow_oldval = (tempval1 &
MACCFG1_TX_FLOW
);
in gfar_update_link_state()
1574
tempval1 &= ~(
MACCFG1_TX_FLOW
| MACCFG1_RX_FLOW);
in gfar_update_link_state()
1578
if ((tempval1 &
MACCFG1_TX_FLOW
) && !tx_flow_oldval) {
in gfar_update_link_state()
1590
if (unlikely(!(tempval1 &
MACCFG1_TX_FLOW
) && tx_flow_oldval))
in gfar_update_link_state()
H
A
D
gianfar_ethtool.c
484
tempval &= ~(
MACCFG1_TX_FLOW
| MACCFG1_RX_FLOW);
in gfar_spauseparam()
489
tempval |=
MACCFG1_TX_FLOW
;
in gfar_spauseparam()
H
A
D
gianfar.h
146
#define
MACCFG1_TX_FLOW
0x00000010
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1460
val |=
MACCFG1_TX_FLOW
;
in gfar_get_flowctrl_cfg()
1476
val |=
MACCFG1_TX_FLOW
;
in gfar_get_flowctrl_cfg()
1499
u32 tx_flow_oldval = (tempval1 &
MACCFG1_TX_FLOW
);
in gfar_update_link_state()
1541
tempval1 &= ~(
MACCFG1_TX_FLOW
| MACCFG1_RX_FLOW);
in gfar_update_link_state()
1545
if ((tempval1 &
MACCFG1_TX_FLOW
) && !tx_flow_oldval) {
in gfar_update_link_state()
1557
if (unlikely(!(tempval1 &
MACCFG1_TX_FLOW
) && tx_flow_oldval))
in gfar_update_link_state()
H
A
D
gianfar_ethtool.c
494
tempval &= ~(
MACCFG1_TX_FLOW
| MACCFG1_RX_FLOW);
in gfar_spauseparam()
499
tempval |=
MACCFG1_TX_FLOW
;
in gfar_spauseparam()
H
A
D
gianfar.h
143
#define
MACCFG1_TX_FLOW
0x00000010
macro
Completed in 23 milliseconds