Lines Matching defs:ixl_rx_ring
411 struct ixl_rx_ring {
436 struct ixl_rx_ring *qp_rxr;
557 * a field in ixl_rx_ring is protected by rxr_lock (a spin mutex).
838 static struct ixl_rx_ring *
840 static void ixl_rxr_config(struct ixl_softc *, struct ixl_rx_ring *);
841 static int ixl_rxr_enabled(struct ixl_softc *, struct ixl_rx_ring *);
842 static int ixl_rxr_disabled(struct ixl_softc *, struct ixl_rx_ring *);
843 static void ixl_rxr_unconfig(struct ixl_softc *, struct ixl_rx_ring *);
844 static void ixl_rxr_clean(struct ixl_softc *, struct ixl_rx_ring *);
845 static void ixl_rxr_free(struct ixl_softc *, struct ixl_rx_ring *);
846 static int ixl_rxeof(struct ixl_softc *, struct ixl_rx_ring *, u_int);
847 static int ixl_rxfill(struct ixl_softc *, struct ixl_rx_ring *);
1924 struct ixl_rx_ring *rxr = qp->qp_rxr;
1936 struct ixl_rx_ring *rxr = qp->qp_rxr;
1966 struct ixl_rx_ring *rxr;
2179 struct ixl_rx_ring *rxr;
2936 static struct ixl_rx_ring *
2939 struct ixl_rx_ring *rxr = NULL;
2993 ixl_rxr_clean(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3023 ixl_rxr_enabled(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3041 ixl_rxr_disabled(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3061 ixl_rxr_config(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3098 ixl_rxr_unconfig(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3108 ixl_rxr_free(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3174 ixl_rxeof(struct ixl_softc *sc, struct ixl_rx_ring *rxr, u_int rxlimit)
3293 ixl_rxfill(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
3378 struct ixl_rx_ring *rxr = qp->qp_rxr;
3412 struct ixl_rx_ring *rxr;
3458 struct ixl_rx_ring *rxr = qp->qp_rxr;
3499 struct ixl_rx_ring *rxr = qp->qp_rxr;
6044 struct ixl_rx_ring *rxr;
6203 struct ixl_rx_ring *rxr;