Searched refs:prd_tbls (Results 1 – 2 of 2) sorted by relevance
194 prd_tbl = &config->prd_tbls[ind]; in thc_copy_one_sgl_to_prd()214 memset(config->prd_tbls, 0, array_size(PRD_TABLE_SIZE, config->prd_tbl_num)); in thc_copy_sgls_to_prd()242 config->prd_tbls = cpu_addr; in setup_dma_buffers()309 memset(config->prd_tbls, 0, prd_tbls_size); in release_dma_buffers()311 if (config->prd_tbls) { in release_dma_buffers()312 dma_free_coherent(dev->dev, prd_tbls_size, config->prd_tbls, in release_dma_buffers()314 config->prd_tbls = NULL; in release_dma_buffers()576 prd_tbl = &read_config->prd_tbls[prd_table_index]; in read_dma_buffer()874 prd_tbl = &write_config->prd_tbls[0]; in write_dma_buffer()889 prd_tbl = &write_config->prd_tbls[0]; in write_dma_buffer()
108 struct thc_prd_table *prd_tbls; member
Completed in 7 milliseconds