summaryrefslogtreecommitdiffstats
path: root/sys/ofed/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ofed/include/linux/pci.h')
-rw-r--r--sys/ofed/include/linux/pci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/ofed/include/linux/pci.h b/sys/ofed/include/linux/pci.h
index a2f02b5..2e6eef4 100644
--- a/sys/ofed/include/linux/pci.h
+++ b/sys/ofed/include/linux/pci.h
@@ -566,7 +566,11 @@ struct msix_entry {
/*
* Enable msix, positive errors indicate actual number of available
* vectors. Negative errors are failures.
+ *
+ * NB: define added to prevent this definition of pci_enable_msix from
+ * clashing with the native FreeBSD version.
*/
+#define pci_enable_msix linux_pci_enable_msix
static inline int
pci_enable_msix(struct pci_dev *pdev, struct msix_entry *entries, int nreq)
{
OpenPOWER on IntegriCloud