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:BUF_SIZE_16KiB
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
ring_mode.c
110
if (priv->dma_buf_sz ==
BUF_SIZE_16KiB
)
in refill_desc3()
137
ret =
BUF_SIZE_16KiB
;
in set_16kib_bfsize()
H
A
D
descs_com.h
25
if (bfsize ==
BUF_SIZE_16KiB
)
in ehn_desc_rx_set_on_ring()
H
A
D
common.h
389
#define
BUF_SIZE_16KiB
16368
macro
H
A
D
dwmac4_descs.c
494
ret =
BUF_SIZE_16KiB
;
in set_16kib_bfsize()
H
A
D
stmmac_main.c
155
if (unlikely((buf_sz < DEFAULT_BUFSIZE) || (buf_sz >
BUF_SIZE_16KiB
)))
in stmmac_verify_args()
1246
ret =
BUF_SIZE_16KiB
;
in stmmac_set_bfsize()
1368
if (priv->dma_buf_sz ==
BUF_SIZE_16KiB
)
in stmmac_init_rx_buffers()
2889
if (bfsize <
BUF_SIZE_16KiB
)
in stmmac_open()
4133
if ((txfifosz < new_mtu) || (new_mtu >
BUF_SIZE_16KiB
))
in stmmac_change_mtu()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
ring_mode.c
109
if (priv->dma_conf.dma_buf_sz ==
BUF_SIZE_16KiB
)
in refill_desc3()
135
ret =
BUF_SIZE_16KiB
;
in set_16kib_bfsize()
H
A
D
descs_com.h
25
if (bfsize ==
BUF_SIZE_16KiB
)
in ehn_desc_rx_set_on_ring()
H
A
D
common.h
510
#define
BUF_SIZE_16KiB
16368
macro
H
A
D
dwmac4_descs.c
485
ret =
BUF_SIZE_16KiB
;
in set_16kib_bfsize()
H
A
D
stmmac_main.c
191
if (unlikely((buf_sz < DEFAULT_BUFSIZE) || (buf_sz >
BUF_SIZE_16KiB
)))
in stmmac_verify_args()
1338
ret =
BUF_SIZE_16KiB
;
in stmmac_set_bfsize()
1479
if (dma_conf->dma_buf_sz ==
BUF_SIZE_16KiB
)
in stmmac_init_rx_buffers()
3768
if (bfsize <
BUF_SIZE_16KiB
)
in stmmac_setup_dma_desc()
5730
if ((txfifosz < new_mtu) || (new_mtu >
BUF_SIZE_16KiB
))
in stmmac_change_mtu()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
55
#define
BUF_SIZE_16KiB
16384
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
55
#define
BUF_SIZE_16KiB
16384
macro
Completed in 24 milliseconds