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:jumbo_thresh
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_main.c
934
u32
jumbo_thresh
= 0;
in atl1e_configure_tx()
local
941
jumbo_thresh
= hw->max_frame_size + extra_size;
in atl1e_configure_tx()
943
jumbo_thresh
=
in atl1e_configure_tx()
946
jumbo_thresh
= (hw->max_frame_size + extra_size) / 2;
in atl1e_configure_tx()
948
AT_WRITE_REG(hw, REG_TX_EARLY_TH, (
jumbo_thresh
+ 7) >> 3);
in atl1e_configure_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_main.c
934
u32
jumbo_thresh
= 0;
in atl1e_configure_tx()
local
941
jumbo_thresh
= hw->max_frame_size + extra_size;
in atl1e_configure_tx()
943
jumbo_thresh
=
in atl1e_configure_tx()
946
jumbo_thresh
= (hw->max_frame_size + extra_size) / 2;
in atl1e_configure_tx()
948
AT_WRITE_REG(hw, REG_TX_EARLY_TH, (
jumbo_thresh
+ 7) >> 3);
in atl1e_configure_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
5386
req->
jumbo_thresh
= cpu_to_le16(bp->rx_buf_use_size);
in bnxt_hwrm_vnic_set_hds()
5392
req->
jumbo_thresh
= cpu_to_le16(bp->rx_copy_thresh);
in bnxt_hwrm_vnic_set_hds()
H
A
D
bnxt_hsi.h
6417
__le16
jumbo_thresh
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_hsi.h
5436
__le16
jumbo_thresh
;
member
H
A
D
bnxt.c
5273
req.
jumbo_thresh
= cpu_to_le16(bp->rx_copy_thresh);
in bnxt_hwrm_vnic_set_hds()
Completed in 108 milliseconds