Home
last modified time | relevance | path

Searched refs:crcmode (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/hamradio/
H A Dmkiss.c67 int crcmode; /* MW: for FlexNet, SMACK etc. */ member
251 if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { in ax_bump()
255 ax->crcmode = CRC_MODE_SMACK; in ax_bump()
265 if (ax->crcmode != CRC_MODE_FLEX && ax->crcauto) { in ax_bump()
269 ax->crcmode = CRC_MODE_FLEX; in ax_bump()
457 ax->crcmode = CRC_MODE_SMACK; in ax_encaps()
460 ax->crcmode = CRC_MODE_FLEX; in ax_encaps()
463 ax->crcmode = CRC_MODE_NONE; in ax_encaps()
467 ax->crcmode = CRC_MODE_SMACK_TEST; in ax_encaps()
483 switch (ax->crcmode) { in ax_encaps()
[all …]