Searched refs:rd_dev_sg_table (Results 1 – 2 of 2) sorted by relevance
22 struct rd_dev_sg_table { struct 45 struct rd_dev_sg_table *sg_table_array; argument 46 /* Array of rd_dev_sg_table containing protection scatterlists */47 struct rd_dev_sg_table *sg_prot_array;
63 static u32 rd_release_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_release_sgl_table() 112 static int rd_allocate_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_allocate_sgl_table() 156 " pages for struct rd_dev_sg_table\n"); in rd_allocate_sgl_table() 176 struct rd_dev_sg_table *sg_table; in rd_build_device_space() 235 struct rd_dev_sg_table *sg_table; in rd_build_prot_space() 339 static struct rd_dev_sg_table *rd_get_sg_table(struct rd_dev *rd_dev, u32 page) in rd_get_sg_table() 341 struct rd_dev_sg_table *sg_table; in rd_get_sg_table() 353 pr_err("Unable to locate struct rd_dev_sg_table for page: %u\n", in rd_get_sg_table() 359 static struct rd_dev_sg_table *rd_get_prot_table(struct rd_dev *rd_dev, u32 page) in rd_get_prot_table() 361 struct rd_dev_sg_table *sg_tabl in rd_get_prot_table() [all...]