Lines Matching defs:phy_id

3018 	u32 phy_id = le32_to_cpu(pPayload->phyop_phyid) & ID_BITS;
3024 phy_id, phy_op);
3028 phy_id, phy_op);
3029 pm8001_ha->phy[phy_id].reset_success = true;
3031 if (pm8001_ha->phy[phy_id].enable_completion) {
3032 complete(pm8001_ha->phy[phy_id].enable_completion);
3033 pm8001_ha->phy[phy_id].enable_completion = NULL;
3171 u8 phy_id =
3176 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3185 port_id, phy_id);
3193 pm8001_chip_phy_ctl_req(pm8001_ha, phy_id,
3230 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3248 u8 phy_id =
3253 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3256 port_id, phy_id);
3275 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3291 u8 phy_id =
3296 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3312 port_id, phy_id, 0, 0);
3329 port_id, phy_id, 0, 0);
3366 "register device status %d phy_id 0x%x device_id %d\n",
3565 u8 phy_id =
3572 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3573 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id];
3576 port_id, phy_id, eventType, status);
3629 port_id, phy_id, 1, 0);
3654 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0);
3665 port_id, phy_id, 0, 0);
3676 port_id, phy_id, 0, 0);
3687 port_id, phy_id, 0, 0);
3708 port_id, phy_id, 0, 0);
3726 port_id, phy_id, 0, 0);
4160 * @phy_id: the phy id which we wanted to start up.
4163 pm8001_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id)
4179 LINKRATE_30 | LINKRATE_60 | phy_id);
4183 &pm8001_ha->phy[phy_id].dev_sas_addr, SAS_ADDR_SIZE);
4184 payload.sas_identify.phy_id = phy_id;
4193 * @phy_id: the phy id which we wanted to start up.
4196 u8 phy_id)
4204 payload.phy_id = cpu_to_le32(phy_id);
4219 u32 linkrate, phy_id;
4245 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
4247 phy_id = pm8001_dev->attached_phy;
4253 ((phy_id & 0x0F) << 4));