Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c228 struct dma64desc *rxd64; member
533 di->rxd64 = (struct dma64desc *) in dma64_alloc()
535 di->rxdalign = (uint) ((s8 *)di->rxd64 - (s8 *) va); in dma64_alloc()
758 if (di->rxd64) in dma_detach()
760 ((s8 *)di->rxd64 - di->rxdalign), in dma_detach()
855 memset(di->rxd64, '\0', di->nrxd * sizeof(struct dma64desc)); in dma_rxinit()
894 pa = le32_to_cpu(di->rxd64[i].addrlow) - di->dataoffsetlow; in dma64_getnextrxp()
899 di->rxd64[i].addrlow = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()
900 di->rxd64[i].addrhigh = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()
1095 dma64_dd_upd(di, di->rxd64, pa, rxout, &flags, in dma_rxfill()