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

  /src/sys/arch/mips/alchemy/dev/
aucomvar.h 19 #define com_rbuf_size aucom_rbuf_size macro
aucomvar.h 19 #define com_rbuf_size aucom_rbuf_size macro
  /src/sys/dev/ic/
com.c 230 u_int com_rbuf_size = COM_RING_SIZE; variable in typeref:typename:u_int
800 sc->sc_rbuf = malloc(com_rbuf_size << 1, M_DEVBUF, M_WAITOK);
802 sc->sc_rbavail = com_rbuf_size;
803 sc->sc_ebuf = sc->sc_rbuf + (com_rbuf_size << 1);
1162 sc->sc_rbavail = com_rbuf_size;
2039 scc = cc = com_rbuf_size - sc->sc_rbavail;
2041 if (cc == com_rbuf_size) {
2052 get -= com_rbuf_size << 1;
2084 get -= com_rbuf_size << 1;
com.c 230 u_int com_rbuf_size = COM_RING_SIZE; variable in typeref:typename:u_int
800 sc->sc_rbuf = malloc(com_rbuf_size << 1, M_DEVBUF, M_WAITOK);
802 sc->sc_rbavail = com_rbuf_size;
803 sc->sc_ebuf = sc->sc_rbuf + (com_rbuf_size << 1);
1162 sc->sc_rbavail = com_rbuf_size;
2039 scc = cc = com_rbuf_size - sc->sc_rbavail;
2041 if (cc == com_rbuf_size) {
2052 get -= com_rbuf_size << 1;
2084 get -= com_rbuf_size << 1;

Completed in 59 milliseconds