Searched refs:ch_equeue (Results 1 – 2 of 2) sorted by relevance
215 if (!channel->ch_equeue) { in jsm_tty_open()216 channel->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); in jsm_tty_open()217 if (!channel->ch_equeue) { in jsm_tty_open()611 u8 error = ch->ch_equeue[tail + i]; in jsm_input()
220 u8 *ch_equeue; /* Our error queue buffer - malloc'ed */ member