Searched defs:ixgbe_alloc_intr_handles (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c93 static int ixgbe_alloc_intr_handles(ixgbe_t *, int);
4932 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSIX);
4955 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSI);
4984 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_FIXED);
4999 * ixgbe_alloc_intr_handles - Allocate interrupt handles.
5007 ixgbe_alloc_intr_handles(ixgbe_t *ixgbe, int intr_type) function
5045 "invalid call to ixgbe_alloc_intr_handles(): %d\n",

Completed in 68 milliseconds