Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c165 static bool allow_unsupported_sfp; variable
166 module_param(allow_unsupported_sfp, bool, 0444);
167 MODULE_PARM_DESC(allow_unsupported_sfp,
11713 if (allow_unsupported_sfp) in ixgbe_probe()
11714 hw->allow_unsupported_sfp = allow_unsupported_sfp; in ixgbe_probe()
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dixgbe.rst260 allow_unsupported_sfp section in Command Line Parameters