Searched refs:allow_unsupported_sfp (Results 1 – 3 of 3) sorted by relevance
1305 if (hw->allow_unsupported_sfp) { in ixgbe_identify_sfp_module_generic()1484 if (hw->allow_unsupported_sfp) { in ixgbe_identify_qsfp_module_generic()
156 static unsigned int allow_unsupported_sfp; variable157 module_param(allow_unsupported_sfp, uint, 0);158 MODULE_PARM_DESC(allow_unsupported_sfp,8486 if (allow_unsupported_sfp) in ixgbe_probe()8487 hw->allow_unsupported_sfp = allow_unsupported_sfp; in ixgbe_probe()
3226 bool allow_unsupported_sfp; member