Searched refs:DTV_DEFAULT_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
115 if (dtv_buffer_realloc(sc, DTV_DEFAULT_BUFSIZE) != 0) { in dtv_attach()225 sc->sc_bufsize = DTV_DEFAULT_BUFSIZE; in dtvopen()
42 #define DTV_DEFAULT_BUFSIZE (32 * DTV_DEFAULT_BLOCKSIZE) macro