Lines Matching defs:cri_req
1463 u8 *cri_req;
1466 cri_req = alloc_smp_req(CRI_REQ_SIZE);
1467 if (!cri_req)
1472 kfree(cri_req);
1476 cri_req[1] = SMP_CONF_ROUTE_INFO;
1477 *(__be16 *)(cri_req+6) = cpu_to_be16(index);
1478 cri_req[9] = phy_id;
1480 cri_req[12] |= 0x80;
1481 memcpy(cri_req+16, sas_addr, SAS_ADDR_SIZE);
1483 res = smp_execute_task(dev, cri_req, CRI_REQ_SIZE, cri_resp,
1493 kfree(cri_req);