sys/dev/ioat/ioat.c
1162
hw_desc = &ioat_get_descriptor(ioat, ioat->head)->generic;
sys/dev/ioat/ioat.c
1220
hw_desc = &ioat_get_descriptor(ioat, desc->id)->dma;
sys/dev/ioat/ioat.c
1241
hw_desc = &ioat_get_descriptor(ioat, desc->id)->dma;
sys/dev/ioat/ioat.c
1274
hw_desc = &ioat_get_descriptor(ioat, desc->id)->dma;
sys/dev/ioat/ioat.c
1371
hw_desc = &ioat_get_descriptor(ioat, desc->id)->crc32;
sys/dev/ioat/ioat.c
1441
hw_desc = &ioat_get_descriptor(ioat, desc->id)->crc32;
sys/dev/ioat/ioat.c
1489
hw_desc = &ioat_get_descriptor(ioat, desc->id)->fill;
sys/dev/ioat/ioat.c
1627
desc = ioat_get_descriptor(ioat, ioat->tail + 0);
sys/dev/ioat/ioat.c
1630
desc = ioat_get_descriptor(ioat, ioat->tail + 1);
sys/dev/ioat/ioat.c
2105
ioat_get_descriptor(sc, sc->tail)->generic.next);
sys/dev/ioat/ioat.c
2113
ioat_get_descriptor(sc, sc->head - 1)->generic.next);
sys/dev/ioat/ioat.c
2121
ioat_get_descriptor(sc, sc->head)->generic.next);
sys/dev/ioat/ioat.c
489
hw_desc = &ioat_get_descriptor(ioat, ioat->head)->dma;
sys/dev/ioat/ioat.c
91
static union ioat_hw_descriptor *ioat_get_descriptor(struct ioat_softc *,