NCA_NO_PARITY_CHK
sc->sc_parity_disable = (esc->sc_options & NCA_NO_PARITY_CHK) >> 8;
sc->sc_parity_disable = (flags & NCA_NO_PARITY_CHK) >> 8;