Lines Matching refs:num_paths
2130 int num_paths;
2149 num_paths = mpt_raid_phys_disk_get_num_paths(ioc,
2151 if (num_paths < 2)
2154 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);
2163 for (j = 0; j < num_paths; j++) {
2208 int num_paths;
2227 num_paths = mpt_raid_phys_disk_get_num_paths(ioc,
2229 if (num_paths < 2)
2232 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);
2241 for (j = 0; j < num_paths; j++) {