Searched refs:fifo_space (Results 1 – 1 of 1) sorted by relevance
234 static size_t fifo_space(struct cyapa_softc *sc, struct cyapa_fifo *fifo);874 while ((n = fifo_space(sc, &sc->wfifo)) > 0 && uio->uio_resid) { in cyapawrite()1781 fifo_space(struct cyapa_softc *sc, struct cyapa_fifo *fifo) in fifo_space() function