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:INT_PHY
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.h
113
#define
INT_PHY
0
macro
120
#define LINK_CONFIG_IDX(_phy_idx) ((_phy_idx ==
INT_PHY
) ? \
H
A
D
bnx2x_link.c
1448
for (phy_index =
INT_PHY
; phy_index < params->num_phys;
in bnx2x_set_mdio_emac_per_phy()
1757
if (!(params->phy[
INT_PHY
].flags & FLAGS_TX_ERROR_CHECK)) {
in bnx2x_xmac_enable()
1788
(params->phy[
INT_PHY
].supported &
in bnx2x_xmac_enable()
3374
bnx2x_xgxs_specific_func(¶ms->phy[
INT_PHY
], params,
in bnx2x_xgxs_deassert()
3426
for (phy_index =
INT_PHY
; phy_index < params->num_phys;
in set_phy_vars()
4458
if ((params->req_line_speed[LINK_CONFIG_IDX(
INT_PHY
)] ==
in bnx2x_warpcore_config_sfi()
4835
params->phy[
INT_PHY
].media_type =
in bnx2x_link_status_update()
5820
struct bnx2x_phy *phy = ¶ms->phy[
INT_PHY
];
in bnx2x_set_gmii_tx_driver()
6058
params->phy[
INT_PHY
].type !=
in bnx2x_link_int_enable()
6068
params->phy[
INT_PHY
]
in bnx2x_link_int_enable()
[all...]
H
A
D
bnx2x_cmn.c
4808
return
INT_PHY
;
in bnx2x_get_cur_phy_idx()
H
A
D
bnx2x_main.c
11193
bp->port.supported[0] = bp->link_params.phy[
INT_PHY
].supported;
in bnx2x_link_settings_supported()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.h
113
#define
INT_PHY
0
macro
120
#define LINK_CONFIG_IDX(_phy_idx) ((_phy_idx ==
INT_PHY
) ? \
H
A
D
bnx2x_link.c
1448
for (phy_index =
INT_PHY
; phy_index < params->num_phys;
in bnx2x_set_mdio_emac_per_phy()
1757
if (!(params->phy[
INT_PHY
].flags & FLAGS_TX_ERROR_CHECK)) {
in bnx2x_xmac_enable()
1788
(params->phy[
INT_PHY
].supported &
in bnx2x_xmac_enable()
3374
bnx2x_xgxs_specific_func(¶ms->phy[
INT_PHY
], params,
in bnx2x_xgxs_deassert()
3426
for (phy_index =
INT_PHY
; phy_index < params->num_phys;
in set_phy_vars()
4458
if ((params->req_line_speed[LINK_CONFIG_IDX(
INT_PHY
)] ==
in bnx2x_warpcore_config_sfi()
4835
params->phy[
INT_PHY
].media_type =
in bnx2x_link_status_update()
5820
struct bnx2x_phy *phy = ¶ms->phy[
INT_PHY
];
in bnx2x_set_gmii_tx_driver()
6058
params->phy[
INT_PHY
].type !=
in bnx2x_link_int_enable()
6068
params->phy[
INT_PHY
]
in bnx2x_link_int_enable()
[all...]
H
A
D
bnx2x_cmn.c
4819
return
INT_PHY
;
in bnx2x_get_cur_phy_idx()
H
A
D
bnx2x_main.c
11194
bp->port.supported[0] = bp->link_params.phy[
INT_PHY
].supported;
in bnx2x_link_settings_supported()
Completed in 64 milliseconds