Lines Matching defs:phy_id

3130 	u32 phy_id = le32_to_cpu(pPayload->phyop_phyid) & ID_BITS;
3136 phy_id, phy_op);
3140 phy_id, phy_op);
3141 pm8001_ha->phy[phy_id].reset_success = true;
3143 if (pm8001_ha->phy[phy_id].enable_completion) {
3144 complete(pm8001_ha->phy[phy_id].enable_completion);
3145 pm8001_ha->phy[phy_id].enable_completion = NULL;
3299 u8 phy_id =
3304 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3311 port_id, phy_id);
3319 pm8001_chip_phy_ctl_req(pm8001_ha, phy_id,
3356 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3374 u8 phy_id =
3379 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3382 port_id, phy_id);
3399 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3415 u8 phy_id =
3420 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3436 port_id, phy_id, 0, 0);
3453 port_id, phy_id, 0, 0);
3697 u8 phy_id =
3704 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3705 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id];
3708 port_id, phy_id, eventType, status);
3758 port_id, phy_id, 1, 0);
3781 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0);
3791 port_id, phy_id, 0, 0);
3801 port_id, phy_id, 0, 0);
3811 port_id, phy_id, 0, 0);
3830 port_id, phy_id, 0, 0);
3847 port_id, phy_id, 0, 0);
4322 * @phy_id: the phy id which we wanted to start up.
4325 pm8001_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id)
4343 LINKRATE_30 | LINKRATE_60 | phy_id);
4347 &pm8001_ha->phy[phy_id].dev_sas_addr, SAS_ADDR_SIZE);
4348 payload.sas_identify.phy_id = phy_id;
4357 * @phy_id: the phy id which we wanted to start up.
4360 u8 phy_id)
4370 payload.phy_id = cpu_to_le32(phy_id);
4386 u32 linkrate, phy_id;
4415 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
4417 phy_id = pm8001_dev->attached_phy;
4423 ((phy_id & 0x0F) << 4));