Lines Matching defs:phyid
3169 "portid:%d; phyid:%d; linkrate:%d; portstate:%x; devicetype:%x\n",
3243 "HW_EVENT_SATA_PHY_UP phyid:%#x port_id:%#x link_rate:%d portstate:%#x\n",
3295 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_VALID\n",
3300 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_INVALID\n",
3314 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_IN_RESET\n",
3319 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_NOT_ESTABLISHED\n",
3325 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_LOSTCOMM\n",
3339 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate:%#x\n",
3356 le32_to_cpu(pPayload->phyid) & 0xFF;
3360 "phy start resp status:0x%x, phyid:0x%x\n",
3430 "portid:%d phyid:%d event:0x%x status:0x%x\n",
3437 "HW_EVENT_SAS_PHY_UP phyid:%#x port_id:%#x\n",
3446 "HW_EVENT_SATA_SPINUP_HOLD phyid:%#x port_id:%#x\n",
3457 "HW_EVENT_PORT_INVALID phyid:%#x port_id:%#x\n",
3478 "HW_EVENT_PHY_ERROR phyid:%#x port_id:%#x\n",
3494 "HW_EVENT_LINK_ERR_INVALID_DWORD phyid:%#x port_id:%#x\n",
3501 "HW_EVENT_LINK_ERR_DISPARITY_ERROR phyid:%#x port_id:%#x\n",
3509 "HW_EVENT_LINK_ERR_CODE_VIOLATION phyid:%#x port_id:%#x\n",
3517 "HW_EVENT_LINK_ERR_LOSS_OF_DWORD_SYNCH phyid:%#x port_id:%#x\n",
3525 "HW_EVENT_MALFUNCTION phyid:%#x\n", phy_id);
3537 "HW_EVENT_INBOUND_CRC_ERROR phyid:%#x port_id:%#x\n",
3545 "HW_EVENT_HARD_RESET_RECEIVED phyid:%#x\n", phy_id);
3550 "HW_EVENT_ID_FRAME_TIMEOUT phyid:%#x\n", phy_id);
3558 "HW_EVENT_LINK_ERR_PHY_RESET_FAILED phyid:%#x port_id:%#x\n",
3570 "HW_EVENT_PORT_RESET_TIMER_TMO phyid:%#x port_id:%#x portstate:%#x\n",
3590 "HW_EVENT_PORT_RECOVERY_TIMER_TMO phyid:%#x port_id:%#x\n",
3606 "HW_EVENT_PORT_RECOVER phyid:%#x port_id:%#x\n",
3612 "HW_EVENT_PORT_RESET_COMPLETE phyid:%#x port_id:%#x portstate:%#x\n",
3629 "Unknown event portid:%d phyid:%d event:0x%x status:0x%x\n",
3647 u32 phyid =
3648 le32_to_cpu(pPayload->phyid) & 0xFF;
3649 struct pm8001_phy *phy = &pm8001_ha->phy[phyid];
3651 phyid, status);
4835 u32 operation, u32 phyid,
4852 cpu_to_le32(((operation & 0xF) << 8) | (phyid & 0xFF));