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:SF_DMA_MODE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_dma.c
155
if (mode ==
SF_DMA_MODE
) {
in dwmac1000_dma_operation_mode_rx()
183
if (mode ==
SF_DMA_MODE
) {
in dwmac1000_dma_operation_mode_tx()
H
A
D
dwmac4_dma.c
229
if (mode ==
SF_DMA_MODE
) {
in dwmac4_dma_rx_chan_op_mode()
294
if (mode ==
SF_DMA_MODE
) {
in dwmac4_dma_tx_chan_op_mode()
H
A
D
dwxgmac2_dma.c
148
if (mode ==
SF_DMA_MODE
) {
in dwxgmac2_dma_rx_mode()
214
if (mode ==
SF_DMA_MODE
) {
in dwxgmac2_dma_tx_mode()
H
A
D
common.h
224
#define
SF_DMA_MODE
1 /* DMA STORE-AND-FORWARD Operation Mode */
macro
H
A
D
dwmac-sun8i.c
480
if (mode ==
SF_DMA_MODE
) {
in sun8i_dwmac_dma_operation_mode_rx()
503
if (mode ==
SF_DMA_MODE
) {
in sun8i_dwmac_dma_operation_mode_tx()
H
A
D
stmmac_main.c
2012
txmode =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2013
rxmode =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2014
priv->xstats.threshold =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2017
rxmode =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2282
if (unlikely(priv->xstats.threshold !=
SF_DMA_MODE
) &&
in stmmac_dma_interrupt()
2293
SF_DMA_MODE
,
in stmmac_dma_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_dma.c
158
if (mode ==
SF_DMA_MODE
) {
in dwmac1000_dma_operation_mode_rx()
187
if (mode ==
SF_DMA_MODE
) {
in dwmac1000_dma_operation_mode_tx()
H
A
D
dwxgmac2_dma.c
152
if (mode ==
SF_DMA_MODE
) {
in dwxgmac2_dma_rx_mode()
218
if (mode ==
SF_DMA_MODE
) {
in dwxgmac2_dma_tx_mode()
H
A
D
dwmac4_dma.c
263
if (mode ==
SF_DMA_MODE
) {
in dwmac4_dma_rx_chan_op_mode()
331
if (mode ==
SF_DMA_MODE
) {
in dwmac4_dma_tx_chan_op_mode()
H
A
D
common.h
275
#define
SF_DMA_MODE
1 /* DMA STORE-AND-FORWARD Operation Mode */
macro
H
A
D
dwmac-sun8i.c
518
if (mode ==
SF_DMA_MODE
) {
in sun8i_dwmac_dma_operation_mode_rx()
542
if (mode ==
SF_DMA_MODE
) {
in sun8i_dwmac_dma_operation_mode_tx()
H
A
D
stmmac_main.c
2396
txmode =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2397
rxmode =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2398
priv->xstats.threshold =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2401
rxmode =
SF_DMA_MODE
;
in stmmac_dma_operation_mode()
2536
if (unlikely(priv->xstats.threshold !=
SF_DMA_MODE
) && tc <= 256) {
in stmmac_bump_dma_threshold()
2542
stmmac_set_dma_operation_mode(priv, tc,
SF_DMA_MODE
,
in stmmac_bump_dma_threshold()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
69
#define
SF_DMA_MODE
1 /* DMA STORE-AND-FORWARD Operation Mode */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
69
#define
SF_DMA_MODE
1 /* DMA STORE-AND-FORWARD Operation Mode */
macro
Completed in 29 milliseconds