Home
last modified time | relevance | path

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

/drivers/scsi/aic94xx/
Daic94xx_sds.c263 asd_ha->hw_prof.ue.num = le16_to_cpu(bc_struct->ue_num); in asd_get_bios_chim()
264 asd_ha->hw_prof.ue.size= le16_to_cpu(bc_struct->ue_size); in asd_get_bios_chim()
265 ASD_DPRINTK("ue num:%d, ue size:%d\n", asd_ha->hw_prof.ue.num, in asd_get_bios_chim()
266 asd_ha->hw_prof.ue.size); in asd_get_bios_chim()
267 size = asd_ha->hw_prof.ue.num * asd_ha->hw_prof.ue.size; in asd_get_bios_chim()
270 asd_ha->hw_prof.ue.area = kmalloc(size, GFP_KERNEL); in asd_get_bios_chim()
271 if (!asd_ha->hw_prof.ue.area) in asd_get_bios_chim()
273 err = asd_read_ocm_seg(asd_ha, (void *)asd_ha->hw_prof.ue.area, in asd_get_bios_chim()
276 kfree(asd_ha->hw_prof.ue.area); in asd_get_bios_chim()
277 asd_ha->hw_prof.ue.area = NULL; in asd_get_bios_chim()
[all …]
Daic94xx_init.c613 if (asd_ha->hw_prof.ue.area) { in asd_destroy_ha_caches()
614 kfree(asd_ha->hw_prof.ue.area); in asd_destroy_ha_caches()
615 asd_ha->hw_prof.ue.area = NULL; in asd_destroy_ha_caches()
Daic94xx_hwi.h105 struct unit_element_struct ue; member