Searched refs:overrun_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/advansys/
H A Dadv_isa.c78 static u_int8_t* overrun_buf; variable
254 if (overrun_buf == NULL) {
277 (void **)&overrun_buf,
288 overrun_buf, ADV_OVERRUN_BSIZE,
297 bus_dmamem_free(overrun_dmat, overrun_buf,
343 bus_dmamem_free(overrun_dmat, overrun_buf,
H A Dadv_eisa.c78 static void* overrun_buf; variable
256 if (overrun_buf == NULL) {
277 &overrun_buf,
286 overrun_buf, ADV_OVERRUN_BSIZE,
H A Dadv_pci.c99 static void* overrun_buf; variable
203 if (overrun_buf == NULL) {
226 &overrun_buf,
237 overrun_buf, ADV_OVERRUN_BSIZE,
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h1221 uint8_t *overrun_buf; member in struct:ahd_softc
H A Daic79xx.c6424 ahd->overrun_buf = next_vaddr;
8716 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256;

Completed in 117 milliseconds