Lines Matching refs:phy_id

2962 	u32 phy_id = le32_to_cpu(pPayload->phyop_phyid) & ID_BITS;
2968 phy_id, phy_op);
2972 phy_id, phy_op);
2973 pm8001_ha->phy[phy_id].reset_success = true;
2975 if (pm8001_ha->phy[phy_id].enable_completion) {
2976 complete(pm8001_ha->phy[phy_id].enable_completion);
2977 pm8001_ha->phy[phy_id].enable_completion = NULL;
3115 u8 phy_id =
3120 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3129 port_id, phy_id);
3137 pm8001_chip_phy_ctl_req(pm8001_ha, phy_id,
3174 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3192 u8 phy_id =
3197 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3200 port_id, phy_id);
3219 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3235 u8 phy_id =
3240 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3256 port_id, phy_id, 0, 0);
3273 port_id, phy_id, 0, 0);
3310 "register device status %d phy_id 0x%x device_id %d\n",
3509 u8 phy_id =
3516 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3517 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id];
3520 port_id, phy_id, eventType, status);
3573 port_id, phy_id, 1, 0);
3598 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0);
3609 port_id, phy_id, 0, 0);
3620 port_id, phy_id, 0, 0);
3631 port_id, phy_id, 0, 0);
3652 port_id, phy_id, 0, 0);
3670 port_id, phy_id, 0, 0);
4104 * @phy_id: the phy id which we wanted to start up.
4107 pm8001_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id)
4123 LINKRATE_30 | LINKRATE_60 | phy_id);
4127 &pm8001_ha->phy[phy_id].dev_sas_addr, SAS_ADDR_SIZE);
4128 payload.sas_identify.phy_id = phy_id;
4137 * @phy_id: the phy id which we wanted to start up.
4140 u8 phy_id)
4148 payload.phy_id = cpu_to_le32(phy_id);
4163 u32 linkrate, phy_id;
4189 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
4191 phy_id = pm8001_dev->attached_phy;
4197 ((phy_id & 0x0F) << 4));