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;
76 static u32 rd_release_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_release_sgl_table()125 static int rd_allocate_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_allocate_sgl_table()192 struct rd_dev_sg_table *sg_table; in rd_build_device_space()212 sg_table = kzalloc(sg_tables * sizeof(struct rd_dev_sg_table), GFP_KERNEL); in rd_build_device_space()255 struct rd_dev_sg_table *sg_table; in rd_build_prot_space()273 sg_table = kzalloc(sg_tables * sizeof(struct rd_dev_sg_table), GFP_KERNEL); in rd_build_prot_space()361 static struct rd_dev_sg_table *rd_get_sg_table(struct rd_dev *rd_dev, u32 page) in rd_get_sg_table()363 struct rd_dev_sg_table *sg_table; in rd_get_sg_table()381 static struct rd_dev_sg_table *rd_get_prot_table(struct rd_dev *rd_dev, u32 page) in rd_get_prot_table()383 struct rd_dev_sg_table *sg_table; in rd_get_prot_table()[all …]