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

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c1277 int first_lim, seg, this_seg_lim; local
1523 this_seg_lim = seg + MPT_NSGL(mpt) - 1;
1531 ce->Length = (this_seg_lim - seg) *
1536 this_seg_lim = nseg;
1537 ce->Length = (this_seg_lim - seg) *
1549 while (seg < this_seg_lim) {
1567 if (seg == this_seg_lim - 1) {
1868 int this_seg_lim; local
1921 this_seg_lim = seg + MPT_NSGL(mpt) - 1;
1929 ce->Length = (this_seg_lim
[all...]

Completed in 61 milliseconds