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:ASIC_REV_57766
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
3716
if (tg3_flag(tp, 5705_PLUS) && tg3_asic_rev(tp) !=
ASIC_REV_57766
)
in tg3_load_firmware_cpu()
3721
if (tg3_asic_rev(tp) !=
ASIC_REV_57766
) {
in tg3_load_firmware_cpu()
4386
case
ASIC_REV_57766
:
in tg3_phy_autoneg_cfg()
10315
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_reset_hw()
10595
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_reset_hw()
11751
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_open()
14320
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
||
in tg3_change_mtu()
15618
tg3_asic_rev(tp) ==
ASIC_REV_57766
||
in tg3_phy_probe()
15780
} else if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_read_vpd()
16190
tg3_asic_rev(tp) ==
ASIC_REV_57766
)
in tg3_detect_asic_rev()
[all...]
H
A
D
tg3.h
194
#define
ASIC_REV_57766
0x57766
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
3710
if (tg3_flag(tp, 5705_PLUS) && tg3_asic_rev(tp) !=
ASIC_REV_57766
)
in tg3_load_firmware_cpu()
3715
if (tg3_asic_rev(tp) !=
ASIC_REV_57766
) {
in tg3_load_firmware_cpu()
4381
case
ASIC_REV_57766
:
in tg3_phy_autoneg_cfg()
10299
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_reset_hw()
10579
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_reset_hw()
11731
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_open()
14272
if (tg3_asic_rev(tp) ==
ASIC_REV_57766
||
in tg3_change_mtu()
15570
tg3_asic_rev(tp) ==
ASIC_REV_57766
||
in tg3_phy_probe()
15704
} else if (tg3_asic_rev(tp) ==
ASIC_REV_57766
) {
in tg3_read_vpd()
16114
tg3_asic_rev(tp) ==
ASIC_REV_57766
)
in tg3_detect_asic_rev()
[all...]
H
A
D
tg3.h
194
#define
ASIC_REV_57766
0x57766
macro
Completed in 53 milliseconds