Searched refs:crc_length (Results 1 – 3 of 3) sorted by relevance
280 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()
152 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()
167 u32 crc_length; member