Home
last modified time | relevance | path

Searched refs:wpi_tx_ring (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/wpi/
HDif_wpivar.h68 struct wpi_tx_ring { struct
191 struct wpi_tx_ring txq[WPI_DRV_NTXQUEUES];
243 struct wpi_tx_ring *);
HDif_wpi.c163 static int wpi_alloc_tx_ring(struct wpi_softc *, struct wpi_tx_ring *,
165 static void wpi_update_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
167 struct wpi_tx_ring *);
168 static void wpi_reset_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
169 static void wpi_free_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
1187 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, uint8_t qid) in wpi_alloc_tx_ring()
1269 wpi_update_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring) in wpi_update_tx_ring()
1275 wpi_update_tx_ring_ps(struct wpi_softc *sc, struct wpi_tx_ring *ring) in wpi_update_tx_ring_ps()
1295 wpi_reset_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring) in wpi_reset_tx_ring()
1327 wpi_free_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring) in wpi_free_tx_ring()
[all …]