Searched refs:dspcfg_workaround (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 84 static int dspcfg_workaround = 1; variable 143 module_param(dspcfg_workaround, int, 0); 150 MODULE_PARM_DESC(dspcfg_workaround, "DP8381x: control DspCfg workaround"); 584 int dspcfg_workaround; member 666 NATSEMI_ATTR(dspcfg_workaround); variable 674 return sprintf(buf, "%s\n", np->dspcfg_workaround ? "on" : "off"); in natsemi_show_dspcfg_workaround() 696 np->dspcfg_workaround = new_setting; in natsemi_set_dspcfg_workaround() 885 np->dspcfg_workaround = dspcfg_workaround; in natsemi_probe1() 952 i = NATSEMI_CREATE_FILE(pdev, dspcfg_workaround); in natsemi_probe1() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 84 static int dspcfg_workaround = 1; variable 143 module_param(dspcfg_workaround, int, 0); 150 MODULE_PARM_DESC(dspcfg_workaround, "DP8381x: control DspCfg workaround"); 584 int dspcfg_workaround; member 666 NATSEMI_ATTR(dspcfg_workaround); variable 674 return sprintf(buf, "%s\n", np->dspcfg_workaround ? "on" : "off"); in natsemi_show_dspcfg_workaround() 696 np->dspcfg_workaround = new_setting; in natsemi_set_dspcfg_workaround() 887 np->dspcfg_workaround = dspcfg_workaround; in natsemi_probe1() 954 i = NATSEMI_CREATE_FILE(pdev, dspcfg_workaround); in natsemi_probe1() [all...] |
Completed in 7 milliseconds