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

  /src/sys/dev/ic/
comvar.h 82 #ifndef COM_RING_SIZE
83 #define COM_RING_SIZE 2048
com.c 242 u_int com_rbuf_size = COM_RING_SIZE;
245 u_int com_rbuf_hiwat = (COM_RING_SIZE * 1) / 4;
246 u_int com_rbuf_lowat = (COM_RING_SIZE * 3) / 4;

Completed in 19 milliseconds