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:is_mdix
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc_hw.h
158
bool
is_mdix
;
member
H
A
D
igc_ethtool.c
1758
cmd->base.eth_tp_mdix = hw->phy.
is_mdix
? ETH_TP_MDI_X :
in igc_ethtool_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc_hw.h
146
bool
is_mdix
;
member
H
A
D
igc_ethtool.c
1836
cmd->base.eth_tp_mdix = hw->phy.
is_mdix
? ETH_TP_MDI_X :
in igc_ethtool_get_link_ksettings()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
phy.c
1916
phy->
is_mdix
= !!(phy_data & M88E1000_PSSR_MDIX);
in e1000e_get_phy_info_m88()
1977
phy->
is_mdix
= !!(data & IGP01E1000_PSSR_MDIX);
in e1000e_get_phy_info_igp()
2045
phy->
is_mdix
= !!(data & IFE_PMC_MDIX_STATUS);
in e1000_get_phy_info_ife()
3171
phy->
is_mdix
= !!(data & I82577_PHY_STATUS2_MDIX);
in e1000_get_phy_info_82577()
H
A
D
hw.h
622
bool
is_mdix
;
member
H
A
D
ethtool.c
182
cmd->base.eth_tp_mdix = hw->phy.
is_mdix
?
in e1000_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
phy.c
1925
phy->
is_mdix
= !!(phy_data & M88E1000_PSSR_MDIX);
in e1000e_get_phy_info_m88()
1986
phy->
is_mdix
= !!(data & IGP01E1000_PSSR_MDIX);
in e1000e_get_phy_info_igp()
2054
phy->
is_mdix
= !!(data & IFE_PMC_MDIX_STATUS);
in e1000_get_phy_info_ife()
3194
phy->
is_mdix
= !!(data & I82577_PHY_STATUS2_MDIX);
in e1000_get_phy_info_82577()
H
A
D
hw.h
643
bool
is_mdix
;
member
H
A
D
ethtool.c
184
cmd->base.eth_tp_mdix = hw->phy.
is_mdix
?
in e1000_get_link_ksettings()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
431
bool
is_mdix
;
member
H
A
D
e1000_phy.c
1947
phy->
is_mdix
= (phy_data & M88E1000_PSSR_MDIX) ? true : false;
in igb_get_phy_info_m88()
2012
phy->
is_mdix
= (data & IGP01E1000_PSSR_MDIX) ? true : false;
in igb_get_phy_info_igp()
2534
phy->
is_mdix
= (data & I82580_PHY_STATUS2_MDIX) ? true : false;
in igb_get_phy_info_82580()
H
A
D
igb_ethtool.c
242
cmd->base.eth_tp_mdix = hw->phy.
is_mdix
? ETH_TP_MDI_X :
in igb_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
431
bool
is_mdix
;
member
H
A
D
e1000_phy.c
1948
phy->
is_mdix
= (phy_data & M88E1000_PSSR_MDIX) ? true : false;
in igb_get_phy_info_m88()
2013
phy->
is_mdix
= (data & IGP01E1000_PSSR_MDIX) ? true : false;
in igb_get_phy_info_igp()
2535
phy->
is_mdix
= (data & I82580_PHY_STATUS2_MDIX) ? true : false;
in igb_get_phy_info_82580()
H
A
D
igb_ethtool.c
242
cmd->base.eth_tp_mdix = hw->phy.
is_mdix
? ETH_TP_MDI_X :
in igb_get_link_ksettings()
Completed in 37 milliseconds