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

  /src/sys/dev/scsipi/
if_se.c 124 #define RBUF_LEN (16 * 1024)
358 sc->sc_rbuf = malloc(RBUF_LEN, M_DEVBUF, M_WAITOK);
652 sc->sc_rbuf, RBUF_LEN, SERETRIES, SETIMEOUT, NULL,
if_dse.c 114 #define RBUF_LEN (16 * 1024)
387 sc->sc_rbuf = malloc(RBUF_LEN + 16, M_DEVBUF, M_WAITOK);
698 sc->sc_rbuf, RBUF_LEN, DSE_RETRIES, DSE_TIMEOUT, NULL,

Completed in 13 milliseconds