Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libsas/
Dsas_expander.c1375 u8 *rri_req; in sas_configure_present() local
1381 rri_req = alloc_smp_req(RRI_REQ_SIZE); in sas_configure_present()
1382 if (!rri_req) in sas_configure_present()
1387 kfree(rri_req); in sas_configure_present()
1391 rri_req[1] = SMP_REPORT_ROUTE_INFO; in sas_configure_present()
1392 rri_req[9] = phy_id; in sas_configure_present()
1395 *(__be16 *)(rri_req+6) = cpu_to_be16(i); in sas_configure_present()
1396 res = smp_execute_task(dev, rri_req, RRI_REQ_SIZE, rri_resp, in sas_configure_present()
1434 kfree(rri_req); in sas_configure_present()