Searched refs:pc_resp (Results 1 – 1 of 1) sorted by relevance
565 u8 *pc_resp; in sas_smp_phy_control() local572 pc_resp = alloc_smp_resp(PC_RESP_SIZE); in sas_smp_phy_control()573 if (!pc_resp) { in sas_smp_phy_control()586 res = smp_execute_task(dev, pc_req, PC_REQ_SIZE, pc_resp, PC_RESP_SIZE); in sas_smp_phy_control()590 } else if (pc_resp[2] != SMP_RESP_FUNC_ACC) { in sas_smp_phy_control()592 SAS_ADDR(dev->sas_addr), phy_id, pc_resp[2]); in sas_smp_phy_control()593 res = pc_resp[2]; in sas_smp_phy_control()595 kfree(pc_resp); in sas_smp_phy_control()