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

/netbsd-current/sys/dev/ic/
H A Di82557.c188 int fxp_add_rfabuf(struct fxp_softc *, bus_dmamap_t, int);
1439 if (fxp_add_rfabuf(sc, rxmap, 1) != 0) {
1949 if ((error = fxp_add_rfabuf(sc, rxmap, 0)) != 0) {
2076 fxp_add_rfabuf(struct fxp_softc *sc, bus_dmamap_t rxmap, int unload) function
2105 panic("fxp_add_rfabuf");

Completed in 157 milliseconds