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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h207 int mbuf_alloc_size; member in struct:bnx_softc
H A Dif_bnx.c3651 m_new->m_len = m_new->m_pkthdr.len = sc->mbuf_alloc_size;
3778 if (sc->mbuf_alloc_size == MCLBYTES)
3815 if (sc->mbuf_alloc_size == MCLBYTES)
3818 MEXTMALLOC(m_new, sc->mbuf_alloc_size,
4788 sc->mbuf_alloc_size = MCLBYTES;
4791 sc->mbuf_alloc_size = BNX_MAX_JUMBO_MRU;
4808 DBPRINT(sc, BNX_INFO, "%s(): mclbytes = %d, mbuf_alloc_size = %d, "
4810 sc->mbuf_alloc_size, sc->max_frame_size);

Completed in 76 milliseconds