Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c65 static int gx_fix; variable
123 module_param(gx_fix, int, 0);
130 MODULE_PARM_DESC(gx_fix, "G-NIC: enable GX server chipset bug workaround (0-1)");
828 if (gx_fix) { /* Note: only works for paddable protocols e.g. IP. */ in yellowfin_start_xmit()