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:EXT_PHY1
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.c
3431
if (phy_index ==
EXT_PHY1
)
in set_phy_vars()
3434
actual_phy_idx =
EXT_PHY1
;
in set_phy_vars()
4838
params->phy[
EXT_PHY1
].media_type =
in bnx2x_link_status_update()
6215
spirom_ver = REG_RD(bp, params->phy[
EXT_PHY1
].ver_addr);
in bnx2x_get_ext_phy_fw_version()
6217
if (params->phy[
EXT_PHY1
].format_fw_ver) {
in bnx2x_get_ext_phy_fw_version()
6218
status |= params->phy[
EXT_PHY1
].format_fw_ver(spirom_ver,
in bnx2x_get_ext_phy_fw_version()
6310
for (phy_idx =
EXT_PHY1
; phy_idx < MAX_PHYS; phy_idx++) {
in bnx2x_set_led()
6325
if (params->phy[
EXT_PHY1
].type ==
in bnx2x_set_led()
6344
if (((params->phy[
EXT_PHY1
].type ==
in bnx2x_set_led()
6346
(params->phy[
EXT_PHY1
]
in bnx2x_set_led()
[all...]
H
A
D
bnx2x_link.h
114
#define
EXT_PHY1
1
macro
H
A
D
bnx2x_cmn.c
4811
sel_phy_idx =
EXT_PHY1
;
in bnx2x_get_cur_phy_idx()
4822
sel_phy_idx =
EXT_PHY1
;
in bnx2x_get_cur_phy_idx()
4844
if (sel_phy_idx ==
EXT_PHY1
)
in bnx2x_get_link_cfg_idx()
4847
sel_phy_idx =
EXT_PHY1
;
in bnx2x_get_link_cfg_idx()
H
A
D
bnx2x_ethtool.c
487
if (bp->link_params.phy[
EXT_PHY1
].type ==
in bnx2x_set_link_ksettings()
1866
&bp->link_params.phy[
EXT_PHY1
]);
in bnx2x_set_eeprom()
H
A
D
bnx2x_main.c
11197
bp->port.supported[0] = bp->link_params.phy[
EXT_PHY1
].supported;
in bnx2x_link_settings_supported()
11204
bp->link_params.phy[
EXT_PHY1
].supported;
in bnx2x_link_settings_supported()
11209
bp->link_params.phy[
EXT_PHY1
].supported;
in bnx2x_link_settings_supported()
11309
if (bp->link_params.phy[
EXT_PHY1
].type ==
in bnx2x_link_settings_requested()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.c
3431
if (phy_index ==
EXT_PHY1
)
in set_phy_vars()
3434
actual_phy_idx =
EXT_PHY1
;
in set_phy_vars()
4838
params->phy[
EXT_PHY1
].media_type =
in bnx2x_link_status_update()
6217
spirom_ver = REG_RD(bp, params->phy[
EXT_PHY1
].ver_addr);
in bnx2x_get_ext_phy_fw_version()
6219
if (params->phy[
EXT_PHY1
].format_fw_ver) {
in bnx2x_get_ext_phy_fw_version()
6220
status |= params->phy[
EXT_PHY1
].format_fw_ver(spirom_ver,
in bnx2x_get_ext_phy_fw_version()
6312
for (phy_idx =
EXT_PHY1
; phy_idx < MAX_PHYS; phy_idx++) {
in bnx2x_set_led()
6327
if (params->phy[
EXT_PHY1
].type ==
in bnx2x_set_led()
6346
if (((params->phy[
EXT_PHY1
].type ==
in bnx2x_set_led()
6348
(params->phy[
EXT_PHY1
]
in bnx2x_set_led()
[all...]
H
A
D
bnx2x_link.h
114
#define
EXT_PHY1
1
macro
H
A
D
bnx2x_cmn.c
4822
sel_phy_idx =
EXT_PHY1
;
in bnx2x_get_cur_phy_idx()
4833
sel_phy_idx =
EXT_PHY1
;
in bnx2x_get_cur_phy_idx()
4855
if (sel_phy_idx ==
EXT_PHY1
)
in bnx2x_get_link_cfg_idx()
4858
sel_phy_idx =
EXT_PHY1
;
in bnx2x_get_link_cfg_idx()
H
A
D
bnx2x_ethtool.c
487
if (bp->link_params.phy[
EXT_PHY1
].type ==
in bnx2x_set_link_ksettings()
1866
&bp->link_params.phy[
EXT_PHY1
]);
in bnx2x_set_eeprom()
H
A
D
bnx2x_main.c
11198
bp->port.supported[0] = bp->link_params.phy[
EXT_PHY1
].supported;
in bnx2x_link_settings_supported()
11205
bp->link_params.phy[
EXT_PHY1
].supported;
in bnx2x_link_settings_supported()
11210
bp->link_params.phy[
EXT_PHY1
].supported;
in bnx2x_link_settings_supported()
11310
if (bp->link_params.phy[
EXT_PHY1
].type ==
in bnx2x_link_settings_requested()
Completed in 72 milliseconds