Home
last modified time | relevance | path

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

/linux/drivers/scsi/smartpqi/
A Dsmartpqi_init.c2745 rmd->last_block = rmd->first_block + rmd->block_cnt - 1; in pci_get_aio_common_raid_map_values()
2769 rmd->first_row_offset = (u32)(rmd->first_block - (rmd->first_row * rmd->blocks_per_row)); in pci_get_aio_common_raid_map_values()
2770 rmd->last_row_offset = (u32)(rmd->last_block - (rmd->last_row * rmd->blocks_per_row)); in pci_get_aio_common_raid_map_values()
2778 rmd->first_row = rmd->first_block / rmd->blocks_per_row; in pci_get_aio_common_raid_map_values()
2779 rmd->last_row = rmd->last_block / rmd->blocks_per_row; in pci_get_aio_common_raid_map_values()
2784 rmd->first_column = rmd->first_row_offset / rmd->strip_size; in pci_get_aio_common_raid_map_values()
2785 rmd->last_column = rmd->last_row_offset / rmd->strip_size; in pci_get_aio_common_raid_map_values()
2830 rmd->first_group = (rmd->first_block % rmd->stripesize) / rmd->blocks_per_row; in pqi_calc_aio_r5_or_r6()
2831 rmd->last_group = (rmd->last_block % rmd->stripesize) / rmd->blocks_per_row; in pqi_calc_aio_r5_or_r6()
2848 rmd->r5or6_last_row = rmd->last_block / rmd->stripesize; in pqi_calc_aio_r5_or_r6()
[all …]
/linux/arch/x86/xen/
A Dmmu_pv.c2420 pte_t pte = pte_mkspecial(mfn_pte(*rmd->pfn, rmd->prot)); in remap_area_pfn_pte_fn()
2426 if (rmd->contiguous) in remap_area_pfn_pte_fn()
2427 (*rmd->pfn)++; in remap_area_pfn_pte_fn()
2429 rmd->pfn++; in remap_area_pfn_pte_fn()
2432 rmd->mmu_update->ptr |= rmd->no_translate ? in remap_area_pfn_pte_fn()
2436 rmd->mmu_update++; in remap_area_pfn_pte_fn()
2446 struct remap_data rmd; in xen_remap_pfn() local
2453 rmd.pfn = pfn; in xen_remap_pfn()
2454 rmd.prot = prot; in xen_remap_pfn()
2459 rmd.contiguous = !err_ptr; in xen_remap_pfn()
[all …]

Completed in 30 milliseconds