Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c96 struct rbuf_list { struct
97 struct rbuf_list *rbuf_next; /* next in the list */ argument
150 static struct rbuf_list *dnet_rbuf_alloc(dev_info_t *, int);
1606 struct rbuf_list *rp; in dnet_getp()
2287 struct rbuf_list *rp; in dnet_alloc_bufs()
2549 static struct rbuf_list *rbuf_usedlist_head;
2550 static struct rbuf_list *rbuf_freelist_head;
2551 static struct rbuf_list *rbuf_usedlist_end; /* last buffer allocated */
2562 struct rbuf_list *rp; in dnet_rbuf_init()
2572 rp = kmem_zalloc(sizeof (struct rbuf_list), KM_SLEEP); in dnet_rbuf_init()
[all …]