Searched refs:igb_enable_msix (Results 1 – 1 of 1) sorted by relevance
285 static int igb_enable_msix = 1; variable286 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()