Searched refs:gfpoly (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/lib/reed_solomon/ |
H A D | reed_solomon.c | 57 * @gfpoly: Field generator polynomial coefficients 66 static struct rs_control *rs_init(int symsize, int gfpoly, int (*gffunc)(int), rs_init() argument 84 rs->gfpoly = gfpoly; rs_init() 103 if (gfpoly) { rs_init() 110 sr ^= gfpoly; rs_init() 188 * @gfpoly: the extended Galois field generator polynomial coefficients, 193 * instead of gfpoly if gfpoly is 0 199 static struct rs_control *init_rs_internal(int symsize, int gfpoly, init_rs_internal() argument 223 if (gfpoly != rs->gfpoly) init_rs_internal() 239 rs = rs_init(symsize, gfpoly, gffunc, fcr, prim, nroots); init_rs_internal() 252 * @gfpoly: the extended Galois field generator polynomial coefficients, 260 struct rs_control *init_rs(int symsize, int gfpoly, int fcr, int prim, init_rs() argument 263 return init_rs_internal(symsize, gfpoly, NULL, fcr, prim, nroots); init_rs() 273 * instead of gfpoly if gfpoly is 0
|
/linux-4.4.14/include/linux/ |
H A D | rslib.h | 36 * @gfpoly: The primitive generator polynominal 51 int gfpoly; member in struct:rs_control 80 struct rs_control *init_rs(int symsize, int gfpoly, int fcr, int prim,
|
Completed in 64 milliseconds