Searched refs:crcmode (Results 1 – 1 of 1) sorted by relevance
65 int crcmode; /* MW: for FlexNet, SMACK etc. */ member249 if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { in ax_bump()253 ax->crcmode = CRC_MODE_SMACK; in ax_bump()263 if (ax->crcmode != CRC_MODE_FLEX && ax->crcauto) { in ax_bump()267 ax->crcmode = CRC_MODE_FLEX; in ax_bump()455 ax->crcmode = CRC_MODE_SMACK; in ax_encaps()458 ax->crcmode = CRC_MODE_FLEX; in ax_encaps()461 ax->crcmode = CRC_MODE_NONE; in ax_encaps()465 ax->crcmode = CRC_MODE_SMACK_TEST; in ax_encaps()481 switch (ax->crcmode) { in ax_encaps()[all …]