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:has_mii
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
eeprom.c
131
tp->mtable->
has_mii
= 1;
in tulip_build_fake_mediatable()
234
mtable->has_nonmii = mtable->
has_mii
= mtable->has_reset = 0;
in tulip_parse_eeprom()
249
mtable->
has_mii
= 1;
in tulip_parse_eeprom()
267
mtable->
has_mii
= 1;
in tulip_parse_eeprom()
H
A
D
tulip.h
379
unsigned
has_mii
:1;
member
H
A
D
media.c
542
if (tp->mtable && tp->mtable->
has_mii
&& phy_idx == 0) {
in tulip_find_mii()
H
A
D
tulip_core.c
303
if (tp->mii_cnt || (tp->mtable && tp->mtable->
has_mii
))
in tulip_up()
1660
(tp->mtable && tp->mtable->
has_mii
) ||
in tulip_init_one()
1662
if (tp->mtable && tp->mtable->
has_mii
) {
in tulip_init_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
eeprom.c
131
tp->mtable->
has_mii
= 1;
in tulip_build_fake_mediatable()
235
mtable->has_nonmii = mtable->
has_mii
= mtable->has_reset = 0;
in tulip_parse_eeprom()
250
mtable->
has_mii
= 1;
in tulip_parse_eeprom()
268
mtable->
has_mii
= 1;
in tulip_parse_eeprom()
H
A
D
tulip.h
379
unsigned
has_mii
:1;
member
H
A
D
media.c
542
if (tp->mtable && tp->mtable->
has_mii
&& phy_idx == 0) {
in tulip_find_mii()
H
A
D
tulip_core.c
303
if (tp->mii_cnt || (tp->mtable && tp->mtable->
has_mii
))
in tulip_up()
1669
(tp->mtable && tp->mtable->
has_mii
) ||
in tulip_init_one()
1671
if (tp->mtable && tp->mtable->
has_mii
) {
in tulip_init_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_phy.c
874
bool
has_mii
= false;
in ixgbe_x550em_a_has_mii()
local
885
has_mii
= true;
in ixgbe_x550em_a_has_mii()
890
has_mii
= true;
in ixgbe_x550em_a_has_mii()
894
return
has_mii
;
in ixgbe_x550em_a_has_mii()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_phy.c
996
bool
has_mii
= false;
in ixgbe_x550em_a_has_mii()
local
1007
has_mii
= true;
in ixgbe_x550em_a_has_mii()
1012
has_mii
= true;
in ixgbe_x550em_a_has_mii()
1016
return
has_mii
;
in ixgbe_x550em_a_has_mii()
Completed in 16 milliseconds