Lines Matching refs:hifn_dma

374 struct hifn_dma {  struct
882 struct hifn_dma *dma = dev->desc_virt; in hifn_init_dma()
888 offsetof(struct hifn_dma, command_bufs[i][0])); in hifn_init_dma()
891 offsetof(struct hifn_dma, result_bufs[i][0])); in hifn_init_dma()
895 offsetof(struct hifn_dma, cmdr[0])); in hifn_init_dma()
897 offsetof(struct hifn_dma, srcr[0])); in hifn_init_dma()
899 offsetof(struct hifn_dma, dstr[0])); in hifn_init_dma()
901 offsetof(struct hifn_dma, resr[0])); in hifn_init_dma()
984 offsetof(struct hifn_dma, cmdr[0])); in hifn_init_registers()
986 offsetof(struct hifn_dma, srcr[0])); in hifn_init_registers()
988 offsetof(struct hifn_dma, dstr[0])); in hifn_init_registers()
990 offsetof(struct hifn_dma, resr[0])); in hifn_init_registers()
1075 struct hifn_dma *dma = dev->desc_virt; in hifn_setup_crypto_command()
1116 struct hifn_dma *dma = dev->desc_virt; in hifn_setup_cmd_desc()
1234 struct hifn_dma *dma = dev->desc_virt; in hifn_setup_src_desc()
1267 struct hifn_dma *dma = dev->desc_virt; in hifn_setup_res_desc()
1293 struct hifn_dma *dma = dev->desc_virt; in hifn_setup_dst_desc()
1713 struct hifn_dma *dma = dev->desc_virt; in hifn_clear_rings()
1787 struct hifn_dma *dma = dev->desc_virt; in hifn_work()
1818 struct hifn_dma *dma = dev->desc_virt; in hifn_work()
1852 struct hifn_dma *dma = dev->desc_virt; in hifn_interrupt()
1917 struct hifn_dma *dma = dev->desc_virt; in hifn_flush()
2520 sizeof(struct hifn_dma), in hifn_probe()
2578 dma_free_coherent(&pdev->dev, sizeof(struct hifn_dma), dev->desc_virt, in hifn_probe()
2616 dma_free_coherent(&pdev->dev, sizeof(struct hifn_dma), in hifn_remove()