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_IS_E3
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.c
2145
if (
CHIP_IS_E3
(bp))
in bnx2x_update_pfc_nig()
2166
if (
CHIP_IS_E3
(bp))
in bnx2x_update_pfc_nig()
2241
if (
CHIP_IS_E3
(bp)) {
in bnx2x_update_pfc()
3545
} else if (
CHIP_IS_E3
(bp) &&
in bnx2x_ext_phy_update_adv_fc()
4336
if (
CHIP_IS_E3
(bp)) {
in bnx2x_get_mod_abs_int_cfg()
6049
if (
CHIP_IS_E3
(bp)) {
in bnx2x_link_int_enable()
6252
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_set_xgxs_loopback()
6276
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_set_xgxs_loopback()
6370
if ((!
CHIP_IS_E3
(bp)) ||
in bnx2x_set_led()
6371
(
CHIP_IS_E3
(b
in bnx2x_set_led()
[all...]
H
A
D
bnx2x.h
383
#define BRB_SIZE(bp) (
CHIP_IS_E3
(bp) ? 1024 : 512)
907
#define
CHIP_IS_E3
(bp) (CHIP_IS_57800(bp) || \
macro
918
#define USES_WARPCORE(bp) (
CHIP_IS_E3
(bp))
946
#define CHIP_IS_E3B0(bp) (
CHIP_IS_E3
(bp) && \
948
#define CHIP_IS_E3A0(bp) (
CHIP_IS_E3
(bp) && \
H
A
D
bnx2x_ethtool.c
749
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_addr_ar()
759
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_reg_num()
769
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_write_ar()
779
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_write_num()
789
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_read_ar()
799
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_read_num()
938
if (CHIP_IS_E2(bp) ||
CHIP_IS_E3
(bp)) {
in __bnx2x_get_preset_regs()
2518
if (
CHIP_IS_E3
(bp)) {
in bnx2x_run_loopback()
H
A
D
bnx2x_stats.c
442
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_port_stats_init()
843
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_hw_stats_update()
859
if (
CHIP_IS_E3
(bp)) {
in bnx2x_hw_stats_update()
1635
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_stats_init()
H
A
D
bnx2x_init_ops.h
550
if (
CHIP_IS_E3
(bp))
in bnx2x_init_pxp_arb()
H
A
D
bnx2x_cmn.h
959
if (CHIP_IS_E2(bp) ||
CHIP_IS_E3
(bp))
in bnx2x_func_start()
H
A
D
bnx2x_main.c
6905
if (
CHIP_IS_E3
(bp)) {
in bnx2x_reset_common()
7070
if (
CHIP_IS_E3
(bp)) {
in bnx2x_init_hw_common()
7434
if (!
CHIP_IS_E3
(bp))
in bnx2x_init_hw_common()
7691
if (
CHIP_IS_E3
(bp))
in bnx2x_init_hw_port()
7696
if (!
CHIP_IS_E3
(bp))
in bnx2x_init_hw_port()
9757
else /*
CHIP_IS_E3
*/
in bnx2x_process_kill_chip_reset()
9840
if (
CHIP_IS_E3
(bp))
in bnx2x_process_kill()
9847
(!
CHIP_IS_E3
(bp) || (tags_63_32 == 0xffffffff)))
in bnx2x_process_kill()
10437
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_prev_unload_close_mac()
11226
if (
CHIP_IS_E3
(b
in bnx2x_link_settings_supported()
[all...]
H
A
D
bnx2x_cmn.c
4520
if (
CHIP_IS_E3
(bp)) {
in bnx2x_alloc_fp_mem_at()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.c
2145
if (
CHIP_IS_E3
(bp))
in bnx2x_update_pfc_nig()
2166
if (
CHIP_IS_E3
(bp))
in bnx2x_update_pfc_nig()
2241
if (
CHIP_IS_E3
(bp)) {
in bnx2x_update_pfc()
3545
} else if (
CHIP_IS_E3
(bp) &&
in bnx2x_ext_phy_update_adv_fc()
4336
if (
CHIP_IS_E3
(bp)) {
in bnx2x_get_mod_abs_int_cfg()
6049
if (
CHIP_IS_E3
(bp)) {
in bnx2x_link_int_enable()
6254
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_set_xgxs_loopback()
6278
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_set_xgxs_loopback()
6372
if ((!
CHIP_IS_E3
(bp)) ||
in bnx2x_set_led()
6373
(
CHIP_IS_E3
(b
in bnx2x_set_led()
[all...]
H
A
D
bnx2x.h
383
#define BRB_SIZE(bp) (
CHIP_IS_E3
(bp) ? 1024 : 512)
907
#define
CHIP_IS_E3
(bp) (CHIP_IS_57800(bp) || \
macro
918
#define USES_WARPCORE(bp) (
CHIP_IS_E3
(bp))
946
#define CHIP_IS_E3B0(bp) (
CHIP_IS_E3
(bp) && \
948
#define CHIP_IS_E3A0(bp) (
CHIP_IS_E3
(bp) && \
H
A
D
bnx2x_ethtool.c
749
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_addr_ar()
759
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_reg_num()
769
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_write_ar()
779
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_write_num()
789
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_read_ar()
799
else if (
CHIP_IS_E3
(bp))
in __bnx2x_get_page_read_num()
938
if (CHIP_IS_E2(bp) ||
CHIP_IS_E3
(bp)) {
in __bnx2x_get_preset_regs()
2526
if (
CHIP_IS_E3
(bp)) {
in bnx2x_run_loopback()
H
A
D
bnx2x_stats.c
442
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_port_stats_init()
843
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_hw_stats_update()
860
if (
CHIP_IS_E3
(bp)) {
in bnx2x_hw_stats_update()
1636
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_stats_init()
H
A
D
bnx2x_init_ops.h
550
if (
CHIP_IS_E3
(bp))
in bnx2x_init_pxp_arb()
H
A
D
bnx2x_cmn.h
959
if (CHIP_IS_E2(bp) ||
CHIP_IS_E3
(bp))
in bnx2x_func_start()
H
A
D
bnx2x_main.c
6903
if (
CHIP_IS_E3
(bp)) {
in bnx2x_reset_common()
7068
if (
CHIP_IS_E3
(bp)) {
in bnx2x_init_hw_common()
7432
if (!
CHIP_IS_E3
(bp))
in bnx2x_init_hw_common()
7689
if (
CHIP_IS_E3
(bp))
in bnx2x_init_hw_port()
7694
if (!
CHIP_IS_E3
(bp))
in bnx2x_init_hw_port()
9758
else /*
CHIP_IS_E3
*/
in bnx2x_process_kill_chip_reset()
9841
if (
CHIP_IS_E3
(bp))
in bnx2x_process_kill()
9848
(!
CHIP_IS_E3
(bp) || (tags_63_32 == 0xffffffff)))
in bnx2x_process_kill()
10438
if (!
CHIP_IS_E3
(bp)) {
in bnx2x_prev_unload_close_mac()
11227
if (
CHIP_IS_E3
(b
in bnx2x_link_settings_supported()
[all...]
H
A
D
bnx2x_cmn.c
4531
if (
CHIP_IS_E3
(bp)) {
in bnx2x_alloc_fp_mem_at()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic.h
368
#define BNX2X_CHIP_IS_E2_PLUS(bp) (CHIP_IS_E2(bp) ||
CHIP_IS_E3
(bp))
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic.h
368
#define BNX2X_CHIP_IS_E2_PLUS(bp) (CHIP_IS_E2(bp) ||
CHIP_IS_E3
(bp))
Completed in 87 milliseconds