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

/freebsd-10.3-release/sys/dev/hme/
H A Dif_hmevar.h45 * HME_NTXQ and HME_NTXSEGS are completely arbitrary.
50 #define HME_NTXSEGS 16 macro
H A Dif_hme.c254 MCLBYTES * HME_NTXSEGS, HME_NTXSEGS, MCLBYTES, BUS_DMA_ALLOCNOW,
944 bus_dma_segment_t segs[HME_NTXSEGS];
981 m = m_collapse(*m0, M_NOWAIT, HME_NTXSEGS);
998 KASSERT(nsegs <= HME_NTXSEGS,

Completed in 277 milliseconds