Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.h345 } vioif_ctrlbuf_t; typedef
460 vioif_ctrlbuf_t *vif_ctrlbufs_mem;
H A Dvioif.c338 static vioif_ctrlbuf_t *
341 vioif_ctrlbuf_t *cb; in vioif_ctrlbuf_alloc()
353 vioif_ctrlbuf_free(vioif_t *vif, vioif_ctrlbuf_t *cb) in vioif_ctrlbuf_free()
448 vioif_ctrlbuf_t *cb = &vif->vif_ctrlbufs_mem[i]; in vioif_free_bufs()
469 sizeof (vioif_ctrlbuf_t) * in vioif_free_bufs()
505 sizeof (vioif_ctrlbuf_t) * vif->vif_ctrlbufs_capacity, in vioif_alloc_bufs()
508 list_create(&vif->vif_ctrlbufs, sizeof (vioif_ctrlbuf_t), in vioif_alloc_bufs()
509 offsetof(vioif_ctrlbuf_t, cb_link)); in vioif_alloc_bufs()
569 for (vioif_ctrlbuf_t *cb = list_head(&vif->vif_ctrlbufs); cb != NULL; in vioif_alloc_bufs()
636 vioif_ctrlbuf_t *cb = NULL; in vioif_ctrlq_req()