Lines Matching refs:hifn_dma

473 	sc->sc_dma = (struct hifn_dma *)kva;  in hifn_attach()
1128 offsetof(struct hifn_dma, cmdr[0])); in hifn_init_pci_registers()
1130 offsetof(struct hifn_dma, srcr[0])); in hifn_init_pci_registers()
1132 offsetof(struct hifn_dma, dstr[0])); in hifn_init_pci_registers()
1134 offsetof(struct hifn_dma, resr[0])); in hifn_init_pci_registers()
1335 struct hifn_dma *dma = sc->sc_dma; in hifn_alloc_slot()
1381 struct hifn_dma *dma = sc->sc_dma; in hifn_writeramaddr()
1403 + offsetof(struct hifn_dma, test_src)); in hifn_writeramaddr()
1405 + offsetof(struct hifn_dma, test_dst)); in hifn_writeramaddr()
1442 struct hifn_dma *dma = sc->sc_dma; in hifn_readramaddr()
1462 offsetof(struct hifn_dma, test_src)); in hifn_readramaddr()
1465 offsetof(struct hifn_dma, test_dst)); in hifn_readramaddr()
1506 struct hifn_dma *dma = sc->sc_dma; in hifn_init_dma()
1514 offsetof(struct hifn_dma, command_bufs[i][0])); in hifn_init_dma()
1517 offsetof(struct hifn_dma, result_bufs[i][0])); in hifn_init_dma()
1520 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, cmdr[0])); in hifn_init_dma()
1522 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, srcr[0])); in hifn_init_dma()
1524 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, dstr[0])); in hifn_init_dma()
1526 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, resr[0])); in hifn_init_dma()
1652 struct hifn_dma *dma = sc->sc_dma; in hifn_dmamap_dstwrap()
1667 struct hifn_dma *dma = sc->sc_dma; in hifn_dmamap_load_dst()
1690 offsetof(struct hifn_dma, slop[cmd->slopidx]); in hifn_dmamap_load_dst()
1721 struct hifn_dma *dma = sc->sc_dma; in hifn_dmamap_srcwrap()
1736 struct hifn_dma *dma = sc->sc_dma; in hifn_dmamap_load_src()
1778 struct hifn_dma *dma = sc->sc_dma; in hifn_crypto()
2116 struct hifn_dma *dma; in hifn_intr()
2522 struct hifn_dma *dma = sc->sc_dma; in hifn_abort()
2594 struct hifn_dma *dma = sc->sc_dma; in hifn_callback()