Lines Matching defs:ixl_tx_ring
383 struct ixl_tx_ring {
435 struct ixl_tx_ring *qp_txr;
556 * + a field in ixl_tx_ring is protected by txr_lock (a spin mutex), and
827 static struct ixl_tx_ring *
829 static void ixl_txr_qdis(struct ixl_softc *, struct ixl_tx_ring *, int);
830 static void ixl_txr_config(struct ixl_softc *, struct ixl_tx_ring *);
831 static int ixl_txr_enabled(struct ixl_softc *, struct ixl_tx_ring *);
832 static int ixl_txr_disabled(struct ixl_softc *, struct ixl_tx_ring *);
833 static void ixl_txr_unconfig(struct ixl_softc *, struct ixl_tx_ring *);
834 static void ixl_txr_clean(struct ixl_softc *, struct ixl_tx_ring *);
835 static void ixl_txr_free(struct ixl_softc *, struct ixl_tx_ring *);
836 static int ixl_txeof(struct ixl_softc *, struct ixl_tx_ring *, u_int);
1967 struct ixl_tx_ring *txr;
2180 struct ixl_tx_ring *txr;
2356 static struct ixl_tx_ring *
2359 struct ixl_tx_ring *txr = NULL;
2424 ixl_txr_qdis(struct ixl_softc *sc, struct ixl_tx_ring *txr, int enable)
2443 ixl_txr_config(struct ixl_softc *sc, struct ixl_tx_ring *txr)
2467 ixl_txr_unconfig(struct ixl_softc *sc, struct ixl_tx_ring *txr)
2477 ixl_txr_clean(struct ixl_softc *sc, struct ixl_tx_ring *txr)
2501 ixl_txr_enabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
2519 ixl_txr_disabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
2539 ixl_txr_free(struct ixl_softc *sc, struct ixl_tx_ring *txr)
2566 struct ixl_tx_ring *txr)
2661 ixl_tx_common_locked(struct ifnet *ifp, struct ixl_tx_ring *txr,
2776 ixl_txeof(struct ixl_softc *sc, struct ixl_tx_ring *txr, u_int txlimit)
2863 struct ixl_tx_ring *txr;
2887 struct ixl_tx_ring *txr;
2925 struct ixl_tx_ring *txr = xtxr;
3377 struct ixl_tx_ring *txr = qp->qp_txr;
3411 struct ixl_tx_ring *txr;
3457 struct ixl_tx_ring *txr = qp->qp_txr;
3498 struct ixl_tx_ring *txr = qp->qp_txr;
6043 struct ixl_tx_ring *txr;
6202 struct ixl_tx_ring *txr;