Searched refs:ue (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/usbip/ |
D | usbip_event.c | 42 struct usbip_event *ue = NULL; in get_event() local 48 ue = list_first_entry(&event_list, struct usbip_event, node); in get_event() 49 list_del(&ue->node); in get_event() 53 if (ue) { in get_event() 54 ud = ue->ud; in get_event() 55 kfree(ue); in get_event() 146 struct usbip_event *ue; in usbip_event_add() local 156 list_for_each_entry_reverse(ue, &event_list, node) { in usbip_event_add() 157 if (ue->ud == ud) in usbip_event_add() 161 ue = kmalloc(sizeof(struct usbip_event), GFP_ATOMIC); in usbip_event_add() [all …]
|
/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 245 asd_ha->hw_prof.ue.num = le16_to_cpu(bc_struct->ue_num); in asd_get_bios_chim() 246 asd_ha->hw_prof.ue.size= le16_to_cpu(bc_struct->ue_size); in asd_get_bios_chim() 247 ASD_DPRINTK("ue num:%d, ue size:%d\n", asd_ha->hw_prof.ue.num, in asd_get_bios_chim() 248 asd_ha->hw_prof.ue.size); in asd_get_bios_chim() 249 size = asd_ha->hw_prof.ue.num * asd_ha->hw_prof.ue.size; in asd_get_bios_chim() 252 asd_ha->hw_prof.ue.area = kmalloc(size, GFP_KERNEL); in asd_get_bios_chim() 253 if (!asd_ha->hw_prof.ue.area) in asd_get_bios_chim() 255 err = asd_read_ocm_seg(asd_ha, (void *)asd_ha->hw_prof.ue.area, in asd_get_bios_chim() 258 kfree(asd_ha->hw_prof.ue.area); in asd_get_bios_chim() 259 asd_ha->hw_prof.ue.area = NULL; in asd_get_bios_chim() [all …]
|
D | aic94xx_init.c | 585 if (asd_ha->hw_prof.ue.area) { in asd_destroy_ha_caches() 586 kfree(asd_ha->hw_prof.ue.area); in asd_destroy_ha_caches() 587 asd_ha->hw_prof.ue.area = NULL; in asd_destroy_ha_caches()
|
D | aic94xx_hwi.h | 87 struct unit_element_struct ue; member
|
/drivers/cxl/core/ |
D | pci.c | 727 bool ue; in cxl_error_detected() local 735 ue = cxl_report_and_clear(cxlds); in cxl_error_detected() 739 if (ue) { in cxl_error_detected()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras.c | 1245 unsigned long ce, ue; in amdgpu_ras_query_error_count() local 1257 ue = 0; in amdgpu_ras_query_error_count() 1265 ret = amdgpu_ras_query_error_count_helper(adev, &ce, &ue, &info); in amdgpu_ras_query_error_count() 1269 ret = amdgpu_ras_query_error_count_helper(adev, &ce, &ue, query_info); in amdgpu_ras_query_error_count() 1279 *ue_count = ue; in amdgpu_ras_query_error_count()
|