Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dhdlc_raw.c68 new_settings.parity = PARITY_CRC16_PR1_CCITT; in hdlc_raw_ioctl()
Dhdlc_ppp.c96 result=hdlc->attach(hdlc, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in hdlc_ppp_ioctl()
Dhdlc_raw_eth.c82 new_settings.parity = PARITY_CRC16_PR1_CCITT; in hdlc_raw_eth_ioctl()
Dhdlc_x25.c196 result=hdlc->attach(hdlc, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in hdlc_x25_ioctl()
Dhdlc_cisco.c296 result=hdlc->attach(hdlc, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in hdlc_cisco_ioctl()
Dhd6457x.c525 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open()
622 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
Ddscc4.c1425 { PARITY_CRC16_PR1_CCITT, 0x00000000 }, in dscc4_crc_setting()
2002 parity != PARITY_CRC16_PR1_CCITT && in dscc4_hdlc_attach()
Dhdlc_fr.c1091 result=hdlc->attach(hdlc, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in hdlc_fr_ioctl()
Dpc300_drv.c2695 case PARITY_CRC16_PR1_CCITT: in ch_config()
2897 parity != PARITY_CRC16_PR1_CCITT) { in cpc_attach()
3137 chan->conf.proto_settings.parity = PARITY_CRC16_PR1_CCITT; in cpc_init_card()
Dfarsync.c2270 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
/linux-2.4.37.9/include/linux/
Dhdlc.h36 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro