Searched refs:phy_flash_cfg (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx.c | 85 static bool phy_flash_cfg; variable 86 module_param(phy_flash_cfg, bool, 0644); 87 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially"); 122 if (phy_flash_cfg) in efx_probe_port()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx.c | 86 static bool phy_flash_cfg; variable 87 module_param(phy_flash_cfg, bool, 0644); 88 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially"); 123 if (phy_flash_cfg) in efx_probe_port()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 88 static bool phy_flash_cfg; variable 89 module_param(phy_flash_cfg, bool, 0644); 90 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially"); 133 if (phy_flash_cfg) in efx_probe_port()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 167 static bool phy_flash_cfg; variable 168 module_param(phy_flash_cfg, bool, 0644); 169 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially"); 1038 if (phy_flash_cfg) in ef4_probe_port()
|
H A D | falcon_boards.c | 399 static DEVICE_ATTR(phy_flash_cfg, 0644, show_phy_flash_cfg, set_phy_flash_cfg);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 161 static bool phy_flash_cfg; variable 162 module_param(phy_flash_cfg, bool, 0644); 163 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially"); 1028 if (phy_flash_cfg) in ef4_probe_port()
|
H A D | falcon_boards.c | 399 static DEVICE_ATTR_RW(phy_flash_cfg);
|
Completed in 13 milliseconds