gffunc             45 include/linux/rslib.h 	int		(*gffunc)(int);
gffunc             70 lib/reed_solomon/reed_solomon.c static struct rs_codec *codec_init(int symsize, int gfpoly, int (*gffunc)(int),
gffunc             88 lib/reed_solomon/reed_solomon.c 	rs->gffunc = gffunc;
gffunc            117 lib/reed_solomon/reed_solomon.c 		sr = gffunc(0);
gffunc            121 lib/reed_solomon/reed_solomon.c 			sr = gffunc(sr);
gffunc            214 lib/reed_solomon/reed_solomon.c 					   int (*gffunc)(int), int fcr,
gffunc            251 lib/reed_solomon/reed_solomon.c 		if (gffunc != cd->gffunc)
gffunc            266 lib/reed_solomon/reed_solomon.c 	rs->codec = codec_init(symsize, gfpoly, gffunc, fcr, prim, nroots, gfp);
gffunc            307 lib/reed_solomon/reed_solomon.c struct rs_control *init_rs_non_canonical(int symsize, int (*gffunc)(int),
gffunc            310 lib/reed_solomon/reed_solomon.c 	return init_rs_internal(symsize, 0, gffunc, fcr, prim, nroots,