Searched refs:rxbuf_cache (Results 1 – 3 of 3) sorted by relevance
652 kmem_cache_t *rxbuf_cache; member
1050 if (s->rxbuf_cache != NULL) in t4_devo_detach()1051 kmem_cache_destroy(s->rxbuf_cache); in t4_devo_detach()
323 sc->sge.rxbuf_cache = rxbuf_cache_create(&sc->sge.rxb_params); in t4_sge_init()2199 sd->rxb = rxbuf_alloc(sc->sge.rxbuf_cache, KM_NOSLEEP); in t4_fl_refill()