Searched refs:this_seg_lim (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c1278 int first_lim, seg, this_seg_lim; local
1513 this_seg_lim = seg + MPT_NSGL(mpt) - 1;
1521 ce->Length = (this_seg_lim - seg) *
1526 this_seg_lim = nseg;
1527 ce->Length = (this_seg_lim - seg) *
1539 while (seg < this_seg_lim) {
1557 if (seg == this_seg_lim - 1) {
1847 int this_seg_lim; local
1897 this_seg_lim = seg + MPT_NSGL(mpt) - 1;
1905 ce->Length = (this_seg_lim
[all...]

Completed in 210 milliseconds