Searched refs:resr (Results 1 – 2 of 2) sorted by relevance
96 struct hifn_desc resr[HIFN_D_RES_RSIZE+1]; member114 #define HIFN_RESR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), resr, (i), (f))
1134 offsetof(struct hifn_dma, resr[0])); in hifn_init_pci_registers()1369 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID | in hifn_alloc_slot()1410 dma->resr[resi].l = htole32(4 | masks); in hifn_writeramaddr()1419 if ((dma->resr[resi].l & htole32(HIFN_D_VALID)) == 0) in hifn_writeramaddr()1470 dma->resr[resi].l = htole32(HIFN_MAX_RESULT | masks); in hifn_readramaddr()1479 if ((dma->resr[resi].l & htole32(HIFN_D_VALID)) == 0) in hifn_readramaddr()1516 dma->resr[i].p = htole32(sc->sc_dma_physaddr + in hifn_init_dma()1525 dma->resr[HIFN_D_RES_RSIZE].p = in hifn_init_dma()1526 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, resr[0])); in hifn_init_dma()1997 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID | in hifn_crypto()[all …]