Home
last modified time | relevance | path

Searched refs:rd_dev_sg_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_rd.h17 struct rd_dev_sg_table { struct
39 struct rd_dev_sg_table *sg_table_array; argument
41 struct rd_dev_sg_table *sg_prot_array;
Dtarget_core_rd.c76 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 …]