Searched refs:crcmode (Results 1 – 1 of 1) sorted by relevance
75 int crcmode; /* MW: for FlexNet, SMACK etc. */ member259 if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { in ax_bump()263 ax->crcmode = CRC_MODE_SMACK; in ax_bump()273 if (ax->crcmode != CRC_MODE_FLEX && ax->crcauto) { in ax_bump()277 ax->crcmode = CRC_MODE_FLEX; in ax_bump()465 ax->crcmode = CRC_MODE_SMACK; in ax_encaps()468 ax->crcmode = CRC_MODE_FLEX; in ax_encaps()471 ax->crcmode = CRC_MODE_NONE; in ax_encaps()475 ax->crcmode = CRC_MODE_SMACK_TEST; in ax_encaps()491 switch (ax->crcmode) { in ax_encaps()[all …]