Searched refs:rd_page_count (Results 1 – 2 of 2) sorted by relevance
198 if (rd_dev->rd_page_count <= 0) { in rd_build_device_space()200 rd_dev->rd_page_count); in rd_build_device_space()208 total_sg_needed = rd_dev->rd_page_count; in rd_build_device_space()228 rd_dev->rd_dev_id, rd_dev->rd_page_count, in rd_build_device_space()269 total_sg_needed = (rd_dev->rd_page_count * prot_length / block_size) + 1; in rd_build_prot_space()334 rd_host->rd_host_id, rd_dev->rd_dev_id, rd_dev->rd_page_count, in rd_configure_device()336 (unsigned long)(rd_dev->rd_page_count * PAGE_SIZE)); in rd_configure_device()589 rd_dev->rd_page_count = arg; in rd_set_configfs_dev_params()591 " Count: %u\n", rd_dev->rd_page_count); in rd_set_configfs_dev_params()618 " 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