Lines Matching refs:num_paths
2129 int num_paths;
2148 num_paths = mpt_raid_phys_disk_get_num_paths(ioc,
2150 if (num_paths < 2)
2153 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);
2162 for (j = 0; j < num_paths; j++) {
2207 int num_paths;
2226 num_paths = mpt_raid_phys_disk_get_num_paths(ioc,
2228 if (num_paths < 2)
2231 (num_paths * sizeof(RAID_PHYS_DISK1_PATH)), GFP_KERNEL);
2240 for (j = 0; j < num_paths; j++) {