Lines Matching refs:sc_chip
99 struct txcom_chip *sc_chip;
216 sc->sc_chip = &txcom_chip;
218 sc->sc_chip = kmem_zalloc(sizeof(struct txcom_chip),
222 chip = sc->sc_chip;
422 struct txcom_chip *chip = sc->sc_chip;
588 struct txcom_chip *chip = sc->sc_chip;
597 struct txcom_chip *chip = sc->sc_chip;
643 if (!ISSET(sc->sc_chip->sc_hwflags, TXCOM_HW_CONSOLE)) {
644 txcom_disable(sc->sc_chip);
666 printf("%s frame error\n", __txcom_slotname(sc->sc_chip->sc_slot));
676 printf("%s parity error\n", __txcom_slotname(sc->sc_chip->sc_slot));
686 printf("%s break\n", __txcom_slotname(sc->sc_chip->sc_slot));
695 struct txcom_chip *chip = sc->sc_chip;
744 struct txcom_chip *chip = sc->sc_chip;
791 chip = sc->sc_chip;
799 if (txcom_enable(sc->sc_chip, false)) {
980 *(int *)data = sc->sc_chip->sc_swflags;
989 sc->sc_chip->sc_swflags = *(int *)data;
1030 chip = sc->sc_chip;
1084 chip = sc->sc_chip;
1115 chip = sc->sc_chip;
1152 struct txcom_chip *chip = sc->sc_chip;
1168 struct txcom_chip *chip = sc->sc_chip;