Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c88 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()
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c161 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 Dfalcon_boards.c399 static DEVICE_ATTR_RW(phy_flash_cfg);