JME_MAXTXSEGS
JME_MAXTXSEGS, /* nsegments */
bus_dma_segment_t txsegs[JME_MAXTXSEGS];
if (maxsegs > JME_MAXTXSEGS)
maxsegs = JME_MAXTXSEGS;
if (tdata->jme_tx_cnt <= JME_MAXTXSEGS + 1)