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:MIN_PKT_LEN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_main.c
377
if (inline_thold <
MIN_PKT_LEN
|| inline_thold > MAX_INLINE) {
in mlx4_en_verify_params()
379
inline_thold,
MIN_PKT_LEN
, MAX_INLINE, MAX_INLINE);
in mlx4_en_verify_params()
H
A
D
en_tx.c
686
if (likely(skb->len >=
MIN_PKT_LEN
)) {
in build_inline_wqe()
689
inl->byte_count = cpu_to_be32(1 << 31 |
MIN_PKT_LEN
);
in build_inline_wqe()
691
MIN_PKT_LEN
- skb->len);
in build_inline_wqe()
H
A
D
mlx4_en.h
198
MIN_PKT_LEN
= 17,
enumerator
H
A
D
en_ethtool.c
2017
if (val <
MIN_PKT_LEN
|| val > MAX_INLINE)
in mlx4_en_set_tunable()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_main.c
413
if (inline_thold <
MIN_PKT_LEN
|| inline_thold > MAX_INLINE) {
in mlx4_en_verify_params()
415
inline_thold,
MIN_PKT_LEN
, MAX_INLINE, MAX_INLINE);
in mlx4_en_verify_params()
H
A
D
en_tx.c
700
if (likely(skb->len >=
MIN_PKT_LEN
)) {
in build_inline_wqe()
703
inl->byte_count = cpu_to_be32(1 << 31 |
MIN_PKT_LEN
);
in build_inline_wqe()
705
MIN_PKT_LEN
- skb->len);
in build_inline_wqe()
H
A
D
mlx4_en.h
190
MIN_PKT_LEN
= 17,
enumerator
H
A
D
en_ethtool.c
2028
if (val <
MIN_PKT_LEN
|| val > MAX_INLINE)
in mlx4_en_set_tunable()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
amd8111e.h
575
#define
MIN_PKT_LEN
60
macro
H
A
D
amd8111e.c
724
min_pkt_len =
MIN_PKT_LEN
- 4;
in amd8111e_rx_poll()
727
min_pkt_len =
MIN_PKT_LEN
;
in amd8111e_rx_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
amd8111e.h
575
#define
MIN_PKT_LEN
60
macro
H
A
D
amd8111e.c
723
min_pkt_len =
MIN_PKT_LEN
- 4;
in amd8111e_rx_poll()
726
min_pkt_len =
MIN_PKT_LEN
;
in amd8111e_rx_poll()
Completed in 25 milliseconds