Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sfc/
Defx.c86 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");
131 if (phy_flash_cfg) in efx_probe_port()
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Defx.c89 static bool phy_flash_cfg; variable
90 module_param(phy_flash_cfg, bool, 0644);
91 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially");
134 if (phy_flash_cfg) in efx_probe_port()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Defx.c162 static bool phy_flash_cfg; variable
163 module_param(phy_flash_cfg, bool, 0644);
164 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially");
1029 if (phy_flash_cfg) in ef4_probe_port()
Dfalcon_boards.c399 static DEVICE_ATTR_RW(phy_flash_cfg);