Symbol: ixl_tx_ring
sys/dev/pci/if_ixl.c
1967
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2180
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2356
static struct ixl_tx_ring *
sys/dev/pci/if_ixl.c
2359
struct ixl_tx_ring *txr = NULL;
sys/dev/pci/if_ixl.c
2424
ixl_txr_qdis(struct ixl_softc *sc, struct ixl_tx_ring *txr, int enable)
sys/dev/pci/if_ixl.c
2443
ixl_txr_config(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2467
ixl_txr_unconfig(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2477
ixl_txr_clean(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2501
ixl_txr_enabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2519
ixl_txr_disabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2539
ixl_txr_free(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2566
struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2661
ixl_tx_common_locked(struct ifnet *ifp, struct ixl_tx_ring *txr,
sys/dev/pci/if_ixl.c
2776
ixl_txeof(struct ixl_softc *sc, struct ixl_tx_ring *txr, u_int txlimit)
sys/dev/pci/if_ixl.c
2863
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2887
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2925
struct ixl_tx_ring *txr = xtxr;
sys/dev/pci/if_ixl.c
3377
struct ixl_tx_ring *txr = qp->qp_txr;
sys/dev/pci/if_ixl.c
3411
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
3457
struct ixl_tx_ring *txr = qp->qp_txr;
sys/dev/pci/if_ixl.c
3498
struct ixl_tx_ring *txr = qp->qp_txr;
sys/dev/pci/if_ixl.c
435
struct ixl_tx_ring *qp_txr;
sys/dev/pci/if_ixl.c
6043
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
6202
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
827
static struct ixl_tx_ring *
sys/dev/pci/if_ixl.c
829
static void ixl_txr_qdis(struct ixl_softc *, struct ixl_tx_ring *, int);
sys/dev/pci/if_ixl.c
830
static void ixl_txr_config(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
831
static int ixl_txr_enabled(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
832
static int ixl_txr_disabled(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
833
static void ixl_txr_unconfig(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
834
static void ixl_txr_clean(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
835
static void ixl_txr_free(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
836
static int ixl_txeof(struct ixl_softc *, struct ixl_tx_ring *, u_int);