Man Page: pci_sriov_set_totalvfs
Operating Environment: centos
Section: 9
PCI_SRIOV_SET_TOTALV(9) Hardware Interfaces PCI_SRIOV_SET_TOTALV(9)NAMEpci_sriov_set_totalvfs - - reduce the TotalVFs availableSYNOPSISint pci_sriov_set_totalvfs(struct pci_dev * dev, u16 numvfs);ARGUMENTSdev the PCI PF device numvfs number that should be used for TotalVFs supportedDESCRIPTIONShould be called from PF driver's probe routine with device's mutex held. Returns 0 if PF is an SRIOV-capable device and value of numvfs valid. If not a PF return -ENOSYS; if numvfs is invalid return -EINVAL; if VFs already enabled, return -EBUSY.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_SRIOV_SET_TOTALV(9)
| Related Man Pages |
|---|
| device_create(9) - centos |
| device_schedule_callback_owner(9) - centos |
| struct_device_driver(9) - centos |
| struct_rio_dev(9) - centos |
| struct_usb_device_driver(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| Controlling user input |