Lines Matching defs:resp_len
54 size_t resp_len)
60 if (resp_len > ctx->ffdc_size) {
62 ctx->ffdc = kvmalloc(resp_len, GFP_KERNEL);
69 ctx->ffdc_size = resp_len;
74 ctx->ffdc_len = resp_len;
75 memcpy(ctx->ffdc, resp, resp_len);
84 void *resp, size_t resp_len)
86 size_t original_resp_len = resp_len;
91 rc = fsi_occ_submit(ctx->sbe, cmd, len, resp, &resp_len);
94 if (resp_len) {
95 if (p9_sbe_occ_save_ffdc(ctx, resp, resp_len))
102 resp_len = original_resp_len;