Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c95 static int igb_alloc_intr_handles(igb_t *, int);
4365 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSIX); in igb_alloc_intrs()
4383 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSI); in igb_alloc_intrs()
4394 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_FIXED); in igb_alloc_intrs()
4416 igb_alloc_intr_handles(igb_t *igb, int intr_type) in igb_alloc_intr_handles() function