Home
last modified time | relevance | path

Searched refs:pc_resp (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c584 u8 *pc_resp; in sas_smp_phy_control() local
591 pc_resp = alloc_smp_resp(PC_RESP_SIZE); in sas_smp_phy_control()
592 if (!pc_resp) { in sas_smp_phy_control()
605 res = smp_execute_task(dev, pc_req, PC_REQ_SIZE, pc_resp,PC_RESP_SIZE); in sas_smp_phy_control()
607 kfree(pc_resp); in sas_smp_phy_control()