Searched refs:rd_dev_sg_table (Results 1 – 2 of 2) sorted by relevance
17 struct rd_dev_sg_table { struct39 struct rd_dev_sg_table *sg_table_array; argument41 struct rd_dev_sg_table *sg_prot_array;
82 static u32 rd_release_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_release_sgl_table()131 static int rd_allocate_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_allocate_sgl_table()206 struct rd_dev_sg_table *sg_table; in rd_build_device_space()226 sg_table = kzalloc(sg_tables * sizeof(struct rd_dev_sg_table), GFP_KERNEL); in rd_build_device_space()269 struct rd_dev_sg_table *sg_table; in rd_build_prot_space()287 sg_table = kzalloc(sg_tables * sizeof(struct rd_dev_sg_table), GFP_KERNEL); in rd_build_prot_space()366 static struct rd_dev_sg_table *rd_get_sg_table(struct rd_dev *rd_dev, u32 page) in rd_get_sg_table()368 struct rd_dev_sg_table *sg_table; in rd_get_sg_table()386 static struct rd_dev_sg_table *rd_get_prot_table(struct rd_dev *rd_dev, u32 page) in rd_get_prot_table()388 struct rd_dev_sg_table *sg_table; in rd_get_prot_table()[all …]