Searched refs:ixgbe_alloc_intr_handles (Results 1 – 1 of 1) sorted by relevance
91 static int ixgbe_alloc_intr_handles(ixgbe_t *, int);4523 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSIX); in ixgbe_alloc_intrs()4546 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSI); in ixgbe_alloc_intrs()4558 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_FIXED); in ixgbe_alloc_intrs()4581 ixgbe_alloc_intr_handles(ixgbe_t *ixgbe, int intr_type) in ixgbe_alloc_intr_handles() function