Lines Matching defs:rsp
47 struct ssam_response rsp;
67 rsp.capacity = ARRAY_SIZE(buffer);
68 rsp.pointer = buffer;
81 rsp.length = 0;
83 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp,
140 struct ssam_response rsp;
150 rsp.capacity = len;
151 rsp.length = 0;
152 rsp.pointer = buf;
154 return ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(rprt_id));