Searched defs:rd_dev (Results 1 – 2 of 2) sorted by relevance
27 struct rd_dev { struct31 u32 rd_dev_id; argument38 /* Array of rd_dev_sg_table_t containing scatterlists */ argument39 struct rd_dev_sg_table *sg_table_array; argument41 struct rd_dev_sg_table *sg_prot_array; argument43 struct rd_host *rd_host;
76 static u32 rd_release_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_release_sgl_table()101 static void rd_release_device_space(struct rd_dev *rd_dev) in rd_release_device_space()125 static int rd_allocate_sgl_table(struct rd_dev *rd_dev, struct rd_dev_sg_table *sg_table, in rd_allocate_sgl_table()190 static int rd_build_device_space(struct rd_dev *rd_dev) in rd_build_device_space()234 static void rd_release_prot_space(struct rd_dev *rd_dev) in rd_release_prot_space()253 static int rd_build_prot_space(struct rd_dev *rd_dev, int prot_length, int block_size) in rd_build_prot_space()296 struct rd_dev *rd_dev; in rd_alloc_device() local312 struct rd_dev *rd_dev = RD_DEV(dev); in rd_configure_device() local348 struct rd_dev *rd_dev = RD_DEV(dev); in rd_dev_call_rcu() local355 struct rd_dev *rd_dev = RD_DEV(dev); in rd_free_device() local[all …]