Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dvio9p.c112 char *sc_buf_tx; member
342 error = uiomove(sc->sc_buf_tx, len, uio); in vio9p_write()
351 log(LOG_DEBUG, "%c", (char)sc->sc_buf_tx[i]); in vio9p_write()
516 sc->sc_buf_tx = kmem_alloc(VIO9P_MAX_REQLEN, KM_SLEEP); in vio9p_attach()
535 sc->sc_buf_tx, VIO9P_MAX_REQLEN, NULL, BUS_DMA_WAITOK | BUS_DMA_WRITE); in vio9p_attach()