OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phy_status
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_phy.c
612
uint16_t i,
phy_status
;
local
622
ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &
phy_status
);
625
ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &
phy_status
);
628
if (
phy_status
& MII_SR_AUTONEG_COMPLETE)
652
uint16_t i,
phy_status
;
local
665
ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &
phy_status
);
676
ret_val = hw->phy.ops.read_reg(hw, MII_BMSR, &
phy_status
);
679
if (
phy_status
& MII_SR_LINK_STATUS)
/src/sys/dev/pci/ixgbe/
ixgbe_82598.c
819
s32
phy_status
= IXGBE_SUCCESS;
local
871
phy_status
= hw->phy.ops.init(hw);
872
if ((
phy_status
== IXGBE_ERR_SFP_NOT_SUPPORTED) ||
873
(
phy_status
== IXGBE_ERR_SFP_NOT_PRESENT))
939
if (
phy_status
!= IXGBE_SUCCESS)
940
status =
phy_status
;
ixgbe_82599.c
1051
s32
phy_status
= IXGBE_SUCCESS;
local
1070
phy_status
= hw->phy.ops.init(hw);
1072
if (
phy_status
== IXGBE_ERR_SFP_NOT_SUPPORTED)
1077
phy_status
= hw->mac.ops.setup_sfp(hw);
1081
if (
phy_status
== IXGBE_ERR_SFP_NOT_SUPPORTED)
1220
if (
phy_status
!= IXGBE_SUCCESS)
1221
status =
phy_status
;
ixgbe_x550.c
2609
s32
phy_status
= IXGBE_SUCCESS;
local
2629
phy_status
= hw->phy.ops.init(hw);
2631
if (
phy_status
)
2635
if (
phy_status
== IXGBE_ERR_SFP_NOT_SUPPORTED ||
2636
phy_status
== IXGBE_ERR_PHY_ADDR_INVALID) {
2653
phy_status
= hw->mac.ops.setup_sfp(hw);
2657
if (
phy_status
== IXGBE_ERR_SFP_NOT_SUPPORTED)
2732
if (
phy_status
!= IXGBE_SUCCESS)
2733
status =
phy_status
;
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c
1392
u32
phy_status
= 0;
local
1416
phy_status
|= PHY_POWERGOOD(DPIO_PHY0);
1429
phy_status
|= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0);
1439
phy_status
|= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1);
1443
phy_status
|= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0);
1446
phy_status
|= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1);
1450
phy_status
|= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0);
1453
phy_status
|= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1);
1457
phy_status
|= PHY_POWERGOOD(DPIO_PHY1);
1465
phy_status
|= PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0)
[
all
...]
/src/sys/dev/pci/
mpii.c
1882
DEVNAME(sc), i, pe->
phy_status
,
1887
switch (pe->
phy_status
& MPII_EVENT_SAS_TOPO_PS_RC_MASK) {
1970
DEVNAME(sc), i, pe->
phy_status
,
1975
switch (pe->
phy_status
& MPII_EVENT_SAS_TOPO_PS_RC_MASK) {
mpiireg.h
1668
u_int8_t
phy_status
;
member in struct:mpii_evt_phy_entry
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026