Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dsynclink.h26 unsigned short crc_type; member
/linux-6.1.9/include/uapi/linux/
Dsynclink.h159 unsigned short crc_type; /* None, CRC16-CCITT, or CRC32-CCITT */ member
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c334 .crc_type = HDLC_CRC_16_CCITT,
1077 tmp_params.crc_type = info->params.crc_type; in get_params32()
1107 info->params.crc_type = tmp_params.crc_type; in set_params32()
1377 info->params.crc_type = new_crctype; in hdlcdev_attach()
4210 switch (info->params.crc_type & HDLC_CRC_MASK) in sync_mode()
4283 switch (info->params.crc_type & HDLC_CRC_MASK) in sync_mode()
4545 switch (info->params.crc_type & HDLC_CRC_MASK) { in rx_get_frame()
4593 if ((info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_NONE) in rx_get_frame()
4607 if (!(info->params.crc_type & HDLC_CRC_RETURN_EX)) in rx_get_frame()
4623 if (!(info->params.crc_type & HDLC_CRC_RETURN_EX)) { in rx_get_frame()
[all …]
/linux-6.1.9/arch/mips/crypto/
Dcrc32-mips.c25 enum crc_type { enum
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c3124 if (info->params.crc_type == HDLC_CRC_32_CCITT) in hdlc_mode()
3143 if (info->params.crc_type == HDLC_CRC_NONE) in hdlc_mode()
3653 if (info->params.crc_type & HDLC_CRC_RETURN_EX) in rx_get_frame()
3677 if ((info->params.crc_type & HDLC_CRC_RETURN_EX && in rx_get_frame()
3685 if (info->params.crc_type & HDLC_CRC_RETURN_EX) { in rx_get_frame()
3901 info->params.crc_type = new_crctype; in hdlcdev_attach()