MSK_MAXTXSEGS
MSK_MAXTXSEGS, /* nsegments */
bus_dma_segment_t txsegs[MSK_MAXTXSEGS];
if (maxsegs > MSK_MAXTXSEGS)
maxsegs = MSK_MAXTXSEGS;