Lines Matching refs:phy_id
2863 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover() local
2868 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_port_recover()
2873 pm80xx_chip_phy_ctl_req(pm8001_ha, phy_id, in hw_event_port_recover()
2877 port->wide_port_phymap |= (1U << phy_id); in hw_event_port_recover()
2901 u8 phy_id = in hw_event_sas_phy_up() local
2907 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sas_phy_up()
2911 port->wide_port_phymap |= (1U << phy_id); in hw_event_sas_phy_up()
2916 port_id, phy_id, link_rate, portstate, deviceType)); in hw_event_sas_phy_up()
2925 pm80xx_chip_phy_ctl_req(pm8001_ha, phy_id, in hw_event_sas_phy_up()
2964 pm8001_bytes_dmaed(pm8001_ha, phy_id); in hw_event_sas_phy_up()
2983 u8 phy_id = in hw_event_sata_phy_up() local
2990 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sata_phy_up()
2994 port_id, phy_id, link_rate, portstate)); in hw_event_sata_phy_up()
3012 pm8001_bytes_dmaed(pm8001_ha, phy_id); in hw_event_sata_phy_up()
3030 u8 phy_id = in hw_event_phy_down() local
3035 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_phy_down()
3052 port_id, phy_id, 0, 0); in hw_event_phy_down()
3074 port_id, phy_id, 0, 0); in hw_event_phy_down()
3094 u32 phy_id = in mpi_phy_start_resp() local
3096 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_phy_start_resp()
3100 status, phy_id)); in mpi_phy_start_resp()
3154 u8 phy_id = in mpi_hw_event() local
3161 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_hw_event()
3163 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id]; in mpi_hw_event()
3166 port_id, phy_id, eventType, status)); in mpi_hw_event()
3208 port_id, phy_id, 1, 0); in mpi_hw_event()
3233 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0); in mpi_hw_event()
3240 port_id, phy_id, 0, 0); in mpi_hw_event()
3247 port_id, phy_id, 0, 0); in mpi_hw_event()
3254 port_id, phy_id, 0, 0); in mpi_hw_event()
3273 port_id, phy_id, 0, 0); in mpi_hw_event()
3292 port_id, phy_id, 0, 0); in mpi_hw_event()
3309 port_id, phy_id, 0, 0); in mpi_hw_event()
4350 pm80xx_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id) in pm80xx_chip_phy_start_req() argument
4362 pm8001_printk("PHY START REQ for phy_id %d\n", phy_id)); in pm80xx_chip_phy_start_req()
4373 LINKRATE_30 | LINKRATE_60 | phy_id); in pm80xx_chip_phy_start_req()
4378 phy_id); in pm80xx_chip_phy_start_req()
4393 payload.sas_identify.phy_id = phy_id; in pm80xx_chip_phy_start_req()
4405 u8 phy_id) in pm80xx_chip_phy_stop_req() argument
4415 payload.phy_id = cpu_to_le32(phy_id); in pm80xx_chip_phy_stop_req()
4430 u32 linkrate, phy_id; in pm80xx_chip_reg_dev_req() local
4460 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm80xx_chip_reg_dev_req()
4462 phy_id = pm8001_dev->attached_phy; in pm80xx_chip_reg_dev_req()
4471 ((phy_id & 0xFF) << 8)); in pm80xx_chip_reg_dev_req()