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:CHIP_NUM
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
853
#define
CHIP_NUM
(bp) (bp->common.chip_id >> 16)
macro
877
#define CHIP_IS_E1(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57710)
878
#define CHIP_IS_57711(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57711)
879
#define CHIP_IS_57711E(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57711E)
880
#define CHIP_IS_57712(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57712)
881
#define CHIP_IS_57712_VF(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57712_VF)
882
#define CHIP_IS_57712_MF(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57712_MF)
883
#define CHIP_IS_57800(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57800)
884
#define CHIP_IS_57800_MF(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57800_MF)
885
#define CHIP_IS_57800_VF(bp) (
CHIP_NUM
(b
[all...]
H
A
D
bnx2x_link.c
1655
if (((
CHIP_NUM
(bp) == CHIP_NUM_57840_4_10) ||
in bnx2x_xmac_init()
1656
(
CHIP_NUM
(bp) == CHIP_NUM_57840_2_20) ||
in bnx2x_xmac_init()
1657
(
CHIP_NUM
(bp) == CHIP_NUM_57840_OBSOLETE)) &&
in bnx2x_xmac_init()
H
A
D
bnx2x_main.c
12451
CHIP_NUM
(bp), CHIP_REV(bp));
in bnx2x_init_bp()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
853
#define
CHIP_NUM
(bp) (bp->common.chip_id >> 16)
macro
877
#define CHIP_IS_E1(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57710)
878
#define CHIP_IS_57711(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57711)
879
#define CHIP_IS_57711E(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57711E)
880
#define CHIP_IS_57712(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57712)
881
#define CHIP_IS_57712_VF(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57712_VF)
882
#define CHIP_IS_57712_MF(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57712_MF)
883
#define CHIP_IS_57800(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57800)
884
#define CHIP_IS_57800_MF(bp) (
CHIP_NUM
(bp) == CHIP_NUM_57800_MF)
885
#define CHIP_IS_57800_VF(bp) (
CHIP_NUM
(b
[all...]
H
A
D
bnx2x_link.c
1655
if (((
CHIP_NUM
(bp) == CHIP_NUM_57840_4_10) ||
in bnx2x_xmac_init()
1656
(
CHIP_NUM
(bp) == CHIP_NUM_57840_2_20) ||
in bnx2x_xmac_init()
1657
(
CHIP_NUM
(bp) == CHIP_NUM_57840_OBSOLETE)) &&
in bnx2x_xmac_init()
H
A
D
bnx2x_main.c
12406
CHIP_NUM
(bp), CHIP_REV(bp));
in bnx2x_init_bp()
Completed in 84 milliseconds