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

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c97 static void dump_descriptor(void *hw_desc);
456 struct ioat_dma_hw_descriptor *hw_desc; local
467 hw_desc = &ioat_get_descriptor(ioat, ioat->head)->dma;
473 hw_desc->u.control_raw = 0;
474 hw_desc->u.control_generic.op = IOAT_OP_COPY;
475 hw_desc->u.control_generic.completion_update = 1;
476 hw_desc->size = 8;
477 hw_desc->src_addr = 0;
478 hw_desc->dest_addr = 0;
479 hw_desc
507 void *hw_desc; local
1122 struct ioat_generic_hw_descriptor *hw_desc; local
1189 struct ioat_dma_hw_descriptor *hw_desc; local
1212 struct ioat_dma_hw_descriptor *hw_desc; local
1237 struct ioat_dma_hw_descriptor *hw_desc; local
1315 struct ioat_crc32_hw_descriptor *hw_desc; local
1385 struct ioat_crc32_hw_descriptor *hw_desc; local
1455 struct ioat_fill_hw_descriptor *hw_desc; local
1900 dump_descriptor(void *hw_desc) argument
[all...]

Completed in 48 milliseconds