Searched defs:igb_alloc_intr_handles (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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);
4383 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_MSI);
4394 rc = igb_alloc_intr_handles(igb, DDI_INTR_TYPE_FIXED);
4408 * igb_alloc_intr_handles - Allocate interrupt handles.
4416 igb_alloc_intr_handles(igb_t *igb, int intr_type) function
4452 "invalid call to igb_alloc_intr_handles(): %d\n",

Completed in 70 milliseconds