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

/freebsd-current/sys/dev/mpt/
H A Dmpt.h896 * MPT_NSGL_FIRST- # of SG elements that can fit after
902 #define MPT_NSGL_FIRST(mpt) \ macro
H A Dmpt_cam.c1399 * If we have up to MPT_NSGL_FIRST, we can fit them all into
1402 * Otherwise, we fill up through MPT_NSGL_FIRST less one
1407 if (nseg < MPT_NSGL_FIRST(mpt)) {
1413 first_lim = MPT_NSGL_FIRST(mpt) - 1;
1790 * If we have up to MPT_NSGL_FIRST, we can fit them all into
1793 * Otherwise, we fill up through MPT_NSGL_FIRST less one
1798 if (nseg < MPT_NSGL_FIRST(mpt)) {
1804 first_lim = MPT_NSGL_FIRST(mpt) - 1;

Completed in 200 milliseconds