Home
last modified time | relevance | path

Searched refs:phy_state (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/libsas/
Dsas_expander.c222 phy->phy_state = PHY_VACANT; in sas_set_ex_phy()
225 phy->phy_state = PHY_NOT_PRESENT; in sas_set_ex_phy()
228 phy->phy_state = PHY_EMPTY; /* do not know yet */ in sas_set_ex_phy()
238 if (phy->phy_state == PHY_VACANT) { in sas_set_ex_phy()
636 if (phy->phy_state == PHY_VACANT || in sas_ex_disable_port()
637 phy->phy_state == PHY_NOT_PRESENT) in sas_ex_disable_port()
761 if (phy->phy_state == PHY_VACANT || in sas_ex_get_linkrate()
762 phy->phy_state == PHY_NOT_PRESENT) in sas_ex_get_linkrate()
928 phy->phy_state = PHY_DEVICE_DISCOVERED; in sas_ex_join_wide_port()
1113 if (ex->ex_phy[i].phy_state == PHY_VACANT || in sas_ex_discover_dev()
[all …]
/drivers/scsi/pm8001/
Dpm8001_hwi.c108 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[0] = in read_general_status_table()
110 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[1] = in read_general_status_table()
112 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[2] = in read_general_status_table()
114 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[3] = in read_general_status_table()
116 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[4] = in read_general_status_table()
118 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[5] = in read_general_status_table()
120 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[6] = in read_general_status_table()
122 pm8001_ha->gs_tbl.pm8001_tbl.phy_state[7] = in read_general_status_table()
3382 phy->phy_state = PHY_STATE_LINK_UP_SPC; in hw_event_sas_phy_up()
3463 phy->phy_state = PHY_STATE_LINK_UP_SPC; in hw_event_sata_phy_up()
[all …]
Dpm8001_sas.h263 u8 phy_state; member
418 u32 phy_state[8]; member
Dpm8001_sas.c175 if (pm8001_ha->phy[phy_id].phy_state == 0) { in pm8001_phy_control()
183 if (pm8001_ha->phy[phy_id].phy_state == 0) { in pm8001_phy_control()
191 if (pm8001_ha->phy[phy_id].phy_state == 0) { in pm8001_phy_control()
Dpm80xx_hwi.c2892 phy->phy_state = PHY_STATE_LINK_UP_SPCV; in hw_event_port_recover()
2924 phy->phy_state = PHY_STATE_LINK_UP_SPCV; in hw_event_sas_phy_up()
3009 phy->phy_state = PHY_STATE_LINK_UP_SPCV; in hw_event_sata_phy_up()
3114 phy->phy_state = 1; in mpi_phy_start_resp()
3204 phy->phy_state = 0; in mpi_hw_event()
3370 phy->phy_state = 0; in mpi_phy_stop_resp()
Dpm8001_init.c124 phy->phy_state = 0; in pm8001_phy_init()
/drivers/net/phy/
Dphy.c65 static const char *phy_state_to_str(enum phy_state st) in phy_state_to_str()
828 enum phy_state old_state; in phy_state_machine()
/drivers/net/fddi/
Ddefxx.h709 PI_UINT32 phy_state[PI_PHY_K_MAX]; member
/drivers/net/ethernet/freescale/
Dfec_mpc52xx.c70 enum phy_state link;
/drivers/net/usb/
Dr8152.c2977 u16 phy_state = ocp_reg_read(tp, OCP_PHY_STATE) & 0xff; in rtl8153_in_nway() local
2979 if (phy_state == TXDIS_STATE || phy_state == ABD_STATE) in rtl8153_in_nway()