Searched refs:ctx_type (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_intr.c | 19 int ctx_id, ctx_type, status = 0; in mtk_vcodec_wait_for_done_ctx() local 29 ctx_type = ctx->type; in mtk_vcodec_wait_for_done_ctx() 39 ctx_type = ctx->type; in mtk_vcodec_wait_for_done_ctx() 54 ctx_id, command, ctx_type, timeout_ms, in mtk_vcodec_wait_for_done_ctx() 59 ctx_id, command, ctx_type, in mtk_vcodec_wait_for_done_ctx()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_vf_ccs.c | 225 int ctx_type; in register_save_restore_context() local 229 ctx_type = GUC_CONTEXT_COMPRESSION_SAVE; in register_save_restore_context() 232 ctx_type = GUC_CONTEXT_COMPRESSION_RESTORE; in register_save_restore_context() 238 xe_guc_register_vf_exec_queue(ctx->mig_q, ctx_type); in register_save_restore_context()
|
| H A D | xe_guc_submit.c | 898 static void register_exec_queue(struct xe_exec_queue *q, int ctx_type) in register_exec_queue() argument 906 xe_gt_assert(guc_to_gt(guc), ctx_type < GUC_CONTEXT_COUNT); in register_exec_queue() 915 FIELD_PREP(CONTEXT_REGISTRATION_FLAG_TYPE, ctx_type); in register_exec_queue() 3279 void xe_guc_register_vf_exec_queue(struct xe_exec_queue *q, int ctx_type) in xe_guc_register_vf_exec_queue() argument 3287 xe_gt_assert(gt, ctx_type == GUC_CONTEXT_COMPRESSION_SAVE || in xe_guc_register_vf_exec_queue() 3288 ctx_type == GUC_CONTEXT_COMPRESSION_RESTORE); in xe_guc_register_vf_exec_queue() 3291 register_exec_queue(q, ctx_type); in xe_guc_register_vf_exec_queue()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-trace.h | 78 __field(unsigned, ctx_type) 85 __entry->ctx_type = ctx->type; 90 __entry->ctx_64, __entry->ctx_type,
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.h | 230 u32 tid, u8 ctx_type, void **task_ctx);
|
| H A D | qed_cxt.c | 2447 u32 tid, u8 ctx_type, void **pp_task_ctx) in qed_cxt_get_task_ctx() argument 2479 if (ctx_type == QED_CTX_WORKING_MEM) { in qed_cxt_get_task_ctx() 2481 } else if (ctx_type == QED_CTX_FL_MEM) { in qed_cxt_get_task_ctx()
|
| H A D | qed_debug.c | 2833 enum cm_ctx_types ctx_type, u8 storm_id) in qed_grc_dump_ctx_data() argument 2841 lid_size = storm->cm_ctx_lid_sizes[dev_data->chip_id][ctx_type] * 4; in qed_grc_dump_ctx_data() 2860 rd_reg_addr = BYTES_TO_DWORDS(storm->cm_ctx_rd_addr[ctx_type]); in qed_grc_dump_ctx_data()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 6016 const struct btf_member *ctx_type; in find_canonical_prog_ctx_type() local 6022 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2; in find_canonical_prog_ctx_type() 6026 return btf_type_by_id(btf_vmlinux, ctx_type->type); in find_canonical_prog_ctx_type() 6032 const struct btf_member *ctx_type; in find_kern_ctx_type_id() local 6038 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2 + 1; in find_kern_ctx_type_id() 6042 return ctx_type->type; in find_kern_ctx_type_id() 6058 const struct btf_type *ctx_type; in btf_is_prog_ctx_type() local 6093 ctx_type = find_canonical_prog_ctx_type(prog_type); in btf_is_prog_ctx_type() 6094 if (!ctx_type) { in btf_is_prog_ctx_type() 6100 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_type->name_off); in btf_is_prog_ctx_type() [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 2155 u16 ctx_type; member
|
| H A D | bnxt.c | 2589 bs_trace->ctx_type = ctxm->type; in bnxt_bs_trace_init()
|