Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wpi/
HDif_wpi.c169 static void wpi_free_tx_ring(struct wpi_softc *, struct wpi_tx_ring *);
731 wpi_free_tx_ring(sc, &sc->txq[qid]); in wpi_detach()
1263 fail: wpi_free_tx_ring(sc, ring); in wpi_alloc_tx_ring()
1327 wpi_free_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring) in wpi_free_tx_ring() function