Lines Matching refs:resid_len
277 req->resid_len -= 8; in sas_smp_host_handler()
278 rsp->resid_len -= 32; in sas_smp_host_handler()
284 req->resid_len -= 8; in sas_smp_host_handler()
285 rsp->resid_len -= 64; in sas_smp_host_handler()
298 req->resid_len -= 16; in sas_smp_host_handler()
299 if ((int)req->resid_len < 0) { in sas_smp_host_handler()
300 req->resid_len = 0; in sas_smp_host_handler()
304 rsp->resid_len -= 56; in sas_smp_host_handler()
314 req->resid_len -= 16; in sas_smp_host_handler()
315 if ((int)req->resid_len < 0) { in sas_smp_host_handler()
316 req->resid_len = 0; in sas_smp_host_handler()
320 rsp->resid_len -= 60; in sas_smp_host_handler()
334 req->resid_len < base_frame_size + to_write * 4) { in sas_smp_host_handler()
341 req->resid_len -= base_frame_size + to_write * 4; in sas_smp_host_handler()
342 rsp->resid_len -= 8; in sas_smp_host_handler()
351 req->resid_len -= 44; in sas_smp_host_handler()
352 if ((int)req->resid_len < 0) { in sas_smp_host_handler()
353 req->resid_len = 0; in sas_smp_host_handler()
357 rsp->resid_len -= 8; in sas_smp_host_handler()