Searched refs:raidvol_p0 (Results 1 – 1 of 1) sorted by relevance
2561 struct leapraid_raidvol_p0 raidvol_p0; in leapraid_cfg_get_number_pds() local2567 rc = leapraid_op_config_page(adapter, &raidvol_p0, cfgp1, in leapraid_cfg_get_number_pds()2570 *num_pds = raidvol_p0.num_phys_disks; in leapraid_cfg_get_number_pds()2635 struct leapraid_raidvol_p0 *raidvol_p0; in leapraid_get_volume_cap() local2649 raidvol_p0 = kzalloc(sz, GFP_KERNEL); in leapraid_get_volume_cap()2650 if (!raidvol_p0) in leapraid_get_volume_cap()2655 if (leapraid_op_config_page(adapter, raidvol_p0, cfgp1, cfgp2, in leapraid_get_volume_cap()2661 raid_volume->vol_type = raidvol_p0->volume_type; in leapraid_get_volume_cap()2663 cfgp2.form_specific = raidvol_p0->phys_disk[0].phys_disk_num; in leapraid_get_volume_cap()2675 kfree(raidvol_p0); in leapraid_get_volume_cap()[all …]