Lines Matching defs:sc_txt
487 struct tht_fifo sc_txt;
801 if (tht_fifo_alloc(sc, &sc->sc_txt, &tht_txt_desc) != 0)
809 tht_fifo_free(sc, &sc->sc_txt);
923 if (tht_fifo_alloc(sc, &sc->sc_txt, &tht_txt_desc) != 0)
979 tht_fifo_free(sc, &sc->sc_txt);
1064 while (tht_fifo_writable(sc, &sc->sc_txt) < sc->sc_txt.tf_len &&
1076 tht_fifo_free(sc, &sc->sc_txt);
1102 if (tht_fifo_writable(sc, &sc->sc_txt) <= THT_FIFO_DESC_LEN)
1107 tht_fifo_pre(sc, &sc->sc_txt);
1146 tht_fifo_write(sc, &sc->sc_txt, &txt, sizeof(txt));
1147 tht_fifo_write_dmap(sc, &sc->sc_txt, pkt->tp_dmap);
1148 tht_fifo_write_pad(sc, &sc->sc_txt, bc);
1153 } while (sc->sc_txt.tf_ready > THT_FIFO_DESC_LEN);
1155 tht_fifo_post(sc, &sc->sc_txt);
1679 while (tht_fifo_writable(sc, &sc->sc_txt) <= THT_FIFO_GAP) {
1686 wrlen = MIN(sc->sc_txt.tf_ready - THT_FIFO_GAP, fwlen);
1687 tht_fifo_pre(sc, &sc->sc_txt);
1688 tht_fifo_write(sc, &sc->sc_txt, buf, wrlen);
1689 tht_fifo_post(sc, &sc->sc_txt);