Lines Matching refs:resp_len
122 u32 resp_len, hdr_len; in bnx2fc_l2_els_compl() local
148 resp_len = mp_req->resp_len; in bnx2fc_l2_els_compl()
157 if (hdr_len + resp_len > PAGE_SIZE) { in bnx2fc_l2_els_compl()
163 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_l2_els_compl()
164 frame_len = hdr_len + resp_len; in bnx2fc_l2_els_compl()
266 u32 resp_len, hdr_len; in bnx2fc_srr_compl() local
318 resp_len = mp_req->resp_len; in bnx2fc_srr_compl()
328 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_srr_compl()
330 fp = fc_frame_alloc(NULL, resp_len); in bnx2fc_srr_compl()
338 memcpy(fh, buf, hdr_len + resp_len); in bnx2fc_srr_compl()
385 u32 resp_len, hdr_len; in bnx2fc_rec_compl() local
442 resp_len = mp_req->resp_len; in bnx2fc_rec_compl()
453 memcpy(buf + hdr_len, resp_buf, resp_len); in bnx2fc_rec_compl()
455 fp = fc_frame_alloc(NULL, resp_len); in bnx2fc_rec_compl()
463 memcpy(fh, buf, hdr_len + resp_len); in bnx2fc_rec_compl()
837 mp_req->resp_len = in bnx2fc_process_els_compl()