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

/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.h209 uint32_t rxDescRead; member in struct:mwl_hal_hwspec
222 uint32_t rxDescRead; member in struct:mwl_hal_txrxdma
H A Dif_mwl.c972 sc->sc_hwdma.rxDescRead = sc->sc_rxdma.dd_desc_paddr;
973 WR4(sc, sc->sc_hwspecs.rxDescRead, sc->sc_hwdma.rxDescRead);
974 WR4(sc, sc->sc_hwspecs.rxDescWrite, sc->sc_hwdma.rxDescRead);
2624 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead),
H A Dmwlhal.c578 hw->rxDescRead = le32toh(pCmd->RxPdRdPtr)& 0x0000ffff;
623 pCmd->RxPdWrPtr = htole32(dma->rxDescRead);

Completed in 189 milliseconds