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

/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.h923 * MPT_NSGL_FIRST- # of SG elements that can fit after
929 #define MPT_NSGL_FIRST(mpt) \ macro
H A Dmpt_cam.c1406 * If we have up to MPT_NSGL_FIRST, we can fit them all into
1409 * Otherwise, we fill up through MPT_NSGL_FIRST less one
1414 if (nseg < MPT_NSGL_FIRST(mpt)) {
1420 first_lim = MPT_NSGL_FIRST(mpt) - 1;
1808 * If we have up to MPT_NSGL_FIRST, we can fit them all into
1811 * Otherwise, we fill up through MPT_NSGL_FIRST less one
1816 if (nseg < MPT_NSGL_FIRST(mpt)) {
1822 first_lim = MPT_NSGL_FIRST(mpt) - 1;

Completed in 192 milliseconds