Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_expander.c1392 u8 *rri_req; in sas_configure_present() local
1398 rri_req = alloc_smp_req(RRI_REQ_SIZE); in sas_configure_present()
1399 if (!rri_req) in sas_configure_present()
1404 kfree(rri_req); in sas_configure_present()
1408 rri_req[1] = SMP_REPORT_ROUTE_INFO; in sas_configure_present()
1409 rri_req[9] = phy_id; in sas_configure_present()
1412 *(__be16 *)(rri_req+6) = cpu_to_be16(i); in sas_configure_present()
1413 res = smp_execute_task(dev, rri_req, RRI_REQ_SIZE, rri_resp, in sas_configure_present()
1451 kfree(rri_req); in sas_configure_present()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_expander.c1341 u8 *rri_req; in sas_configure_present() local
1347 rri_req = alloc_smp_req(RRI_REQ_SIZE); in sas_configure_present()
1348 if (!rri_req) in sas_configure_present()
1353 kfree(rri_req); in sas_configure_present()
1357 rri_req[1] = SMP_REPORT_ROUTE_INFO; in sas_configure_present()
1358 rri_req[9] = phy_id; in sas_configure_present()
1361 *(__be16 *)(rri_req+6) = cpu_to_be16(i); in sas_configure_present()
1362 res = smp_execute_task(dev, rri_req, RRI_REQ_SIZE, rri_resp, in sas_configure_present()
1400 kfree(rri_req); in sas_configure_present()

Completed in 6 milliseconds