HomeSort by: relevance | last modified time | path
    Searched defs:ixl_tx_ring (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_ixl.c 383 struct ixl_tx_ring { struct
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 *);
    [all...]
if_ixl.c 383 struct ixl_tx_ring { struct
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 *);
    [all...]
if_ixl.c 383 struct ixl_tx_ring { struct
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 *);
    [all...]

Completed in 82 milliseconds