Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c385 struct drm_gem_object *target_obj; in i915_gem_execbuffer_relocate_entry() local
396 target_obj = &target_vma->obj->base; in i915_gem_execbuffer_relocate_entry()
434 target_obj->pending_read_domains |= reloc->read_domains; in i915_gem_execbuffer_relocate_entry()
435 target_obj->pending_write_domain |= reloc->write_domain; in i915_gem_execbuffer_relocate_entry()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c946 elem->cmd_data.vlan_mac.target_obj, in bnx2x_set_one_mac_e2()
1100 elem->cmd_data.vlan_mac.target_obj, in bnx2x_set_one_vlan_e2()
1148 struct bnx2x_vlan_mac_obj *target_obj; in bnx2x_set_one_vlan_mac_e2() local
1154 target_obj = elem->cmd_data.vlan_mac.target_obj; in bnx2x_set_one_vlan_mac_e2()
1155 bnx2x_vlan_mac_set_cmd_hdr_e2(bp, target_obj, in bnx2x_set_one_vlan_mac_e2()
1448 struct bnx2x_vlan_mac_obj *dest_o = elem->cmd_data.vlan_mac.target_obj; in bnx2x_validate_vlan_mac_move()
1807 cam_obj = elem->cmd_data.vlan_mac.target_obj; in bnx2x_execute_vlan_mac()
1880 cam_obj = elem->cmd_data.vlan_mac.target_obj; in bnx2x_execute_vlan_mac()
Dbnx2x_sp.h139 struct bnx2x_vlan_mac_obj *target_obj; member