Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dfalcon_boards.c402 static DEVICE_ATTR(phy_flash_cfg, 0644, show_phy_flash_cfg, set_phy_flash_cfg);
Defx.c175 static bool phy_flash_cfg; variable
176 module_param(phy_flash_cfg, bool, 0644);
177 MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially");
1040 if (phy_flash_cfg) in efx_probe_port()