Lines Matching refs:list
76 u16 num; /* Descriptor list length. */
77 u16 next; /* The next desc state in a list. */
78 u16 last; /* The last desc state in a list. */
108 /* Head of free buffer list. */
527 /* We're using some buffers from the free list. */
629 /* Put back on free list: unmap first-level descriptors and find end */
1045 * A driver MUST NOT make the first descriptor in the list
1047 * the list are made available.
1053 /* We're using some buffers from the free list. */
1196 /* We're using some buffers from the free list. */
1210 * A driver MUST NOT make the first descriptor in the list
1212 * the list are made available.
1682 list_add_tail(&vq->vq.list, &vdev->vqs);
2142 list_add_tail(&vq->vq.list, &vdev->vqs);
2228 list_del(&_vq->list);
2294 list_for_each_entry(_vq, &dev->vqs, list) {