Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_expander.c1341 u8 *rri_resp; in sas_configure_present() local
1350 rri_resp = alloc_smp_resp(RRI_RESP_SIZE); in sas_configure_present()
1351 if (!rri_resp) { in sas_configure_present()
1361 res = smp_execute_task(dev, rri_req, RRI_REQ_SIZE, rri_resp, in sas_configure_present()
1365 res = rri_resp[2]; in sas_configure_present()
1377 if (SAS_ADDR(rri_resp+16) == SAS_ADDR(sas_addr)) { in sas_configure_present()
1379 if ((rri_resp[12] & 0x80) == 0x80) in sas_configure_present()
1384 } else if (SAS_ADDR(rri_resp+16) == 0) { in sas_configure_present()
1389 } else if (SAS_ADDR(rri_resp+16) == 0 && in sas_configure_present()
1400 kfree(rri_resp); in sas_configure_present()