Searched refs:pc_resp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_expander.c | 582 u8 *pc_resp; in sas_smp_phy_control() local 589 pc_resp = alloc_smp_resp(PC_RESP_SIZE); in sas_smp_phy_control() 590 if (!pc_resp) { in sas_smp_phy_control() 603 res = smp_execute_task(dev, pc_req, PC_REQ_SIZE, pc_resp,PC_RESP_SIZE); in sas_smp_phy_control() 607 } else if (pc_resp[2] != SMP_RESP_FUNC_ACC) { in sas_smp_phy_control() 609 SAS_ADDR(dev->sas_addr), phy_id, pc_resp[2]); in sas_smp_phy_control() 610 res = pc_resp[2]; in sas_smp_phy_control() 612 kfree(pc_resp); in sas_smp_phy_control()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_expander.c | 560 u8 *pc_resp; in sas_smp_phy_control() local 567 pc_resp = alloc_smp_resp(PC_RESP_SIZE); in sas_smp_phy_control() 568 if (!pc_resp) { in sas_smp_phy_control() 581 res = smp_execute_task(dev, pc_req, PC_REQ_SIZE, pc_resp, PC_RESP_SIZE); in sas_smp_phy_control() 585 } else if (pc_resp[2] != SMP_RESP_FUNC_ACC) { in sas_smp_phy_control() 587 SAS_ADDR(dev->sas_addr), phy_id, pc_resp[2]); in sas_smp_phy_control() 588 res = pc_resp[2]; in sas_smp_phy_control() 590 kfree(pc_resp); in sas_smp_phy_control()
|
Completed in 6 milliseconds