Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wds/
HDwd7000.c285 static int fragsiz; variable
580 fragsiz = (BUFSIZ / 32) & ~0x01; /* keep it word-aligned */ in wds_attach()
584 fragsiz = FRAGSIZ & ~0x01; /* keep it word-aligned */ in wds_attach()
588 for (i = fragsiz; i <= BUFSIZ; i += fragsiz) { in wds_attach()
697 if (size > fragsiz * nfrags) in frag_alloc()
701 for (i = fragsiz; i < size; i += fragsiz) in frag_alloc()
711 *res = &wp->dx->data[fragsiz * i]; in frag_alloc()