Searched refs:TX_SGL_SEGS (Results 1 – 2 of 2) sorted by relevance
71 struct ulptx_sge_pair reserved[TX_SGL_SEGS / 2];228 dma_attr->dma_attr_sgllen = TX_SGL_SEGS; in t4_sge_init()2186 if (n >= TX_SGL_SEGS || (flags & HW_LSO && MBLKL(m) < 50)) { in get_frame_txinfo()2218 (txinfo->nsegs == TX_SGL_SEGS && m->b_cont)) { in get_frame_txinfo()2241 ASSERT(txinfo->nsegs > 0 && txinfo->nsegs <= TX_SGL_SEGS); in get_frame_txinfo()2325 ASSERT(txinfo->nsegs < TX_SGL_SEGS); /* must have room */ in add_seg()2380 if (ccount + txinfo->nsegs > TX_SGL_SEGS) { in add_mblk()
53 TX_SGL_SEGS = 36, enumerator