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:rx_jumbo_thresh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
3196
} else if (len > bp->
rx_jumbo_thresh
) {
in bnx2_rx_int()
3197
hdr_len = bp->
rx_jumbo_thresh
;
in bnx2_rx_int()
5420
bp->
rx_jumbo_thresh
= rx_size - BNX2_RX_OFFSET;
in bnx2_set_rx_ring_size()
5835
pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->
rx_jumbo_thresh
- 4);
in bnx2_run_loopback()
H
A
D
bnx2.h
6818
u32
rx_jumbo_thresh
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
3194
} else if (len > bp->
rx_jumbo_thresh
) {
in bnx2_rx_int()
3195
hdr_len = bp->
rx_jumbo_thresh
;
in bnx2_rx_int()
5404
bp->
rx_jumbo_thresh
= rx_size - BNX2_RX_OFFSET;
in bnx2_set_rx_ring_size()
5819
pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->
rx_jumbo_thresh
- 4);
in bnx2_run_loopback()
H
A
D
bnx2.h
6817
u32
rx_jumbo_thresh
;
member
Completed in 70 milliseconds