Lines Matching defs:phy_id

3218 	u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16);
3223 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3228 pm80xx_chip_phy_ctl_req(pm8001_ha, phy_id,
3232 port->wide_port_phymap |= (1U << phy_id);
3256 u8 phy_id =
3261 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3265 port->wide_port_phymap |= (1U << phy_id);
3269 port_id, phy_id, link_rate, portstate, deviceType);
3277 pm80xx_chip_phy_ctl_req(pm8001_ha, phy_id,
3314 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3333 u8 phy_id =
3339 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3343 port_id, phy_id, link_rate, portstate);
3361 pm8001_bytes_dmaed(pm8001_ha, phy_id);
3379 u8 phy_id =
3384 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3401 port_id, phy_id, 0, 0);
3422 port_id, phy_id, 0, 0);
3444 u32 phy_id =
3446 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3450 status, phy_id);
3507 u8 phy_id =
3514 struct pm8001_phy *phy = &pm8001_ha->phy[phy_id];
3516 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id];
3519 port_id, phy_id, eventType, status);
3556 port_id, phy_id, 1, 0);
3579 HW_EVENT_LINK_ERR_INVALID_DWORD, port_id, phy_id, 0, 0);
3586 port_id, phy_id, 0, 0);
3593 port_id, phy_id, 0, 0);
3600 port_id, phy_id, 0, 0);
3616 port_id, phy_id, 0, 0);
3633 port_id, phy_id, 0, 0);
3641 port_id, phy_id, 0, 0);
3645 if (pm8001_ha->phy[phy_id].reset_completion) {
3646 pm8001_ha->phy[phy_id].port_reset_status =
3648 complete(pm8001_ha->phy[phy_id].reset_completion);
3649 pm8001_ha->phy[phy_id].reset_completion = NULL;
3657 port_id, phy_id, 0, 0);
3673 if (pm8001_ha->phy[phy_id].reset_completion) {
3674 pm8001_ha->phy[phy_id].port_reset_status =
3676 complete(pm8001_ha->phy[phy_id].reset_completion);
3677 pm8001_ha->phy[phy_id].reset_completion = NULL;
4716 * @phy_id: the phy id which we wanted to start up.
4719 pm80xx_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id)
4730 pm8001_dbg(pm8001_ha, INIT, "PHY START REQ for phy_id %d\n", phy_id);
4733 LINKMODE_AUTO | pm8001_ha->link_rate | phy_id);
4739 phy_id);
4746 &pm8001_ha->phy[phy_id].dev_sas_addr, SAS_ADDR_SIZE);
4747 payload.sas_identify.phy_id = phy_id;
4756 * @phy_id: the phy id which we wanted to start up.
4759 u8 phy_id)
4769 payload.phy_id = cpu_to_le32(phy_id);
4785 u32 linkrate, phy_id;
4815 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
4817 phy_id = pm8001_dev->attached_phy;
4826 ((phy_id & 0xFF) << 8));