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_2KiB
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
descs_com.h
56
if (bfsize >=
BUF_SIZE_2KiB
) {
in ndesc_rx_set_on_ring()
59
bfsize2 = min(bfsize -
BUF_SIZE_2KiB
+ 1,
BUF_SIZE_2KiB
- 1);
in ndesc_rx_set_on_ring()
78
if (unlikely(len >
BUF_SIZE_2KiB
)) {
in norm_set_tx_desc_len_on_ring()
79
unsigned int buffer1 = (
BUF_SIZE_2KiB
- 1)
in norm_set_tx_desc_len_on_ring()
H
A
D
chain_mode.c
32
bmax =
BUF_SIZE_2KiB
;
in jumbo_frm()
91
(!enh_desc && (len >
BUF_SIZE_2KiB
))) {
in is_jumbo_frm()
H
A
D
ring_mode.c
34
bmax =
BUF_SIZE_2KiB
;
in jumbo_frm()
H
A
D
common.h
392
#define
BUF_SIZE_2KiB
2048
macro
H
A
D
norm_desc.c
132
bfsize1 = min(bfsize,
BUF_SIZE_2KiB
- 1);
in ndesc_init_rx_desc()
H
A
D
stmmac_main.c
1249
else if (mtu >=
BUF_SIZE_2KiB
)
in stmmac_set_bfsize()
1252
ret =
BUF_SIZE_2KiB
;
in stmmac_set_bfsize()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
descs_com.h
56
if (bfsize >=
BUF_SIZE_2KiB
) {
in ndesc_rx_set_on_ring()
59
bfsize2 = min(bfsize -
BUF_SIZE_2KiB
+ 1,
BUF_SIZE_2KiB
- 1);
in ndesc_rx_set_on_ring()
78
if (unlikely(len >
BUF_SIZE_2KiB
)) {
in norm_set_tx_desc_len_on_ring()
79
unsigned int buffer1 = (
BUF_SIZE_2KiB
- 1)
in norm_set_tx_desc_len_on_ring()
H
A
D
chain_mode.c
32
bmax =
BUF_SIZE_2KiB
;
in jumbo_frm()
91
(!enh_desc && (len >
BUF_SIZE_2KiB
))) {
in is_jumbo_frm()
H
A
D
ring_mode.c
34
bmax =
BUF_SIZE_2KiB
;
in jumbo_frm()
H
A
D
norm_desc.c
125
bfsize1 = min(bfsize,
BUF_SIZE_2KiB
- 1);
in ndesc_init_rx_desc()
H
A
D
common.h
513
#define
BUF_SIZE_2KiB
2048
macro
H
A
D
stmmac_main.c
1341
else if (mtu >=
BUF_SIZE_2KiB
)
in stmmac_set_bfsize()
1344
ret =
BUF_SIZE_2KiB
;
in stmmac_set_bfsize()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
58
#define
BUF_SIZE_2KiB
2048
macro
H
A
D
sxgbe_main.c
50
#define DMA_BUFFER_SIZE
BUF_SIZE_2KiB
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
58
#define
BUF_SIZE_2KiB
2048
macro
H
A
D
sxgbe_main.c
50
#define DMA_BUFFER_SIZE
BUF_SIZE_2KiB
Completed in 28 milliseconds