Home
last modified time | relevance | path

Searched refs:rxbuf_cache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h448 kmem_cache_t *rxbuf_cache; member
H A Dt4_nexus.c891 if (s->rxbuf_cache != NULL) in t4_devo_detach()
892 rxbuf_cache_destroy(s->rxbuf_cache); in t4_devo_detach()
H A Dt4_sge.c277 sc->sge.rxbuf_cache = rxbuf_cache_create(&sc->sge.rxb_params); in t4_sge_init()
2254 sd->rxb = rxbuf_alloc(sc->sge.rxbuf_cache, KM_NOSLEEP, 1); in refill_fl()