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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h69 struct wpi_tx_ring { struct
182 struct wpi_tx_ring txq[WPI_DRV_NTXQUEUES];
221 struct wpi_tx_ring *);
H A Dif_wpi.c156 static int wpi_alloc_tx_ring(struct wpi_softc *, struct wpi_tx_ring *,
158 static void wpi_update_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
160 struct wpi_tx_ring *);
161 static void wpi_reset_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
162 static void wpi_free_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
1156 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, uint8_t qid)
1232 wpi_update_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring)
1238 wpi_update_tx_ring_ps(struct wpi_softc *sc, struct wpi_tx_ring *ring)
1258 wpi_reset_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring)
1290 wpi_free_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *rin
[all...]

Completed in 111 milliseconds