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

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_intr.c86 CTASSERT(MBUF0_PER_PAGE <= 256);
230 pg->hdr.nchunks = MBUF0_PER_PAGE;
234 for (i = 0; i < MBUF0_PER_PAGE; i++, c++) {
H A Dif_hatmvar.h259 #define MBUF0_PER_PAGE ((MBUF_ALLOC_SIZE - sizeof(struct mbuf_page_hdr)) / \ macro

Completed in 54 milliseconds