Home
last modified time | relevance | path

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

/drivers/net/wan/lmc/
Dlmc_media.c281 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_hssi_set_crc_length()
287 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_hssi_set_crc_length()
516 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_ds3_set_crc_length()
522 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_ds3_set_crc_length()
792 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_ssi_set_crc_length()
800 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_ssi_set_crc_length()
1160 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_t1_set_crc_length()
1167 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_t1_set_crc_length()
Dlmc_main.c158 if(ctl.crc_length != sc->ictl.crc_length) { in lmc_ioctl()
159 sc->lmc_media->set_crc_length(sc, ctl.crc_length); in lmc_ioctl()
160 if (sc->ictl.crc_length == LMC_CTL_CRC_LENGTH_16) in lmc_ioctl()
1055 if (sc->ictl.crc_length == LMC_CTL_CRC_LENGTH_16) { in lmc_open()
1059 sc->lmc_media->set_crc_length(sc, sc->ictl.crc_length); in lmc_open()
Dlmc_var.h169 u32 crc_length; member