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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro100/dev/fxp/
H A Dif_fxp.c239 struct fxp_rx *rxp);
241 struct fxp_rx *rxp);
243 struct fxp_rx *rxp);
428 struct fxp_rx *rxp; local
778 rxp = &sc->fxp_desc.rx_list[i];
779 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &rxp->rx_map);
784 if (fxp_new_rfabuf(sc, rxp) != 0) {
788 fxp_add_rfabuf(sc, rxp);
934 struct fxp_rx *rxp; local
961 rxp
1865 struct fxp_rx *rxp; local
2624 fxp_new_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2686 fxp_add_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2712 fxp_discard_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
[all...]

Completed in 77 milliseconds