Lines Matching refs:pptmsix
1320 struct vm_pptdev_msix pptmsix; in vm_setup_pptdev_msix() local
1322 bzero(&pptmsix, sizeof(pptmsix)); in vm_setup_pptdev_msix()
1323 pptmsix.bus = bus; in vm_setup_pptdev_msix()
1324 pptmsix.slot = slot; in vm_setup_pptdev_msix()
1325 pptmsix.func = func; in vm_setup_pptdev_msix()
1326 pptmsix.idx = idx; in vm_setup_pptdev_msix()
1327 pptmsix.msg = msg; in vm_setup_pptdev_msix()
1328 pptmsix.addr = addr; in vm_setup_pptdev_msix()
1329 pptmsix.vector_control = vector_control; in vm_setup_pptdev_msix()
1331 return ioctl(ctx->fd, VM_PPTDEV_MSIX, &pptmsix); in vm_setup_pptdev_msix()
1410 struct vm_pptdev_msix pptmsix; in vm_setup_pptdev_msix() local
1412 pptmsix.pptfd = pptfd; in vm_setup_pptdev_msix()
1413 pptmsix.idx = idx; in vm_setup_pptdev_msix()
1414 pptmsix.msg = msg; in vm_setup_pptdev_msix()
1415 pptmsix.addr = addr; in vm_setup_pptdev_msix()
1416 pptmsix.vector_control = vector_control; in vm_setup_pptdev_msix()
1417 return ioctl(ctx->fd, VM_PPTDEV_MSIX, &pptmsix); in vm_setup_pptdev_msix()