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:ENETC_SI_F_QBU
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
54
if (hw->port && !!(priv->si->hw_features &
ENETC_SI_F_QBU
))
in enetc_get_reglen()
103
if (priv->si->hw_features &
ENETC_SI_F_QBU
) {
in enetc_get_regs()
339
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_get_pause_stats()
426
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_get_eth_mac_stats()
447
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_get_eth_ctrl_stats()
471
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_get_rmon_stats()
944
if (!(si->hw_features &
ENETC_SI_F_QBU
))
in enetc_get_mm_stats()
962
if (!(si->hw_features &
ENETC_SI_F_QBU
))
in enetc_get_mm()
1092
if (!(si->hw_features &
ENETC_SI_F_QBU
))
in enetc_set_mm()
H
A
D
enetc.h
235
#define
ENETC_SI_F_QBU
BIT(2)
macro
H
A
D
enetc_pf.c
1076
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_pl_mac_link_up()
1090
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_pl_mac_link_down()
H
A
D
enetc.c
23
if (si->hw_features &
ENETC_SI_F_QBU
)
in enetc_port_mac_wr()
1749
si->hw_features |=
ENETC_SI_F_QBU
;
in enetc_get_si_caps()
Completed in 9 milliseconds