Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c94 static int igb_alloc_intr_handles(igb_t *, int);
4358 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSIX); in igb_alloc_intrs()
4376 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSI); in igb_alloc_intrs()
4387 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_FIXED); in igb_alloc_intrs()
4409 igb_alloc_intr_handles(igb_t *igb, int intr_type) in igb_alloc_intr_handles() function