Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsynclink.h26 unsigned short crc_type; member
/openbmc/linux/include/uapi/linux/
H A Dsynclink.h159 unsigned short crc_type; /* None, CRC16-CCITT, or CRC32-CCITT */ member
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c332 .crc_type = HDLC_CRC_16_CCITT,
1074 tmp_params.crc_type = info->params.crc_type; in get_params32()
1105 info->params.crc_type = tmp_params.crc_type; in set_params32()
1375 info->params.crc_type = new_crctype; in hdlcdev_attach()
4192 switch (info->params.crc_type & HDLC_CRC_MASK) in sync_mode()
4265 switch (info->params.crc_type & HDLC_CRC_MASK) in sync_mode()
4527 switch (info->params.crc_type & HDLC_CRC_MASK) { in rx_get_frame()
4575 if ((info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_NONE) in rx_get_frame()
4589 if (!(info->params.crc_type & HDLC_CRC_RETURN_EX)) in rx_get_frame()
4605 if (!(info->params.crc_type & HDLC_CRC_RETURN_EX)) { in rx_get_frame()
[all …]
/openbmc/linux/arch/mips/crypto/
H A Dcrc32-mips.c25 enum crc_type { enum