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_fr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H
A
D
r8169_main.c
1821
u32
tx_fr
= ec->tx_max_coalesced_frames;
in rtl_set_coalesce()
local
1830
if (rx_fr > RTL_COALESCE_FRAME_MAX ||
tx_fr
> RTL_COALESCE_FRAME_MAX)
in rtl_set_coalesce()
1850
if (
tx_fr
== 1)
in rtl_set_coalesce()
1851
tx_fr
= 0;
in rtl_set_coalesce()
1854
if ((
tx_fr
&& !ec->tx_coalesce_usecs) ||
in rtl_set_coalesce()
1858
w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(
tx_fr
, 4));
in rtl_set_coalesce()
1870
if (!rx_fr && !
tx_fr
)
in rtl_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H
A
D
r8169_main.c
1860
u32
tx_fr
= ec->tx_max_coalesced_frames;
in rtl_set_coalesce()
local
1869
if (rx_fr > RTL_COALESCE_FRAME_MAX ||
tx_fr
> RTL_COALESCE_FRAME_MAX)
in rtl_set_coalesce()
1889
if (
tx_fr
== 1)
in rtl_set_coalesce()
1890
tx_fr
= 0;
in rtl_set_coalesce()
1893
if ((
tx_fr
&& !ec->tx_coalesce_usecs) ||
in rtl_set_coalesce()
1897
w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(
tx_fr
, 4));
in rtl_set_coalesce()
1909
if (!rx_fr && !
tx_fr
)
in rtl_set_coalesce()
Completed in 16 milliseconds