Home
last modified time | relevance | path

Searched refs:ixgbe_alloc_intr_handles (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c93 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