Home
last modified time | relevance | path

Searched refs:allow_unsupported_sfp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1641 if (hw->allow_unsupported_sfp) { in ixgbe_identify_sfp_module_generic()
1820 if (hw->allow_unsupported_sfp) { in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_main.c154 static unsigned int allow_unsupported_sfp; variable
155 module_param(allow_unsupported_sfp, uint, 0);
156 MODULE_PARM_DESC(allow_unsupported_sfp,
10814 if (allow_unsupported_sfp) in ixgbe_probe()
10815 hw->allow_unsupported_sfp = allow_unsupported_sfp; in ixgbe_probe()
H A Dixgbe_type.h3648 bool allow_unsupported_sfp; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1772 if (hw->allow_unsupported_sfp) { in ixgbe_identify_sfp_module_generic()
1951 if (hw->allow_unsupported_sfp) { in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_main.c155 static bool allow_unsupported_sfp; variable
156 module_param(allow_unsupported_sfp, bool, 0);
157 MODULE_PARM_DESC(allow_unsupported_sfp,
10955 if (allow_unsupported_sfp) in ixgbe_probe()
10956 hw->allow_unsupported_sfp = allow_unsupported_sfp; in ixgbe_probe()
H A Dixgbe_type.h3652 bool allow_unsupported_sfp; member

Completed in 55 milliseconds