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

/opensolaris-onvv-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 */
150 static struct rbuf_list *dnet_rbuf_alloc(dev_info_t *, int);
234 static kmutex_t dnet_rbuf_lock; /* mutex to protect rbuf_list data */
1605 struct rbuf_list *rp;
2286 struct rbuf_list *rp;
2548 static struct rbuf_list *rbuf_usedlist_head;
2549 static struct rbuf_list *rbuf_freelist_head;
2550 static struct rbuf_list *rbuf_usedlist_end; /* last buffer allocated */
2561 struct rbuf_list *r
[all...]

Completed in 44 milliseconds