Searched refs:allow_unsupported_sfp (Results 1 – 2 of 2) sorted by relevance
163 static bool allow_unsupported_sfp; variable164 module_param(allow_unsupported_sfp, bool, 0444);165 MODULE_PARM_DESC(allow_unsupported_sfp,11375 if (allow_unsupported_sfp) in ixgbe_probe()11376 hw->allow_unsupported_sfp = allow_unsupported_sfp; in ixgbe_probe()
260 allow_unsupported_sfp section in Command Line Parameters