Q8_TX_MAX_SEGMENTS
if ((mp->m_pkthdr.len > ha->max_frame_size)||(nsegs > Q8_TX_MAX_SEGMENTS)) {
if ((nsegs > Q8_TX_MAX_SEGMENTS) ||