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:MAX_MRU
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H
A
D
ixp4xx_eth.c
59
#define
MAX_MRU
1536 /* 0x600 */
macro
60
#define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) +
MAX_MRU
, 4)
728
desc->buf_len =
MAX_MRU
;
in eth_poll()
762
desc->buf_len =
MAX_MRU
;
in eth_poll()
836
if (unlikely(skb->len >
MAX_MRU
)) {
in eth_xmit()
1116
desc->buf_len =
MAX_MRU
;
in init_queues()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H
A
D
ixp4xx_eth.c
66
#define
MAX_MRU
1536 /* 0x600 */
macro
67
#define RX_BUFF_SIZE ALIGN((NET_IP_ALIGN) +
MAX_MRU
, 4)
749
desc->buf_len =
MAX_MRU
;
in eth_poll()
783
desc->buf_len =
MAX_MRU
;
in eth_poll()
857
if (unlikely(skb->len >
MAX_MRU
)) {
in eth_xmit()
1138
desc->buf_len =
MAX_MRU
;
in init_queues()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_gsm.c
74
#define
MAX_MRU
1500
macro
2364
gsm->buf = kmalloc(
MAX_MRU
+ 1, GFP_KERNEL);
in gsm_alloc_mux()
2448
if (c->mru >
MAX_MRU
|| c->mtu > MAX_MTU || c->mru < 8 || c->mtu < 8)
in gsm_config()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_gsm.c
98
#define
MAX_MRU
1500
macro
3219
gsm->buf = kmalloc(
MAX_MRU
+ 1, GFP_KERNEL);
in gsm_alloc_mux()
3312
if (c->mru >
MAX_MRU
|| c->mtu > MAX_MTU)
in gsm_config()
Completed in 14 milliseconds