Searched refs:dspcfg_workaround (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dnatsemi.c84 static int dspcfg_workaround = 1; variable
143 module_param(dspcfg_workaround, int, 1);
150 MODULE_PARM_DESC(dspcfg_workaround, "DP8381x: control DspCfg workaround");
596 int dspcfg_workaround; member in struct:netdev_private
676 NATSEMI_ATTR(dspcfg_workaround); variable
684 return sprintf(buf, "%s\n", np->dspcfg_workaround ? "on" : "off");
706 np->dspcfg_workaround = new_setting;
876 np->dspcfg_workaround = dspcfg_workaround;
956 if (NATSEMI_CREATE_FILE(pdev, dspcfg_workaround))
[all...]

Completed in 39 milliseconds