Searched refs:rd_page_count (Results 1 – 2 of 2) sorted by relevance
212 if (rd_dev->rd_page_count <= 0) { in rd_build_device_space()214 rd_dev->rd_page_count); in rd_build_device_space()222 total_sg_needed = rd_dev->rd_page_count; in rd_build_device_space()242 rd_dev->rd_dev_id, rd_dev->rd_page_count, in rd_build_device_space()283 total_sg_needed = (rd_dev->rd_page_count * prot_length / block_size) + 1; in rd_build_prot_space()347 rd_host->rd_host_id, rd_dev->rd_dev_id, rd_dev->rd_page_count, in rd_configure_device()349 (unsigned long)(rd_dev->rd_page_count * PAGE_SIZE)); in rd_configure_device()624 rd_dev->rd_page_count = arg; in rd_set_configfs_dev_params()626 " Count: %u\n", rd_dev->rd_page_count); in rd_set_configfs_dev_params()653 " SG_table_count: %u nullio: %d\n", rd_dev->rd_page_count, in rd_show_configfs_dev_params()[all …]
33 u32 rd_page_count; member