Lines Matching refs:resp_len
130 u32 resp_len, hdr_len;
156 resp_len = mp_req->resp_len;
165 if (hdr_len + resp_len > PAGE_SIZE) {
171 memcpy(buf + hdr_len, resp_buf, resp_len);
172 frame_len = hdr_len + resp_len;
274 u32 resp_len, hdr_len;
326 resp_len = mp_req->resp_len;
336 memcpy(buf + hdr_len, resp_buf, resp_len);
338 fp = fc_frame_alloc(NULL, resp_len);
346 memcpy(fh, buf, hdr_len + resp_len);
393 u32 resp_len, hdr_len;
450 resp_len = mp_req->resp_len;
461 memcpy(buf + hdr_len, resp_buf, resp_len);
463 fp = fc_frame_alloc(NULL, resp_len);
471 memcpy(fh, buf, hdr_len + resp_len);
845 mp_req->resp_len =