Home
last modified time | relevance | path

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

/NextBSD/sys/dev/e1000/
HDif_igb.c285 static int igb_enable_msix = 1; variable
286 SYSCTL_INT(_hw_igb, OID_AUTO, enable_msix, CTLFLAG_RDTUN, &igb_enable_msix, 0,
647 if ((adapter->msix > 1) && (igb_enable_msix)) in igb_attach()
2777 if (igb_enable_msix == 0) in igb_setup_msix()