Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c96 static int igb_alloc_intr_handles(igb_t *, int);
4410 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSIX); in igb_alloc_intrs()
4428 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSI); in igb_alloc_intrs()
4439 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_FIXED); in igb_alloc_intrs()
4461 igb_alloc_intr_handles(igb_t *igb, int intr_type) in igb_alloc_intr_handles() function