Home
last modified time | relevance | path

Searched refs:raidvol_p0 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c2561 struct leapraid_raidvol_p0 raidvol_p0; in leapraid_cfg_get_number_pds() local
2567 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() local
2649 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 …]