Lines Matching refs:phy_id
3203 u32 phy_id = le32_to_cpu(pPayload->phyop_phyid) & ID_BITS; in pm8001_mpi_local_phy_ctl() local
3208 phy_id, phy_op)); in pm8001_mpi_local_phy_ctl()
3212 phy_id, phy_op)); in pm8001_mpi_local_phy_ctl()
3361 u8 phy_id = in hw_event_sas_phy_up() local
3367 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sas_phy_up()
3374 port_id, phy_id)); in hw_event_sas_phy_up()
3383 pm8001_chip_phy_ctl_req(pm8001_ha, phy_id, in hw_event_sas_phy_up()
3422 pm8001_bytes_dmaed(pm8001_ha, phy_id); in hw_event_sas_phy_up()
3440 u8 phy_id = in hw_event_sata_phy_up() local
3446 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_sata_phy_up()
3450 " phy id = %d\n", port_id, phy_id)); in hw_event_sata_phy_up()
3467 pm8001_bytes_dmaed(pm8001_ha, phy_id); in hw_event_sata_phy_up()
3483 u8 phy_id = in hw_event_phy_down() local
3488 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in hw_event_phy_down()
3504 port_id, phy_id, 0, 0); in hw_event_phy_down()
3522 port_id, phy_id, 0, 0); in hw_event_phy_down()
3781 u8 phy_id = in mpi_hw_event() local
3788 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id]; in mpi_hw_event()
3789 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id]; in mpi_hw_event()
3846 port_id, phy_id, 1, 0); in mpi_hw_event()
3871 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0); in mpi_hw_event()
3881 port_id, phy_id, 0, 0); in mpi_hw_event()
3891 port_id, phy_id, 0, 0); in mpi_hw_event()
3901 port_id, phy_id, 0, 0); in mpi_hw_event()
3923 port_id, phy_id, 0, 0); in mpi_hw_event()
3942 port_id, phy_id, 0, 0); in mpi_hw_event()
4456 pm8001_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id) in pm8001_chip_phy_start_req() argument
4474 LINKRATE_30 | LINKRATE_60 | phy_id); in pm8001_chip_phy_start_req()
4479 payload.sas_identify.phy_id = phy_id; in pm8001_chip_phy_start_req()
4491 u8 phy_id) in pm8001_chip_phy_stop_req() argument
4501 payload.phy_id = cpu_to_le32(phy_id); in pm8001_chip_phy_stop_req()
4516 u32 linkrate, phy_id; in pm8001_chip_reg_dev_req() local
4545 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
4547 phy_id = pm8001_dev->attached_phy; in pm8001_chip_reg_dev_req()
4553 ((phy_id & 0x0F) << 4)); in pm8001_chip_reg_dev_req()