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