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:adaptive_ifs
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
H
A
D
e100.c
430
/*2*/ u8
adaptive_ifs
;
member
584
u8
adaptive_ifs
;
member
1105
config->
adaptive_ifs
= nic->
adaptive_ifs
;
in e100_configure()
1669
u32 prev = nic->
adaptive_ifs
;
in e100_adjust_adaptive_ifs()
1674
if (nic->
adaptive_ifs
< 60)
in e100_adjust_adaptive_ifs()
1675
nic->
adaptive_ifs
+= 5;
in e100_adjust_adaptive_ifs()
1677
if (nic->
adaptive_ifs
>= 5)
in e100_adjust_adaptive_ifs()
1678
nic->
adaptive_ifs
-= 5;
in e100_adjust_adaptive_ifs()
1680
if (nic->
adaptive_ifs
!
in e100_adjust_adaptive_ifs()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/
H
A
D
e100.c
430
/*2*/ u8
adaptive_ifs
;
member
584
u8
adaptive_ifs
;
member
1105
config->
adaptive_ifs
= nic->
adaptive_ifs
;
in e100_configure()
1668
u32 prev = nic->
adaptive_ifs
;
in e100_adjust_adaptive_ifs()
1673
if (nic->
adaptive_ifs
< 60)
in e100_adjust_adaptive_ifs()
1674
nic->
adaptive_ifs
+= 5;
in e100_adjust_adaptive_ifs()
1676
if (nic->
adaptive_ifs
>= 5)
in e100_adjust_adaptive_ifs()
1677
nic->
adaptive_ifs
-= 5;
in e100_adjust_adaptive_ifs()
1679
if (nic->
adaptive_ifs
!
in e100_adjust_adaptive_ifs()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
mac.c
1731
if (!mac->
adaptive_ifs
) {
in e1000e_reset_adaptive()
1757
if (!mac->
adaptive_ifs
) {
in e1000e_update_adaptive()
H
A
D
hw.h
582
bool
adaptive_ifs
;
member
H
A
D
80003es2lan.c
144
mac->
adaptive_ifs
= false;
in e1000_init_mac_params_80003es2lan()
H
A
D
82571.c
236
mac->
adaptive_ifs
= true;
in e1000_init_mac_params_82571()
H
A
D
ich8lan.c
683
mac->
adaptive_ifs
= true;
in e1000_init_mac_params_ich8lan()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
mac.c
1731
if (!mac->
adaptive_ifs
) {
in e1000e_reset_adaptive()
1757
if (!mac->
adaptive_ifs
) {
in e1000e_update_adaptive()
H
A
D
hw.h
603
bool
adaptive_ifs
;
member
H
A
D
80003es2lan.c
144
mac->
adaptive_ifs
= false;
in e1000_init_mac_params_80003es2lan()
H
A
D
82571.c
236
mac->
adaptive_ifs
= true;
in e1000_init_mac_params_82571()
H
A
D
ich8lan.c
689
mac->
adaptive_ifs
= true;
in e1000_init_mac_params_ich8lan()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
387
bool
adaptive_ifs
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
387
bool
adaptive_ifs
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
4744
if (hw->
adaptive_ifs
) {
in e1000_reset_adaptive()
4768
if (hw->
adaptive_ifs
) {
in e1000_update_adaptive()
H
A
D
e1000_hw.h
1402
bool
adaptive_ifs
;
member
H
A
D
e1000_main.c
897
hw->
adaptive_ifs
= true;
in e1000_init_hw_struct()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
4745
if (hw->
adaptive_ifs
) {
in e1000_reset_adaptive()
4769
if (hw->
adaptive_ifs
) {
in e1000_update_adaptive()
H
A
D
e1000_hw.h
1399
bool
adaptive_ifs
;
member
H
A
D
e1000_main.c
897
hw->
adaptive_ifs
= true;
in e1000_init_hw_struct()
Completed in 76 milliseconds