Searched refs:bwn_msi_disable (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c111 static int bwn_msi_disable = 0; /* MSI disabled */ variable
112 TUNABLE_INT("hw.bwn.msi_disable", &bwn_msi_disable);
583 if (msic == BWN_MSI_MESSAGES && bwn_msi_disable == 0) {
627 if (msic == BWN_MSI_MESSAGES && bwn_msi_disable == 0)

Completed in 205 milliseconds