Lines Matching refs:phy_id

2849 	u8 phy_id =  in hw_event_sas_phy_up()  local
2855 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sas_phy_up()
2863 port_id, phy_id, link_rate, portstate, deviceType)); in hw_event_sas_phy_up()
2872 pm80xx_chip_phy_ctl_req(pm8001_ha, phy_id, in hw_event_sas_phy_up()
2911 pm8001_bytes_dmaed(pm8001_ha, phy_id); in hw_event_sas_phy_up()
2930 u8 phy_id = in hw_event_sata_phy_up() local
2937 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sata_phy_up()
2941 port_id, phy_id, link_rate, portstate)); in hw_event_sata_phy_up()
2959 pm8001_bytes_dmaed(pm8001_ha, phy_id); in hw_event_sata_phy_up()
2977 u8 phy_id = in hw_event_phy_down() local
2982 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_phy_down()
2998 port_id, phy_id, 0, 0); in hw_event_phy_down()
3016 port_id, phy_id, 0, 0); in hw_event_phy_down()
3034 u32 phy_id = in mpi_phy_start_resp() local
3036 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_phy_start_resp()
3040 status, phy_id)); in mpi_phy_start_resp()
3094 u8 phy_id = in mpi_hw_event() local
3102 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_hw_event()
3103 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id]; in mpi_hw_event()
3106 port_id, phy_id, eventType, status)); in mpi_hw_event()
3146 port_id, phy_id, 1, 0); in mpi_hw_event()
3171 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0); in mpi_hw_event()
3181 port_id, phy_id, 0, 0); in mpi_hw_event()
3191 port_id, phy_id, 0, 0); in mpi_hw_event()
3201 port_id, phy_id, 0, 0); in mpi_hw_event()
3223 port_id, phy_id, 0, 0); in mpi_hw_event()
3242 port_id, phy_id, 0, 0); in mpi_hw_event()
3259 port_id, phy_id, 0, 0); in mpi_hw_event()
4294 pm80xx_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id) in pm80xx_chip_phy_start_req() argument
4306 pm8001_printk("PHY START REQ for phy_id %d\n", phy_id)); in pm80xx_chip_phy_start_req()
4317 LINKRATE_30 | LINKRATE_60 | phy_id); in pm80xx_chip_phy_start_req()
4322 phy_id); in pm80xx_chip_phy_start_req()
4337 payload.sas_identify.phy_id = phy_id; in pm80xx_chip_phy_start_req()
4349 u8 phy_id) in pm80xx_chip_phy_stop_req() argument
4359 payload.phy_id = cpu_to_le32(phy_id); in pm80xx_chip_phy_stop_req()
4374 u32 linkrate, phy_id; in pm80xx_chip_reg_dev_req() local
4404 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm80xx_chip_reg_dev_req()
4406 phy_id = pm8001_dev->attached_phy; in pm80xx_chip_reg_dev_req()
4415 ((phy_id & 0xFF) << 8)); in pm80xx_chip_reg_dev_req()