Searched refs:rxDescRead (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/mwl/
H A Dmwlhal.h207 uint32_t rxDescRead; member in struct:mwl_hal_hwspec
220 uint32_t rxDescRead; member in struct:mwl_hal_txrxdma
H A Dif_mwl.c970 sc->sc_hwdma.rxDescRead = sc->sc_rxdma.dd_desc_paddr;
971 WR4(sc, sc->sc_hwspecs.rxDescRead, sc->sc_hwdma.rxDescRead);
972 WR4(sc, sc->sc_hwspecs.rxDescWrite, sc->sc_hwdma.rxDescRead);
2620 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead),
H A Dmwlhal.c576 hw->rxDescRead = le32toh(pCmd->RxPdRdPtr)& 0x0000ffff;
621 pCmd->RxPdWrPtr = htole32(dma->rxDescRead);

Completed in 182 milliseconds