Lines Matching defs:phyid

3149 		   "portid:%d; phyid:%d; linkrate:%d; portstate:%x; devicetype:%x\n",
3223 "HW_EVENT_SATA_PHY_UP phyid:%#x port_id:%#x link_rate:%d portstate:%#x\n",
3275 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_VALID\n",
3280 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_INVALID\n",
3294 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_IN_RESET\n",
3299 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_NOT_ESTABLISHED\n",
3305 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_LOSTCOMM\n",
3319 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate:%#x\n",
3336 le32_to_cpu(pPayload->phyid) & 0xFF;
3340 "phy start resp status:0x%x, phyid:0x%x\n",
3410 "portid:%d phyid:%d event:0x%x status:0x%x\n",
3417 "HW_EVENT_SAS_PHY_UP phyid:%#x port_id:%#x\n",
3426 "HW_EVENT_SATA_SPINUP_HOLD phyid:%#x port_id:%#x\n",
3437 "HW_EVENT_PORT_INVALID phyid:%#x port_id:%#x\n",
3458 "HW_EVENT_PHY_ERROR phyid:%#x port_id:%#x\n",
3474 "HW_EVENT_LINK_ERR_INVALID_DWORD phyid:%#x port_id:%#x\n",
3481 "HW_EVENT_LINK_ERR_DISPARITY_ERROR phyid:%#x port_id:%#x\n",
3489 "HW_EVENT_LINK_ERR_CODE_VIOLATION phyid:%#x port_id:%#x\n",
3497 "HW_EVENT_LINK_ERR_LOSS_OF_DWORD_SYNCH phyid:%#x port_id:%#x\n",
3505 "HW_EVENT_MALFUNCTION phyid:%#x\n", phy_id);
3517 "HW_EVENT_INBOUND_CRC_ERROR phyid:%#x port_id:%#x\n",
3525 "HW_EVENT_HARD_RESET_RECEIVED phyid:%#x\n", phy_id);
3530 "HW_EVENT_ID_FRAME_TIMEOUT phyid:%#x\n", phy_id);
3538 "HW_EVENT_LINK_ERR_PHY_RESET_FAILED phyid:%#x port_id:%#x\n",
3550 "HW_EVENT_PORT_RESET_TIMER_TMO phyid:%#x port_id:%#x portstate:%#x\n",
3570 "HW_EVENT_PORT_RECOVERY_TIMER_TMO phyid:%#x port_id:%#x\n",
3586 "HW_EVENT_PORT_RECOVER phyid:%#x port_id:%#x\n",
3592 "HW_EVENT_PORT_RESET_COMPLETE phyid:%#x port_id:%#x portstate:%#x\n",
3609 "Unknown event portid:%d phyid:%d event:0x%x status:0x%x\n",
3627 u32 phyid =
3628 le32_to_cpu(pPayload->phyid) & 0xFF;
3629 struct pm8001_phy *phy = &pm8001_ha->phy[phyid];
3631 phyid, status);
4814 u32 operation, u32 phyid,
4831 cpu_to_le32(((operation & 0xF) << 8) | (phyid & 0xFF));