taglinefilesource code
sndq21416drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq21437drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq21453drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq21460drivers/char/scc.cscc->sndq2 = NULLBUF;    /* acquire a new buffer next time */
sndq21476drivers/char/scc.cif (scc->sndq2 == NULLBUF) return;
sndq21478drivers/char/scc.cif(scc->sndq2->cnt == scc->sndq2->size)    /* buffer full? */
sndq21480drivers/char/scc.cif((scc->sndq2 = scc_get_buffer(BT_TRANSMIT)) == NULLBUF)
sndq21485drivers/char/scc.cscc_append_to_chain(&scc->sndq1,scc->sndq2);         /* add buffer */
sndq21488drivers/char/scc.cscc->sndq2->data[scc->sndq2->cnt++] = ch;
sndq21498drivers/char/scc.cif (!(scc->sndq2 = scc->sndq1 = scc_get_buffer(BT_TRANSMIT)))
sndq21530drivers/char/scc.cscc->sndq2 = NULLBUF;
sndq22233drivers/char/scc.cif (scc && scc->sndq2)
sndq22234drivers/char/scc.creturn scc->sndq2->cnt;
sndq2251include/linux/scc.hstruct mbuf *sndq2;  /* Pointer to mbuf currently under construction */