Searched refs:target_obj (Results 1 – 4 of 4) sorted by relevance
77 function target_obj function106 obj=$(target_obj $fs)120 obj=$(target_obj ${fs}-new)122 obj=$(target_obj ${fsclone}-new)133 obj=$(target_obj $fsclone)140 obj=$(target_obj $vol)152 obj=$(target_obj ${vol}-new)155 obj=$(target_obj ${volclone}-new)165 obj=$(target_obj $volclone)
112 struct drm_gem_object *target_obj; in i915_gem_execbuffer_relocate_entry() local118 target_obj = &eb_get_object(eb, reloc->target_handle)->base; in i915_gem_execbuffer_relocate_entry()119 if (unlikely(target_obj == NULL)) in i915_gem_execbuffer_relocate_entry()122 target_i915_obj = to_intel_bo(target_obj); in i915_gem_execbuffer_relocate_entry()157 if (unlikely(reloc->write_domain && target_obj->pending_write_domain && in i915_gem_execbuffer_relocate_entry()158 reloc->write_domain != target_obj->pending_write_domain)) { in i915_gem_execbuffer_relocate_entry()165 target_obj->pending_write_domain); in i915_gem_execbuffer_relocate_entry()169 target_obj->pending_read_domains |= reloc->read_domains; in i915_gem_execbuffer_relocate_entry()170 target_obj->pending_write_domain |= reloc->write_domain; in i915_gem_execbuffer_relocate_entry()
1041 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_mac_e2()1198 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vlan_e2()1250 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vlan_mac_e2()1307 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vxlan_fltr_e2()1628 struct ecore_vlan_mac_obj *dest_o = elem->cmd_data.vlan_mac.target_obj; in ecore_validate_vlan_mac_move()1987 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()2061 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
602 struct ecore_vlan_mac_obj *target_obj; member