IOP_MAX_MSG_XFERS
struct dpti_ptbuf bufs[IOP_MAX_MSG_XFERS];
for (nbuf = 0; nbuf < IOP_MAX_MSG_XFERS; nbuf++, p += 2) {
if (nbuf == IOP_MAX_MSG_XFERS) {
} while (i < IOP_MAX_MSG_XFERS);
for (xn = 0, ix = im->im_xfer; xn < IOP_MAX_MSG_XFERS; xn++, ix++)
if (xn == IOP_MAX_MSG_XFERS)
if (++i >= IOP_MAX_MSG_XFERS)
pt->pt_nbufs > IOP_MAX_MSG_XFERS ||
struct ioppt_buf pt_bufs[IOP_MAX_MSG_XFERS]; /* transfers */
struct iop_xfer im_xfer[IOP_MAX_MSG_XFERS];