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

/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.h76 uint32_t rxdesc_read; member in struct:malo_hal_hwspec
88 uint32_t rxdesc_read; member in struct:malo_hal_txrxdma
H A Dif_malo.c215 "wcbbase0 0x%x rxdesc_read 0x%x rxdesc_write 0x%x"
222 sc->malo_hwspecs.rxdesc_read, sc->malo_hwspecs.rxdesc_write,
707 malo_bar0_write4(sc, sc->malo_hwspecs.rxdesc_read,
708 sc->malo_hwdma.rxdesc_read);
710 sc->malo_hwdma.rxdesc_read);
729 sc->malo_hwdma.rxdesc_read = sc->malo_rxdma.dd_desc_paddr;
1956 sc->malo_hwspecs.rxdesc_read,
1957 malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_read),
1961 readptr = malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_read);
2085 malo_bar0_write4(sc, sc->malo_hwspecs.rxdesc_read, readpt
[all...]
H A Dif_malohal.c565 hw->rxdesc_read = le32toh(cmd->rxpdrd_ptr)& 0x0000ffff;

Completed in 110 milliseconds