HomeSort by: relevance | last modified time | path
    Searched refs:wpi_tx_ring (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wpivar.h 70 struct wpi_tx_ring { struct
146 struct wpi_tx_ring txq[4];
147 struct wpi_tx_ring cmdq;
if_wpi.c 100 static int wpi_alloc_tx_ring(struct wpi_softc *, struct wpi_tx_ring *,
102 static void wpi_reset_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
103 static void wpi_free_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
781 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, int count,
837 wpi_reset_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring)
872 wpi_free_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring)
1633 struct wpi_tx_ring *ring = &sc->txq[desc->qid & 0x3];
1680 struct wpi_tx_ring *ring = &sc->cmdq;
1902 struct wpi_tx_ring *ring = &sc->txq[ac];
2384 struct wpi_tx_ring *ring = &sc->cmdq
    [all...]

Completed in 13 milliseconds