Lines Matching refs:this_seg_lim
1277 int first_lim, seg, this_seg_lim; in mpt_execute_req_a64() local
1512 this_seg_lim = seg + MPT_NSGL(mpt) - 1; in mpt_execute_req_a64()
1520 ce->Length = (this_seg_lim - seg) * in mpt_execute_req_a64()
1525 this_seg_lim = nseg; in mpt_execute_req_a64()
1526 ce->Length = (this_seg_lim - seg) * in mpt_execute_req_a64()
1538 while (seg < this_seg_lim) { in mpt_execute_req_a64()
1556 if (seg == this_seg_lim - 1) { in mpt_execute_req_a64()
1846 int this_seg_lim; in mpt_execute_req() local
1896 this_seg_lim = seg + MPT_NSGL(mpt) - 1; in mpt_execute_req()
1904 ce->Length = (this_seg_lim - seg) * in mpt_execute_req()
1909 this_seg_lim = nseg; in mpt_execute_req()
1910 ce->Length = (this_seg_lim - seg) * in mpt_execute_req()
1922 while (seg < this_seg_lim) { in mpt_execute_req()
1928 if (seg == this_seg_lim - 1) { in mpt_execute_req()