Searched refs:GEM_NTXSEGS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/gem/
H A Dif_gemvar.h44 #define GEM_NTXSEGS 16 macro
47 #define GEM_NTXDESC (GEM_TXQUEUELEN * GEM_NTXSEGS)
H A Dif_gem.c197 MCLBYTES * GEM_NTXSEGS, GEM_NTXSEGS, MCLBYTES,
1105 bus_dma_segment_t txsegs[GEM_NTXSEGS];
1146 m = m_collapse(*m_head, M_NOWAIT, GEM_NTXSEGS);
1164 KASSERT(nsegs <= GEM_NTXSEGS,
1218 if (++sc->sc_txwin > GEM_NTXSEGS * 2 / 3) {

Completed in 50 milliseconds