提交 e6ffceb0 编写于 作者: M Michael Witten

Docs: MSI-HOWTO: API -> function

Signed-off-by: NMichael Witten <mfwitten@gmail.com>
Acked-by: NMatthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
上级 5a84fc31
...@@ -211,7 +211,7 @@ static int foo_driver_enable_msix(struct foo_adapter *adapter, int nvec) ...@@ -211,7 +211,7 @@ static int foo_driver_enable_msix(struct foo_adapter *adapter, int nvec)
void pci_disable_msix(struct pci_dev *dev) void pci_disable_msix(struct pci_dev *dev)
This API should be used to undo the effect of pci_enable_msix(). It frees This function should be used to undo the effect of pci_enable_msix(). It frees
the previously allocated message signaled interrupts. The interrupts may the previously allocated message signaled interrupts. The interrupts may
subsequently be assigned to another device, so drivers should not cache subsequently be assigned to another device, so drivers should not cache
the value of the 'vector' elements over a call to pci_disable_msix(). the value of the 'vector' elements over a call to pci_disable_msix().
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册