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:TX_BUFF_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
7990.h
47
#define
TX_BUFF_SIZE
PKT_BUFF_SIZE
macro
90
volatile char tx_buf[TX_RING_SIZE][
TX_BUFF_SIZE
];
H
A
D
declance.c
164
#define
TX_BUFF_SIZE
PKT_BUF_SZ
macro
1098
2 * i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1102
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1143
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1147
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1174
2 * i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1178
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
H
A
D
a2065.c
80
#define
TX_BUFF_SIZE
PKT_BUF_SIZE
macro
100
char tx_buf[TX_RING_SIZE][
TX_BUFF_SIZE
];
H
A
D
sunlance.c
188
#define
TX_BUFF_SIZE
PKT_BUF_SZ
macro
225
u8 tx_buf [TX_RING_SIZE][
TX_BUFF_SIZE
];
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
7990.h
47
#define
TX_BUFF_SIZE
PKT_BUFF_SIZE
macro
90
volatile char tx_buf[TX_RING_SIZE][
TX_BUFF_SIZE
];
H
A
D
declance.c
164
#define
TX_BUFF_SIZE
PKT_BUF_SZ
macro
1099
2 * i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1103
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1144
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1148
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1175
2 * i *
TX_BUFF_SIZE
);
in dec_lance_probe()
1179
i *
TX_BUFF_SIZE
);
in dec_lance_probe()
H
A
D
a2065.c
80
#define
TX_BUFF_SIZE
PKT_BUF_SIZE
macro
100
char tx_buf[TX_RING_SIZE][
TX_BUFF_SIZE
];
H
A
D
sunlance.c
188
#define
TX_BUFF_SIZE
PKT_BUF_SZ
macro
225
u8 tx_buf [TX_RING_SIZE][
TX_BUFF_SIZE
];
/kernel/linux/linux-5.10/sound/drivers/
H
A
D
serial-u16550.c
97
#define
TX_BUFF_SIZE
(1<<15) /* Must be 2^n */
macro
98
#define TX_BUFF_MASK (
TX_BUFF_SIZE
- 1)
145
unsigned char tx_buff[
TX_BUFF_SIZE
];
575
if (uart->buff_in_count + Num <
TX_BUFF_SIZE
)
in snd_uart16550_buffer_can_write()
585
if (uart->buff_in_count <
TX_BUFF_SIZE
) {
in snd_uart16550_write_buffer()
657
if (uart->buff_in_count >
TX_BUFF_SIZE
- 2)
in snd_uart16550_output_write()
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
serial-u16550.c
96
#define
TX_BUFF_SIZE
(1<<15) /* Must be 2^n */
macro
97
#define TX_BUFF_MASK (
TX_BUFF_SIZE
- 1)
143
unsigned char tx_buff[
TX_BUFF_SIZE
];
572
if (uart->buff_in_count + Num <
TX_BUFF_SIZE
)
in snd_uart16550_buffer_can_write()
582
if (uart->buff_in_count <
TX_BUFF_SIZE
) {
in snd_uart16550_write_buffer()
654
if (uart->buff_in_count >
TX_BUFF_SIZE
- 2)
in snd_uart16550_output_write()
Completed in 14 milliseconds