Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/lmc/
Dlmc_media.c280 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_hssi_set_crc_length()
286 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_hssi_set_crc_length()
515 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_ds3_set_crc_length()
521 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_ds3_set_crc_length()
791 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_ssi_set_crc_length()
799 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_ssi_set_crc_length()
1155 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_t1_set_crc_length()
1162 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_t1_set_crc_length()
Dlmc_main.c152 if(ctl.crc_length != sc->ictl.crc_length) { in lmc_ioctl()
153 sc->lmc_media->set_crc_length(sc, ctl.crc_length); in lmc_ioctl()
154 if (sc->ictl.crc_length == LMC_CTL_CRC_LENGTH_16) in lmc_ioctl()
1012 if (sc->ictl.crc_length == LMC_CTL_CRC_LENGTH_16) { in lmc_open()
1016 sc->lmc_media->set_crc_length(sc, sc->ictl.crc_length); in lmc_open()
Dlmc_var.h167 u32 crc_length; member