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

  /src/sys/dev/ic/
cd18xxvar.h 55 #define CDTTY_RING_SIZE 2048
cd18xx.c 167 u_int cdtty_rbuf_size = CDTTY_RING_SIZE;
170 u_int cdtty_rbuf_hiwat = (CDTTY_RING_SIZE * 1) / 4;
171 u_int cdtty_rbuf_lowat = (CDTTY_RING_SIZE * 3) / 4;

Completed in 12 milliseconds