HomeSort by: relevance | last modified time | path
    Searched refs:ch_rbuf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbscnvar.h 124 u_char *ch_rbuf; member in struct:sbscn_channel
sbjcnvar.h 130 u_char *ch_rbuf; member in struct:sbjcn_channel
sbjcn.c 325 ch->ch_rbuf = kmem_alloc(sbjcn_rbuf_size << 1, KM_SLEEP);
326 ch->ch_ebuf = ch->ch_rbuf + (sbjcn_rbuf_size << 1);
510 if (!ISSET(ch->ch_hwflags, SBJCN_HW_DEV_OK) || ch->ch_rbuf == NULL)
585 ch->ch_rbput = ch->ch_rbget = ch->ch_rbuf;
1281 get = ch->ch_rbuf;
1372 put = ch->ch_rbuf;
sbscn.c 355 ch->ch_rbuf = kmem_alloc(sbscn_rbuf_size << 1, KM_SLEEP);
356 ch->ch_ebuf = ch->ch_rbuf + (sbscn_rbuf_size << 1);
561 if (!ISSET(ch->ch_hwflags, SBSCN_HW_DEV_OK) || ch->ch_rbuf == NULL)
641 ch->ch_rbput = ch->ch_rbget = ch->ch_rbuf;
1386 get = ch->ch_rbuf;
1530 put = ch->ch_rbuf;

Completed in 14 milliseconds