TUNABLE_INT
TUNABLE_INT("hw.alc.msix_disable", &msix_disable);
TUNABLE_INT("hw.alc.msi_disable", &msi_disable);
TUNABLE_INT("hw.ale.msi_disable", &msi_disable);
TUNABLE_INT("hw.ale.msix_disable", &msix_disable);
TUNABLE_INT("hw.age.msi_disable", &msi_disable);
TUNABLE_INT("hw.age.msix_disable", &msix_disable);
TUNABLE_INT("hw.ae.msi_disable", &msi_disable);
TUNABLE_INT("hw.jme.msi_disable", &msi_disable);
TUNABLE_INT("hw.jme.msix_disable", &msix_disable);
TUNABLE_INT("hw.msk.msi_disable", &msi_disable);
TUNABLE_INT("hw.msk.legacy_intr", &legacy_intr);
TUNABLE_INT("hw.msk.jumbo_disable", &jumbo_disable);
TUNABLE_INT("hw.nfe.msi_disable", &msi_disable);
TUNABLE_INT("hw.nfe.msix_disable", &msix_disable);
TUNABLE_INT("hw.nfe.jumbo_disable", &jumbo_disable);
TUNABLE_INT("hw.vte.tx_deep_copy", &tx_deep_copy);
TUNABLE_INT("hw.re.intr_filter", &intr_filter);
TUNABLE_INT("hw.re.msi_disable", &msi_disable);
TUNABLE_INT("hw.re.msix_disable", &msix_disable);
TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
TUNABLE_INT("hw.skc.jumbo_disable", &jumbo_disable);
TUNABLE_INT("hw.vge.msi_disable", &msi_disable);
TUNABLE_INT("hw.bwi.debug", (int *)&bwi_debug);
TUNABLE_INT("hw.ral.msi_disable", &ral_msi_disable);