Searched refs:ixgbe_alloc_intr_handles (Results 1 – 1 of 1) sorted by relevance
95 static int ixgbe_alloc_intr_handles(ixgbe_t *, int);5109 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSIX); in ixgbe_alloc_intrs()5132 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSI); in ixgbe_alloc_intrs()5163 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_FIXED); in ixgbe_alloc_intrs()5186 ixgbe_alloc_intr_handles(ixgbe_t *ixgbe, int intr_type) in ixgbe_alloc_intr_handles() function