Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h255 struct vdc_io *vio_next; /* next pending I/O in the queue */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c6755 vio->vio_next = vdc->eio_queue; in vdc_eio_queue()
6791 vio = vio->vio_next; in vdc_eio_unqueue()
6803 vio_tmp->vio_next = NULL; in vdc_eio_unqueue()
6811 vio_tmp = vio->vio_next; in vdc_eio_unqueue()