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

Function ppt_pci_reset

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

Source from the content-addressed store, hash-verified

370}
371
372static void
373ppt_pci_reset(device_t dev)
374{
375
376 if (pcie_flr(dev,
377 max(pcie_get_max_completion_timeout(dev) / 1000, 10), true))
378 return;
379
380 pci_power_reset(dev);
381}
382
383int
384ppt_assign_device(struct vm *vm, int bus, int slot, int func)

Callers 2

ppt_assign_deviceFunction · 0.85
ppt_unassign_deviceFunction · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected