Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c167 static struct rxbuf *rxbuf_alloc(kmem_cache_t *, int);
2199 sd->rxb = rxbuf_alloc(sc->sge.rxbuf_cache, KM_NOSLEEP); in t4_fl_refill()
4017 rxbuf_alloc(kmem_cache_t *cache, int kmflags) in rxbuf_alloc() function