Searched refs:ctx_type (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_fw_funcs.c | 1639 u16 ctx_size, u8 ctx_type, u32 cid) in qed_calc_session_ctx_validation() argument 1644 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_calc_session_ctx_validation() 1645 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_calc_session_ctx_validation() 1646 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_calc_session_ctx_validation() 1650 *x_val_ptr = qed_calc_cdu_validation_byte(ctx_type, 3, cid); in qed_calc_session_ctx_validation() 1657 u16 ctx_size, u8 ctx_type, u32 tid) in qed_calc_task_ctx_validation() argument 1662 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in qed_calc_task_ctx_validation() 1676 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in qed_memset_session_ctx() 1677 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in qed_memset_session_ctx() 1678 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in qed_memset_session_ctx() [all …]
|
| H A D | qed_cxt.h | 230 u32 tid, u8 ctx_type, void **task_ctx);
|
| H A D | qed_cxt.c | 2449 u32 tid, u8 ctx_type, void **pp_task_ctx) in qed_cxt_get_task_ctx() argument 2481 if (ctx_type == QED_CTX_WORKING_MEM) { in qed_cxt_get_task_ctx() 2483 } else if (ctx_type == QED_CTX_FL_MEM) { in qed_cxt_get_task_ctx()
|
| H A D | qed_hsi.h | 2681 u16 ctx_size, u8 ctx_type, u32 cid); 2695 u16 ctx_size, u8 ctx_type, u32 tid); 2707 void qed_memset_session_ctx(void *p_ctx_mem, u32 ctx_size, u8 ctx_type); 2719 void qed_memset_task_ctx(void *p_ctx_mem, u32 ctx_size, u8 ctx_type);
|
| 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-6.15/drivers/usb/host/ |
| H A D | xhci-trace.h | 79 __field(unsigned, ctx_type) 90 __entry->ctx_type = ctx->type; 99 __entry->ctx_64, __entry->ctx_type,
|
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 5895 const struct btf_member *ctx_type; in find_canonical_prog_ctx_type() local 5911 const struct btf_member *ctx_type; in find_kern_ctx_type_id() local 5921 return ctx_type->type; in find_kern_ctx_type_id() 5937 const struct btf_type *ctx_type; in btf_is_prog_ctx_type() local 5973 if (!ctx_type) { in btf_is_prog_ctx_type() 6001 if (!btf_type_is_modifier(ctx_type)) in btf_is_prog_ctx_type() 6004 ctx_type = btf_type_by_id(btf_vmlinux, ctx_type->type); in btf_is_prog_ctx_type() 6024 const struct btf_type *ctx_type; in btf_validate_prog_ctx_type() local 6125 if (!ctx_type) { in btf_validate_prog_ctx_type() 6132 while (btf_type_is_modifier(ctx_type)) in btf_validate_prog_ctx_type() [all …]
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 2141 u16 ctx_type; member
|
| H A D | bnxt.c | 2531 bs_trace->ctx_type = ctxm->type; in bnxt_bs_trace_init()
|