Lines Matching refs:rsp
37 struct ssam_response rsp;
48 rsp.capacity = len;
49 rsp.length = 0;
50 rsp.pointer = buf;
52 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry));
56 if (rsp.length != len) {
58 rsp.length, len);
84 struct ssam_response rsp;
96 rsp.capacity = len;
97 rsp.length = 0;
98 rsp.pointer = buf;
100 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(payload));
104 if (rsp.length != len) {
106 rsp.length, len);