Man page 9 : pci_sriov_set_totalvfs
"PCI_SRIOV_SET_TOTALV" "9" "August 2013" "Kernel Hackers Manual 3.10" "Hardware Interfaces"
Page d'accueil du man
Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian , Linux Kernel et du projet Perkamon .
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires .
Article lu fois.
1. NAME▲
pci_sriov_set_totalvfs - - reduce the TotalVFs available
2. SYNOPSIS ▲
int pci_sriov_set_totalvfs(struct pci_dev * dev , u16 numvfs );
3. ARGUMENTS ▲
dev the PCI PF device
numvfs number that should be used for TotalVFs supported
4. DESCRIPTION ▲
Should be called from PF driverAqs probe routine with deviceAqs mutex held.
Returns 0 if PF is an SRIOV-capable device and value of numvfs valid. If not a PF with VFS, return -EINVAL; if VFs already enabled, return -EBUSY.
5. COPYRIGHT ▲
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la
Licence Creative Commons Attribution 3.0 non transposé .
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.