Home
last modified time | relevance | path

Searched refs:immediate (Results 1 – 25 of 46) sorted by relevance

12

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm_sdma.c45 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_alloc_job()
47 struct drm_sched_entity *entity = p->immediate ? &p->vm->immediate in amdgpu_vm_sdma_alloc_job()
134 if (fence && !p->immediate) { in amdgpu_vm_sdma_commit()
167 trace_amdgpu_vm_copy_ptes(pe, src, count, p->immediate); in amdgpu_vm_sdma_copy_ptes()
194 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_sdma_set_ptes()
A Damdgpu_trace.h367 uint32_t incr, uint64_t flags, bool immediate),
368 TP_ARGS(pe, addr, count, incr, flags, immediate),
375 __field(bool, immediate)
384 __entry->immediate = immediate;
388 __entry->flags, __entry->count, __entry->immediate)
392 TP_PROTO(uint64_t pe, uint64_t src, unsigned count, bool immediate),
393 TP_ARGS(pe, src, count, immediate),
398 __field(bool, immediate)
405 __entry->immediate = immediate;
409 __entry->immediate)
A Damdgpu_vm_pt.c360 struct amdgpu_bo_vm *vmbo, bool immediate) in amdgpu_vm_pt_clear() argument
396 params.immediate = immediate; in amdgpu_vm_pt_clear()
439 int level, bool immediate, struct amdgpu_bo_vm **vmbo, in amdgpu_vm_pt_create() argument
470 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create()
496 bool immediate) in amdgpu_vm_pt_alloc() argument
507 r = amdgpu_vm_pt_create(adev, vm, cursor->level, immediate, &pt, in amdgpu_vm_pt_alloc()
519 r = amdgpu_vm_pt_clear(adev, vm, pt, immediate); in amdgpu_vm_pt_alloc()
821 &cursor, params->immediate); in amdgpu_vm_ptes_update()
905 vm->immediate.fence_context); in amdgpu_vm_ptes_update()
A Damdgpu_vm.h267 bool immediate; member
381 struct drm_sched_entity immediate; member
502 struct amdgpu_vm *vm, bool immediate);
516 bool immediate, bool unlocked, bool flush_tlb,
585 struct amdgpu_bo_vm *vmbo, bool immediate);
587 int level, bool immediate, struct amdgpu_bo_vm **vmbo,
A Damdgpu_ids.c285 if ((*id)->owner != vm->immediate.fence_context || in amdgpu_vmid_grab_reserved()
293 if ((*id)->owner != vm->immediate.fence_context || in amdgpu_vmid_grab_reserved()
355 if ((*id)->owner != vm->immediate.fence_context) in amdgpu_vmid_grab_used()
456 id->owner = vm->immediate.fence_context; in amdgpu_vmid_grab()
A Damdgpu_vm.c510 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
521 drm_sched_entity_destroy(&vm->immediate); in amdgpu_vm_init_entities()
528 drm_sched_entity_destroy(&vm->immediate); in amdgpu_vm_fini_entities()
671 spin_lock(&vm->immediate.lock); in amdgpu_vm_ready()
672 ret &= !vm->immediate.stopped; in amdgpu_vm_ready()
673 spin_unlock(&vm->immediate.lock); in amdgpu_vm_ready()
957 struct amdgpu_vm *vm, bool immediate) in amdgpu_vm_update_pdes() argument
978 params.immediate = immediate; in amdgpu_vm_update_pdes()
1093 bool immediate, bool unlocked, bool flush_tlb, in amdgpu_vm_update_range() argument
1128 params.immediate = immediate; in amdgpu_vm_update_range()
[all …]
A Damdgpu_vm_cpu.c85 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_cpu_update()
/drivers/scsi/aic7xxx/aicasm/
A Daicasm_insformat.h50 uint32_t immediate : 8, member
62 immediate : 8;
88 uint32_t immediate : 8, member
98 immediate : 8;
A Daicasm_gram.y216 %type <expression> expression immediate immediate_or_a
934 immediate:
1241 T_BMOV destination ',' source ',' immediate ret ';'
1258 T_MVI destination ',' immediate ret ';'
1381 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';'
1413 T_MVI immediate jmp_jc_jnc_call address ';'
1673 f1_instr->immediate = immed->value; in format_1_instr()
1810 f3_instr->immediate = immed->value; in format_3_instr()
/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
A Dchcr_ipsec.c358 bool *immediate) in calc_tx_sec_flits() argument
377 *immediate = true; in calc_tx_sec_flits()
555 bool immediate = false; in ch_ipsec_crypto_wreq() local
574 flits = calc_tx_sec_flits(skb, sa_entry, &immediate); in ch_ipsec_crypto_wreq()
579 if (immediate) in ch_ipsec_crypto_wreq()
706 bool immediate = false; in ch_ipsec_xmit() local
730 flits = calc_tx_sec_flits(skb, sa_entry, &immediate); in ch_ipsec_xmit()
748 if (!immediate && in ch_ipsec_xmit()
772 if (immediate) { in ch_ipsec_xmit()
/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
A Dfan.c32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) in nvkm_fan_update() argument
60 if (!immediate && duty >= 0) { in nvkm_fan_update()
118 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() argument
120 return nvkm_fan_update(therm->fan, immediate, percent); in nvkm_therm_fan_set()
/drivers/thunderbolt/
A Dproperty.c150 property->value.immediate = entry->value; in tb_property_parse()
464 entry->value = property->value.immediate; in __tb_property_format_dir()
556 p->value.immediate = property->value.immediate; in tb_property_copy_dir()
594 property->value.immediate = value; in tb_property_add_immediate()
A Dxdomain.c1050 svc->prtcid = p->value.immediate; in populate_service()
1053 svc->prtcvers = p->value.immediate; in populate_service()
1056 svc->prtcrevs = p->value.immediate; in populate_service()
1059 svc->prtcstns = p->value.immediate; in populate_service()
1132 xd->device = p->value.immediate; in populate_properties()
1137 xd->vendor = p->value.immediate; in populate_properties()
1145 xd->remote_max_hopid = p ? p->value.immediate : XDOMAIN_DEFAULT_MAX_HOPID; in populate_properties()
/drivers/infiniband/ulp/rtrs/
A DREADME43 Server uses immediate field to tell the client which request is being
44 acknowledged and for errno. Client uses immediate field to tell the server
96 messages with an immediate field) which are used to detect a crash on remote
130 an immediate field. The 32 bit field is used to specify the outstanding
148 an immediate field. The 32 bit field is used to specify the outstanding
170 message with an immediate field. The 32 bit field is used to specify the
191 message with an immediate field. The 32 bit field is used to specify the
/drivers/firewire/
A Dcore-card.c124 if (desc->immediate > 0) in generate_config_rom()
125 config_rom[i++] = cpu_to_be32(desc->immediate); in generate_config_rom()
165 return desc->length + 1 + (desc->immediate > 0 ? 1 : 0); in required_space()
192 if (desc->immediate > 0) in fw_core_add_descriptor()
207 if (desc->immediate > 0) in fw_core_remove_descriptor()
/drivers/net/plip/
A Dplip.c207 struct work_struct immediate; member
309 INIT_WORK(&nl->immediate, plip_bh); in plip_init_netdev()
328 schedule_work(&nl->immediate); in plip_kick_bh()
368 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh()
692 schedule_work(&nl->immediate); in plip_receive_packet()
952 schedule_work(&nl->immediate); in plip_interrupt()
1004 schedule_work(&nl->immediate); in plip_tx_packet()
/drivers/crypto/caam/
A Ddesc_constr.h378 static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \
387 append_cmd(desc, immediate); \
397 u##size immediate, \
400 __##ee##size data = cpu_to_##ee##size(immediate); \
/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
A Ddcn21_hubp.c601 SURFACE_FLIP_TYPE, flip_regs->immediate, in program_surface_flip_and_addr()
689 cmd.PLAT_54186_wa.flip.flip_params.immediate = flip_regs->immediate; in dmcub_PLAT_54186_wa()
794 flip_regs.immediate = flip_immediate; in hubp21_program_surface_flip_and_addr()
/drivers/scsi/
A Dst.h133 unsigned char immediate; member
/drivers/gpu/drm/amd/display/
A DKconfig24 would cause an immediate kernel panic on most architectures. We'll revert
/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_ptp.c717 goto immediate; in mlxsw_sp1_ptp_got_packet()
722 goto immediate; in mlxsw_sp1_ptp_got_packet()
731 goto immediate; in mlxsw_sp1_ptp_got_packet()
737 goto immediate; in mlxsw_sp1_ptp_got_packet()
742 immediate: in mlxsw_sp1_ptp_got_packet()
A Di2c.c199 int immediate) in mlxsw_i2c_write_cmd() argument
216 if (!immediate) { in mlxsw_i2c_write_cmd()
/drivers/gpu/drm/xe/
A Dxe_vm_types.h339 bool immediate; member
/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c129 struct_group(immediate,
925 BUILD_BUG_ON(IMMED_PKT_SIZE != sizeof(resp->immediate)); in get_imm_packet()
926 skb_copy_to_linear_data(skb, &resp->immediate, IMMED_PKT_SIZE); in get_imm_packet()
1458 static inline int immediate(const struct sk_buff *skb) in immediate() function
1479 if (unlikely(!immediate(skb))) { in ctrl_xmit()
1639 if (immediate(skb)) { in write_ofld_wr()
1713 if (!immediate(skb) && in ofld_xmit()
1768 if (!immediate(skb) && in restart_offloadq()
/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dhubp.h135 bool immediate; member

Completed in 65 milliseconds

12