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

/freebsd-10-stable/sys/dev/fxp/
H A Dif_fxpvar.h117 struct fxp_rx { struct
118 struct fxp_rx *rx_next;
132 struct fxp_rx rx_list[FXP_NRFABUFS];
135 struct fxp_rx *rx_head;
136 struct fxp_rx *rx_tail;
H A Dif_fxp.c239 struct fxp_rx *rxp);
241 struct fxp_rx *rxp);
243 struct fxp_rx *rxp);
428 struct fxp_rx *rxp;
934 struct fxp_rx *rxp;
1866 struct fxp_rx *rxp;
2632 fxp_new_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp)
2694 fxp_add_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp)
2697 struct fxp_rx *p_rx;
2720 fxp_discard_rfabuf(struct fxp_softc *sc, struct fxp_rx *rx
[all...]

Completed in 51 milliseconds