Searched refs:orig_datalen (Results 1 – 2 of 2) sorted by relevance
1010 …atp->tag, atp->orig_datalen, atp->bytes_xfered, atp->last_xframt, atp->lun, atp->nphdl, atp->sid, … in isp_dump_atpd()1563 if (atp->bytes_xfered + cso->dxfer_len > atp->orig_datalen) { in isp_target_start_ctio()1564 cso->dxfer_len = atp->orig_datalen - atp->bytes_xfered; in isp_target_start_ctio()1571 … cto->ct_resid = atp->orig_datalen - (atp->bytes_xfered + cso->dxfer_len); in isp_target_start_ctio()1606 cto->ct_resid = atp->orig_datalen - atp->bytes_xfered; in isp_target_start_ctio()1635 if (atp->bytes_xfered + cso->dxfer_len > atp->orig_datalen) { in isp_target_start_ctio()1636 cso->dxfer_len = atp->orig_datalen - atp->bytes_xfered; in isp_target_start_ctio()1641 … cto->ct_resid = atp->orig_datalen - (atp->bytes_xfered + cso->dxfer_len); in isp_target_start_ctio()1938 atp->orig_datalen = 0; in isp_handle_platform_atio()2098 atp->orig_datalen = aep->at_datalen; in isp_handle_platform_atio2()[all …]
78 uint32_t orig_datalen; member