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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/reed_solomon/
H A Dreed_solomon.c186 * init_rs_internal - Find a matching or allocate a new rs control structure
199 static struct rs_control *init_rs_internal(int symsize, int gfpoly, function
263 return init_rs_internal(symsize, gfpoly, NULL, fcr, prim, nroots);
282 return init_rs_internal(symsize, 0, gffunc, fcr, prim, nroots);

Completed in 83 milliseconds