Lines Matching defs:cri_req
1412 u8 *cri_req;
1415 cri_req = alloc_smp_req(CRI_REQ_SIZE);
1416 if (!cri_req)
1421 kfree(cri_req);
1425 cri_req[1] = SMP_CONF_ROUTE_INFO;
1426 *(__be16 *)(cri_req+6) = cpu_to_be16(index);
1427 cri_req[9] = phy_id;
1429 cri_req[12] |= 0x80;
1430 memcpy(cri_req+16, sas_addr, SAS_ADDR_SIZE);
1432 res = smp_execute_task(dev, cri_req, CRI_REQ_SIZE, cri_resp,
1442 kfree(cri_req);