'\" t .\" Title: struct rs_control .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Structures .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "STRUCT RS_CONTROL" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Structures" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_rs_control \- rs control structure .SH "SYNOPSIS" .sp .nf struct rs_control { int mm; int nn; uint16_t * alpha_to; uint16_t * index_of; uint16_t * genpoly; int nroots; int fcr; int prim; int iprim; int gfpoly; int (* gffunc) (int); int users; struct list_head list; }; .fi .SH "MEMBERS" .PP mm .RS 4 Bits per symbol .RE .PP nn .RS 4 Symbols per block (= (1< .RS 4 Author. .RE .SH "COPYRIGHT" .br