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:e1000_82544
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
248
hw->mac_type =
e1000_82544
;
in e1000_set_mac_type()
322
if (hw->mac_type >
e1000_82544
)
in e1000_set_mac_type()
426
case
e1000_82544
:
in e1000_reset_hw()
456
case
e1000_82544
:
in e1000_reset_hw()
610
if (hw->mac_type >
e1000_82544
) {
in e1000_init_hw()
815
signal = (hw->mac_type >
e1000_82544
) ? E1000_CTRL_SWDPIN1 : 0;
in e1000_setup_fiber_serdes_link()
1381
if ((hw->mac_type >=
e1000_82544
) && (hw->mac_type != e1000_ce4100)) {
in e1000_copper_link_postconfig()
1856
if ((hw->mac_type ==
e1000_82544
||
in e1000_phy_force_speed_duplex()
1912
if ((hw->mac_type >=
e1000_82544
) && (hw->mac_type != e1000_ce4100))
in e1000_config_mac_to_phy()
2428
if ((hw->mac_type ==
e1000_82544
||
in e1000_check_for_link()
[all...]
H
A
D
e1000_param.c
268
.max = mac_type <
e1000_82544
? E1000_MAX_TXD : E1000_MAX_82544_TXD
in e1000_check_options()
296
.max = mac_type <
e1000_82544
? E1000_MAX_RXD :
in e1000_check_options()
H
A
D
e1000_ethtool.c
550
ring->rx_max_pending = (mac_type <
e1000_82544
) ? E1000_MAX_RXD :
in e1000_get_ringparam()
552
ring->tx_max_pending = (mac_type <
e1000_82544
) ? E1000_MAX_TXD :
in e1000_get_ringparam()
595
rxdr->count = min(rxdr->count, (u32)(mac_type <
e1000_82544
?
in e1000_set_ringparam()
599
txdr->count = min(txdr->count, (u32)(mac_type <
e1000_82544
?
in e1000_set_ringparam()
1276
case
e1000_82544
:
in e1000_set_phy_loopback()
H
A
D
e1000_main.c
566
case
e1000_82544
:
in e1000_reset()
677
if (hw->mac_type >=
e1000_82544
)
in e1000_reset()
685
if (hw->mac_type >=
e1000_82544
&&
in e1000_reset()
1045
if ((hw->mac_type >=
e1000_82544
) &&
in e1000_probe()
1130
case
e1000_82544
:
in e1000_probe()
1673
if (hw->mac_type ==
e1000_82544
&&
in e1000_configure_tx()
3145
case
e1000_82544
: {
in e1000_xmit_frame()
3232
if (likely(hw->mac_type !=
e1000_82544
))
in e1000_xmit_frame()
H
A
D
e1000_hw.h
25
e1000_82544
,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
248
hw->mac_type =
e1000_82544
;
in e1000_set_mac_type()
322
if (hw->mac_type >
e1000_82544
)
in e1000_set_mac_type()
426
case
e1000_82544
:
in e1000_reset_hw()
456
case
e1000_82544
:
in e1000_reset_hw()
610
if (hw->mac_type >
e1000_82544
) {
in e1000_init_hw()
815
signal = (hw->mac_type >
e1000_82544
) ? E1000_CTRL_SWDPIN1 : 0;
in e1000_setup_fiber_serdes_link()
1382
if ((hw->mac_type >=
e1000_82544
) && (hw->mac_type != e1000_ce4100)) {
in e1000_copper_link_postconfig()
1857
if ((hw->mac_type ==
e1000_82544
||
in e1000_phy_force_speed_duplex()
1913
if ((hw->mac_type >=
e1000_82544
) && (hw->mac_type != e1000_ce4100))
in e1000_config_mac_to_phy()
2429
if ((hw->mac_type ==
e1000_82544
||
in e1000_check_for_link()
[all...]
H
A
D
e1000_param.c
266
.max = mac_type <
e1000_82544
? E1000_MAX_TXD : E1000_MAX_82544_TXD
in e1000_check_options()
294
.max = mac_type <
e1000_82544
? E1000_MAX_RXD :
in e1000_check_options()
H
A
D
e1000_ethtool.c
552
ring->rx_max_pending = (mac_type <
e1000_82544
) ? E1000_MAX_RXD :
in e1000_get_ringparam()
554
ring->tx_max_pending = (mac_type <
e1000_82544
) ? E1000_MAX_TXD :
in e1000_get_ringparam()
599
rxdr->count = min(rxdr->count, (u32)(mac_type <
e1000_82544
?
in e1000_set_ringparam()
603
txdr->count = min(txdr->count, (u32)(mac_type <
e1000_82544
?
in e1000_set_ringparam()
1280
case
e1000_82544
:
in e1000_set_phy_loopback()
H
A
D
e1000_main.c
566
case
e1000_82544
:
in e1000_reset()
677
if (hw->mac_type >=
e1000_82544
)
in e1000_reset()
685
if (hw->mac_type >=
e1000_82544
&&
in e1000_reset()
1045
if ((hw->mac_type >=
e1000_82544
) &&
in e1000_probe()
1130
case
e1000_82544
:
in e1000_probe()
1673
if (hw->mac_type ==
e1000_82544
&&
in e1000_configure_tx()
3145
case
e1000_82544
: {
in e1000_xmit_frame()
3232
if (likely(hw->mac_type !=
e1000_82544
))
in e1000_xmit_frame()
H
A
D
e1000_hw.h
25
e1000_82544
,
enumerator
Completed in 42 milliseconds