MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ppt_disable_msix

Function ppt_disable_msix

freebsd/amd64/vmm/io/ppt.c:701–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701int
702ppt_disable_msix(struct vm *vm, int bus, int slot, int func)
703{
704 struct pptdev *ppt;
705 int error;
706
707 error = ppt_find(vm, bus, slot, func, &ppt);
708 if (error)
709 return (error);
710
711 ppt_teardown_msix(ppt);
712 return (0);
713}

Callers 1

vmmdev_ioctlFunction · 0.85

Calls 2

ppt_findFunction · 0.85
ppt_teardown_msixFunction · 0.85

Tested by

no test coverage detected