Home
last modified time | relevance | path

Searched refs:COM_RING_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcomvar.h77 #ifndef COM_RING_SIZE
78 #define COM_RING_SIZE 2048 macro
H A Dcom.c230 u_int com_rbuf_size = COM_RING_SIZE;
233 u_int com_rbuf_hiwat = (COM_RING_SIZE * 1) / 4;
234 u_int com_rbuf_lowat = (COM_RING_SIZE * 3) / 4;