Searched refs:ctrlq_cmd_dmamap (Results 1 – 1 of 1) sorted by relevance
/netbsd/sys/dev/pci/ |
H A D | if_vioif.c | 296 bus_dmamap_t ctrlq_cmd_dmamap; member 1309 r = vioif_dmamap_create_load(sc, &ctrlq->ctrlq_cmd_dmamap, in vioif_alloc_mems() 1369 vioif_dmamap_destroy(sc, &ctrlq->ctrlq_cmd_dmamap); in vioif_alloc_mems() 2363 bus_dmamap_sync(virtio_dmat(vsc), ctrlq->ctrlq_cmd_dmamap, in vioif_ctrl_send_command() 2382 virtio_enqueue(vsc, vq, slot, ctrlq->ctrlq_cmd_dmamap, true); in vioif_ctrl_send_command() 2396 bus_dmamap_sync(virtio_dmat(vsc), ctrlq->ctrlq_cmd_dmamap, 0, in vioif_ctrl_send_command()
|