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_82543
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_osdep.h
29
(readl(hw->hw_addr + ((hw->mac_type >=
e1000_82543
) \
33
(writel((value), (hw->hw_addr + ((hw->mac_type >=
e1000_82543
) \
38
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
43
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
51
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
56
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
61
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
66
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
H
A
D
e1000_hw.c
242
hw->mac_type =
e1000_82543
;
in e1000_set_mac_type()
319
if (hw->mac_type ==
e1000_82543
)
in e1000_set_mac_type()
336
if (hw->mac_type !=
e1000_82543
) {
in e1000_set_media_type()
455
case
e1000_82543
:
in e1000_reset_hw()
587
if (hw->dma_fairness && hw->mac_type <=
e1000_82543
) {
in e1000_init_hw()
722
if ((hw->mac_type <
e1000_82543
) && (hw->report_tx_early == 1))
in e1000_setup_link()
736
if (hw->mac_type ==
e1000_82543
) {
in e1000_setup_link()
1012
if (hw->mac_type >
e1000_82543
) {
in e1000_copper_link_preconfig()
1047
if (hw->mac_type <=
e1000_82543
||
in e1000_copper_link_preconfig()
1857
hw->mac_type ==
e1000_82543
)
in e1000_phy_force_speed_duplex()
[all...]
H
A
D
e1000_main.c
565
case
e1000_82543
:
in e1000_reset()
1037
if (hw->mac_type >=
e1000_82543
) {
in e1000_probe()
1128
case
e1000_82543
:
in e1000_probe()
1613
adapter->tx_ring[0].tdh = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_tx()
1615
adapter->tx_ring[0].tdt = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_tx()
1665
if (hw->mac_type <
e1000_82543
)
in e1000_configure_tx()
1895
adapter->rx_ring[0].rdh = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_rx()
1897
adapter->rx_ring[0].rdt = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_rx()
1903
if (hw->mac_type >=
e1000_82543
) {
in e1000_configure_rx()
3674
if (hw->mac_type >=
e1000_82543
) {
in e1000_update_stats()
[all...]
H
A
D
e1000_ethtool.c
698
(hw->mac_type >=
e1000_82543
) \
707
(hw->mac_type >=
e1000_82543
) \
761
if (hw->mac_type >=
e1000_82543
) {
in e1000_reg_test()
1263
case
e1000_82543
:
in e1000_set_phy_loopback()
H
A
D
e1000_hw.h
24
e1000_82543
,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_osdep.h
29
(readl(hw->hw_addr + ((hw->mac_type >=
e1000_82543
) \
33
(writel((value), (hw->hw_addr + ((hw->mac_type >=
e1000_82543
) \
38
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
43
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
51
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
56
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
61
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
66
(((a)->mac_type >=
e1000_82543
) ? E1000_##reg : E1000_82542_##reg) + \
H
A
D
e1000_hw.c
242
hw->mac_type =
e1000_82543
;
in e1000_set_mac_type()
319
if (hw->mac_type ==
e1000_82543
)
in e1000_set_mac_type()
336
if (hw->mac_type !=
e1000_82543
) {
in e1000_set_media_type()
455
case
e1000_82543
:
in e1000_reset_hw()
587
if (hw->dma_fairness && hw->mac_type <=
e1000_82543
) {
in e1000_init_hw()
722
if ((hw->mac_type <
e1000_82543
) && (hw->report_tx_early == 1))
in e1000_setup_link()
736
if (hw->mac_type ==
e1000_82543
) {
in e1000_setup_link()
1012
if (hw->mac_type >
e1000_82543
) {
in e1000_copper_link_preconfig()
1047
if (hw->mac_type <=
e1000_82543
||
in e1000_copper_link_preconfig()
1858
hw->mac_type ==
e1000_82543
)
in e1000_phy_force_speed_duplex()
[all...]
H
A
D
e1000_main.c
565
case
e1000_82543
:
in e1000_reset()
1037
if (hw->mac_type >=
e1000_82543
) {
in e1000_probe()
1128
case
e1000_82543
:
in e1000_probe()
1613
adapter->tx_ring[0].tdh = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_tx()
1615
adapter->tx_ring[0].tdt = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_tx()
1665
if (hw->mac_type <
e1000_82543
)
in e1000_configure_tx()
1895
adapter->rx_ring[0].rdh = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_rx()
1897
adapter->rx_ring[0].rdt = ((hw->mac_type >=
e1000_82543
) ?
in e1000_configure_rx()
1903
if (hw->mac_type >=
e1000_82543
) {
in e1000_configure_rx()
3674
if (hw->mac_type >=
e1000_82543
) {
in e1000_update_stats()
[all...]
H
A
D
e1000_ethtool.c
702
(hw->mac_type >=
e1000_82543
) \
711
(hw->mac_type >=
e1000_82543
) \
765
if (hw->mac_type >=
e1000_82543
) {
in e1000_reg_test()
1267
case
e1000_82543
:
in e1000_set_phy_loopback()
H
A
D
e1000_hw.h
24
e1000_82543
,
enumerator
Completed in 37 milliseconds