Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h294 struct iwm_rx_ring { struct
522 struct iwm_rx_ring rxq;
H A Dif_iwm.c285 int iwm_alloc_rx_ring(struct iwm_softc *, struct iwm_rx_ring *);
287 void iwm_reset_rx_ring(struct iwm_softc *, struct iwm_rx_ring *);
288 void iwm_free_rx_ring(struct iwm_softc *, struct iwm_rx_ring *);
1287 iwm_alloc_rx_ring(struct iwm_softc *sc, struct iwm_rx_ring *ring) in iwm_alloc_rx_ring()
1385 iwm_reset_rx_ring(struct iwm_softc *sc, struct iwm_rx_ring *ring) in iwm_reset_rx_ring()
1397 iwm_free_rx_ring(struct iwm_softc *sc, struct iwm_rx_ring *ring) in iwm_free_rx_ring()
4567 struct iwm_rx_ring *ring = &sc->rxq; in iwm_rx_addbuf()