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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_expander.c1329 u8 *cri_req; local
1332 cri_req = alloc_smp_req(CRI_REQ_SIZE);
1333 if (!cri_req)
1338 kfree(cri_req);
1342 cri_req[1] = SMP_CONF_ROUTE_INFO;
1343 *(__be16 *)(cri_req+6) = cpu_to_be16(index);
1344 cri_req[9] = phy_id;
1346 cri_req[12] |= 0x80;
1347 memcpy(cri_req+16, sas_addr, SAS_ADDR_SIZE);
1349 res = smp_execute_task(dev, cri_req, CRI_REQ_SIZ
[all...]

Completed in 104 milliseconds