Searched refs:ixgbe_alloc_intr_handles (Results 1 – 1 of 1) sorted by relevance
93 static int ixgbe_alloc_intr_handles(ixgbe_t *, int);4936 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSIX); in ixgbe_alloc_intrs()4959 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSI); in ixgbe_alloc_intrs()4988 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_FIXED); in ixgbe_alloc_intrs()5011 ixgbe_alloc_intr_handles(ixgbe_t *ixgbe, int intr_type) in ixgbe_alloc_intr_handles() function