Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1793 if (hw->allow_unsupported_sfp) { in ixgbe_identify_sfp_module_generic()
1972 if (hw->allow_unsupported_sfp) { in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_main.c163 static bool allow_unsupported_sfp; variable
164 module_param(allow_unsupported_sfp, bool, 0444);
165 MODULE_PARM_DESC(allow_unsupported_sfp,
11379 if (allow_unsupported_sfp) in ixgbe_probe()
11380 hw->allow_unsupported_sfp = allow_unsupported_sfp; in ixgbe_probe()
H A Dixgbe_type.h3694 bool allow_unsupported_sfp; member
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A Dixgbe.rst260 allow_unsupported_sfp section in Command Line Parameters