sys/dev/pci/if_aq.c
1268
struct aq_txring txring;
sys/dev/pci/if_aq.c
1456
struct aq_txring *, bool);
sys/dev/pci/if_aq.c
1466
static int aq_tx_pcq_alloc(struct aq_softc *, struct aq_txring *);
sys/dev/pci/if_aq.c
1467
static void aq_tx_pcq_free(struct aq_softc *, struct aq_txring *);
sys/dev/pci/if_aq.c
4682
aq_txring_alloc(struct aq_softc *sc, struct aq_txring *txring)
sys/dev/pci/if_aq.c
4707
aq_txring_free(struct aq_softc *sc, struct aq_txring *txring)
sys/dev/pci/if_aq.c
4910
aq_tx_pcq_alloc(struct aq_softc *sc, struct aq_txring *txring)
sys/dev/pci/if_aq.c
4938
aq_tx_pcq_free(struct aq_softc *sc, struct aq_txring *txring)
sys/dev/pci/if_aq.c
4985
struct aq_txring *txring = &sc->sc_queue[n].txring;
sys/dev/pci/if_aq.c
5107
struct aq_txring *txring = &queue->txring;
sys/dev/pci/if_aq.c
5152
aq_txring_reset(struct aq_softc *sc, struct aq_txring *txring, bool start)
sys/dev/pci/if_aq.c
5310
aq_encap_txring(struct aq_softc *sc, struct aq_txring *txring, struct mbuf *m)
sys/dev/pci/if_aq.c
5412
struct aq_txring * const txring = arg;
sys/dev/pci/if_aq.c
5804
struct aq_txring *txring, bool is_transmit)
sys/dev/pci/if_aq.c
5858
struct aq_txring * const txring = &sc->sc_queue[0].txring;
sys/dev/pci/if_aq.c
5877
struct aq_txring * const txring = &sc->sc_queue[ringidx].txring;
sys/dev/pci/if_aq.c
5898
struct aq_txring * const txring = arg;
sys/dev/pci/if_aq.c
5917
struct aq_txring *txr = &sc->sc_queue[i].txring;
sys/dev/pci/if_aq.c
5940
struct aq_txring *txr = &sc->sc_queue[i].txring;
sys/dev/pci/if_aq.c
6027
struct aq_txring *txring = &sc->sc_queue[n].txring;