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_5752
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
3508
if (tg3_asic_rev(tp) !=
ASIC_REV_5752
&&
in tg3_nvram_write_block_buffered()
9095
if (tg3_asic_rev(tp) ==
ASIC_REV_5752
||
9693
tg3_asic_rev(tp) ==
ASIC_REV_5752
||
in tg3_setup_rxbd_thresholds()
10468
if (tg3_asic_rev(tp) ==
ASIC_REV_5752
)
in tg3_reset_hw()
15071
if (tg3_asic_rev(tp) ==
ASIC_REV_5752
)
in tg3_nvram_init()
16212
tg3_asic_rev(tp) ==
ASIC_REV_5752
||
in tg3_detect_asic_rev()
16753
else if (tg3_asic_rev(tp) ==
ASIC_REV_5752
)
in tg3_get_invariants()
17015
tg3_asic_rev(tp) ==
ASIC_REV_5752
||
in tg3_get_invariants()
H
A
D
tg3.h
179
#define
ASIC_REV_5752
0x06
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
3502
if (tg3_asic_rev(tp) !=
ASIC_REV_5752
&&
in tg3_nvram_write_block_buffered()
9080
if (tg3_asic_rev(tp) ==
ASIC_REV_5752
||
9678
tg3_asic_rev(tp) ==
ASIC_REV_5752
||
in tg3_setup_rxbd_thresholds()
10452
if (tg3_asic_rev(tp) ==
ASIC_REV_5752
)
in tg3_reset_hw()
15023
if (tg3_asic_rev(tp) ==
ASIC_REV_5752
)
in tg3_nvram_init()
16136
tg3_asic_rev(tp) ==
ASIC_REV_5752
||
in tg3_detect_asic_rev()
16677
else if (tg3_asic_rev(tp) ==
ASIC_REV_5752
)
in tg3_get_invariants()
16939
tg3_asic_rev(tp) ==
ASIC_REV_5752
||
in tg3_get_invariants()
H
A
D
tg3.h
179
#define
ASIC_REV_5752
0x06
macro
Completed in 59 milliseconds