taglinefilesource code
sndq21326drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq21347drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq21363drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq21370drivers/char/scc.cscc->sndq2 = NULLBUF;    /* acquire a new buffer next time */
sndq21386drivers/char/scc.cif (scc->sndq2 == NULLBUF) return;
sndq21388drivers/char/scc.cif(scc->sndq2->cnt == scc->sndq2->size)    /* buffer full? */
sndq21390drivers/char/scc.cif((scc->sndq2 = scc_get_buffer(BT_TRANSMIT)) == NULLBUF)
sndq21395drivers/char/scc.cscc_append_to_chain(&scc->sndq1,scc->sndq2);         /* add buffer */
sndq21398drivers/char/scc.cscc->sndq2->data[scc->sndq2->cnt++] = ch;
sndq21408drivers/char/scc.cif (!(scc->sndq2 = scc->sndq1 = scc_get_buffer(BT_TRANSMIT)))
sndq21440drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq22088drivers/char/scc.cif (scc && scc->sndq2)
sndq22089drivers/char/scc.creturn scc->sndq2->cnt;
sndq2247include/linux/scc.hstruct mbuf *sndq2;  /* Pointer to mbuf currently under construction */