Searched refs:dev_entry (Results 1 – 1 of 1) sorted by relevance
129 struct sn_flush_device_war *dev_entry; in sn_device_fixup_war() local144 dev_entry = war_list + device; in sn_device_fixup_war()145 memcpy(common,dev_entry, sizeof(*common)); in sn_device_fixup_war()160 struct sn_flush_device_kernel *dev_entry; in sn_common_hubdev_init() local188 dev_entry = sn_flush_device_kernel; in sn_common_hubdev_init()190 device++, dev_entry++) { in sn_common_hubdev_init()192 dev_entry->common = kzalloc(size, GFP_KERNEL); in sn_common_hubdev_init()193 BUG_ON(!dev_entry->common); in sn_common_hubdev_init()197 (u64)(dev_entry->common)); in sn_common_hubdev_init()201 dev_entry->common); in sn_common_hubdev_init()[all …]