Symbol: ixl_tx_ring
sys/dev/pci/if_ixl.c
1197
struct ixl_tx_ring *iv_txr;
sys/dev/pci/if_ixl.c
1344
static struct ixl_tx_ring *
sys/dev/pci/if_ixl.c
1346
static void ixl_txr_qdis(struct ixl_softc *, struct ixl_tx_ring *, int);
sys/dev/pci/if_ixl.c
1347
static void ixl_txr_config(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
1348
static int ixl_txr_enabled(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
1349
static int ixl_txr_disabled(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
1350
static void ixl_txr_unconfig(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
1351
static void ixl_txr_clean(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
1352
static void ixl_txr_free(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
1353
static int ixl_txeof(struct ixl_softc *, struct ixl_tx_ring *);
sys/dev/pci/if_ixl.c
2237
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2464
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2560
static struct ixl_tx_ring *
sys/dev/pci/if_ixl.c
2563
struct ixl_tx_ring *txr;
sys/dev/pci/if_ixl.c
2621
ixl_txr_qdis(struct ixl_softc *sc, struct ixl_tx_ring *txr, int enable)
sys/dev/pci/if_ixl.c
2640
ixl_txr_config(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2664
ixl_txr_unconfig(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2673
ixl_txr_clean(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2699
ixl_txr_enabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2717
ixl_txr_disabled(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2735
ixl_txr_free(struct ixl_softc *sc, struct ixl_tx_ring *txr)
sys/dev/pci/if_ixl.c
2771
ixl_tx_setup_offload(struct mbuf *m0, struct ixl_tx_ring *txr,
sys/dev/pci/if_ixl.c
2858
struct ixl_tx_ring *txr = ifq->ifq_softc;
sys/dev/pci/if_ixl.c
2962
ixl_txeof(struct ixl_softc *sc, struct ixl_tx_ring *txr)