Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 25 of 62) sorted by relevance

123

/linux/net/atm/
H A Dmpc.c69 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc);
70 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
71 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
72 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
73 static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
74 static void clean_up(struct k_message *msg, struct mpoa_client *mpc,
77 struct mpoa_client *mpc);
79 struct mpoa_client *mpc);
81 struct mpoa_client *mpc);
83 static const uint8_t *copy_macs(struct mpoa_client *mpc,
[all …]
H A Dmpoa_caches.c133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() argument
143 if (entry->count > mpc->parameters.mpc_p1) { in cache_hit()
146 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit()
150 msg_to_mpoad(&msg, mpc); in cache_hit()
162 if (entry->count > mpc->parameters.mpc_p1 && in cache_hit()
165 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
168 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit()
173 msg_to_mpoad(&msg, mpc); in cache_hit()
324 static void in_destroy_cache(struct mpoa_client *mpc) in in_destroy_cache() argument
326 write_lock_irq(&mpc->ingress_lock); in in_destroy_cache()
[all …]
H A Dmpoa_proc.c107 struct mpoa_client *mpc; in mpc_start() local
111 for (mpc = mpcs; mpc; mpc = mpc->next) in mpc_start()
113 return mpc; in mpc_start()
133 struct mpoa_client *mpc = v; in mpc_show() local
145 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show()
149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
H A Dmpoa_caches.h15 void atm_mpoa_init_cache(struct mpoa_client *mpc);
51 void (*destroy_cache)(struct mpoa_client *mpc);
77 void (*destroy_cache)(struct mpoa_client *mpc);
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h278 struct mpc { struct
326 struct mpc *mpc,
353 struct mpc *mpc,
377 struct mpc *mpc,
394 void (*mpc_init)(struct mpc *mpc);
406 struct mpc *mpc,
425 struct mpc *mpc,
446 struct mpc *mpc,
474 struct mpc *mpc,
498 struct mpc *mpc,
[all …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/
H A Ddcn32_mpc.c46 void mpc32_mpc_init(struct mpc *mpc) in mpc32_mpc_init() argument
48 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_mpc_init()
51 mpc3_mpc_init(mpc); in mpc32_mpc_init()
53 if (mpc->ctx->dc->debug.enable_mem_low_power.bits.mpc) { in mpc32_mpc_init()
69 struct mpc *mpc, in mpc32_power_on_blnd_lut() argument
73 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_power_on_blnd_lut()
77 if (mpc->ctx->dc->debug.enable_mem_low_power.bits.cm) { in mpc32_power_on_blnd_lut()
81 } else if (!mpc->ctx->dc->debug.disable_mem_low_power) { in mpc32_power_on_blnd_lut()
93 static enum dc_lut_mode mpc32_get_post1dlut_current(struct mpc *mpc, uint32_t mpcc_id) in mpc32_get_post1dlut_current() argument
99 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_get_post1dlut_current()
[all …]
H A Ddcn32_mpc.h311 void mpc32_mpc_init(struct mpc *mpc);
313 struct mpc *mpc,
317 struct mpc *mpc,
321 struct mpc *mpc,
334 struct mpc *mpc,
338 struct mpc *mpc,
343 struct mpc *mpc,
347 struct mpc *mpc,
351 struct mpc *mpc,
355 struct mpc *mpc,
[all …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/
H A Ddcn401_mpc.c43 static void mpc401_update_3dlut_fast_load_select(struct mpc *mpc, int mpcc_id, int hubp_idx) in mpc401_update_3dlut_fast_load_select() argument
45 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_update_3dlut_fast_load_select()
50 static void mpc401_get_3dlut_fast_load_status(struct mpc *mpc, int mpcc_id, uint32_t *done, uint32_… in mpc401_get_3dlut_fast_load_status() argument
52 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_get_3dlut_fast_load_status()
60 void mpc401_set_movable_cm_location(struct mpc *mpc, enum mpcc_movable_cm_location location, int mp… in mpc401_set_movable_cm_location() argument
62 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_set_movable_cm_location()
77 struct mpc *mpc, in get3dlut_config() argument
84 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in get3dlut_config()
121 void mpc401_populate_lut(struct mpc *mpc, const enum MCM_LUT_ID id, const union mcm_lut_params para… in mpc401_populate_lut() argument
141 mpc32_power_on_blnd_lut(mpc, mpcc_id, true); in mpc401_populate_lut()
[all …]
H A Ddcn401_mpc.h190 struct mpc base;
207 void mpc401_set_movable_cm_location(struct mpc *mpc, enum mpcc_movable_cm_location location, int mp…
208 void mpc401_populate_lut(struct mpc *mpc, const enum MCM_LUT_ID id, const union mcm_lut_params para…
212 struct mpc *mpc,
219 struct mpc *mpc,
225 struct mpc *mpc,
230 struct mpc *mpc,
235 struct mpc *mpc,
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/
H A Ddcn30_mpc.c47 void mpc3_mpc_init(struct mpc *mpc) in mpc3_mpc_init() argument
49 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_mpc_init()
52 mpc1_mpc_init(mpc); in mpc3_mpc_init()
62 void mpc3_mpc_init_single_inst(struct mpc *mpc, unsigned int mpcc_id) in mpc3_mpc_init_single_inst() argument
64 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_mpc_init_single_inst()
66 mpc1_mpc_init_single_inst(mpc, mpcc_id); in mpc3_mpc_init_single_inst()
78 struct mpc *mpc, in mpc3_is_dwb_idle() argument
81 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle()
93 struct mpc *mpc, in mpc3_set_dwb_mux() argument
97 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux()
[all …]
H A Ddcn30_mpc.h992 struct mpc base;
1011 struct mpc *mpc);
1014 struct mpc *mpc,
1018 struct mpc *mpc,
1023 struct mpc *mpc,
1027 uint32_t mpcc3_acquire_rmu(struct mpc *mpc,
1031 struct mpc *mpc,
1036 struct mpc *mpc,
1041 struct mpc *mpc,
1047 struct mpc *mpc,
[all …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/
H A Ddcn20_mpc.c49 struct mpc *mpc, in mpc2_update_blending() argument
53 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_update_blending()
55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending()
74 struct mpc *mpc, in mpc2_set_denorm() argument
78 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm()
112 struct mpc *mpc, in mpc2_set_denorm_clamp() argument
116 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm_clamp()
132 struct mpc *mpc, in mpc2_set_output_csc() argument
138 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_output_csc()
186 struct mpc *mpc, in mpc2_set_ocsc_default() argument
[all …]
H A Ddcn20_mpc.h261 struct mpc base;
278 struct mpc *mpc,
283 struct mpc *mpc,
288 struct mpc *mpc,
293 struct mpc *mpc,
299 struct mpc *mpc,
305 struct mpc *mpc,
309 void mpc2_assert_idle_mpcc(struct mpc *mpc, int id);
310 void mpc2_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id);
311 void mpc20_power_on_ogam_lut(struct mpc *mpc, int mpcc_id, bool power_on);
/linux/arch/x86/kernel/
H A Dmpparse.c140 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument
143 if (memcmp(mpc->signature, MPC_SIGNATURE, 4)) { in smp_check_mpc()
145 mpc->signature[0], mpc->signature[1], in smp_check_mpc()
146 mpc->signature[2], mpc->signature[3]); in smp_check_mpc()
149 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc()
153 if (mpc->spec != 0x01 && mpc->spec != 0x04) { in smp_check_mpc()
154 pr_err("MPTABLE: bad table version (%d)!!\n", mpc->spec); in smp_check_mpc()
157 if (!mpc->lapic) { in smp_check_mpc()
161 memcpy(oem, mpc->oem, 8); in smp_check_mpc()
165 memcpy(str, mpc->productid, 12); in smp_check_mpc()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn10/
H A Ddcn10_mpc.h125 struct mpc base;
142 struct mpc *mpc,
151 struct mpc *mpc,
156 struct mpc *mpc);
159 struct mpc *mpc,
163 struct mpc *mpc,
167 struct mpc *mpc,
172 struct mpc *mpc,
177 struct mpc *mpc,
181 struct mpc *mpc,
[all …]
H A Ddcn10_mpc.c40 void mpc1_set_bg_color(struct mpc *mpc, in mpc1_set_bg_color() argument
44 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_set_bg_color()
45 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_set_bg_color()
77 struct mpc *mpc, in mpc1_update_blending() argument
81 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending()
82 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending()
95 struct mpc *mpc, in mpc1_update_stereo_mix() argument
99 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_stereo_mix()
109 void mpc1_assert_idle_mpcc(struct mpc *mpc, int id) in mpc1_assert_idle_mpcc() argument
111 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_assert_idle_mpcc()
[all …]
/linux/arch/mips/sgi-ip30/
H A Dip30-smp.c79 struct mpconf *mpc; in ip30_smp_setup() local
85 mpc = (struct mpconf *)MPCONF(i); in ip30_smp_setup()
86 if (mpc->magic == MPCONF_MAGIC) { in ip30_smp_setup()
91 i, mpc->prid, mpc->physid, mpc->virtid); in ip30_smp_setup()
112 struct mpconf *mpc = (struct mpconf *)MPCONF(cpu); in ip30_smp_boot_secondary() local
115 mpc->stackaddr = (void *)__KSTK_TOS(idle); in ip30_smp_boot_secondary()
118 mpc->lnch_parm = task_thread_info(idle); in ip30_smp_boot_secondary()
123 mpc->launch = smp_bootstrap; in ip30_smp_boot_secondary()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c294 res_pool->mpc->funcs->mpc_init(res_pool->mpc); in dcn201_init_hw()
382 struct mpc *mpc = dc->res_pool->mpc; in dcn201_plane_atomic_disconnect() local
391 if (mpc->funcs->get_mpcc_for_dpp_from_secondary) in dcn201_plane_atomic_disconnect()
392 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect()
395 if (mpcc_to_remove != NULL && mpc->funcs->remove_mpcc_from_secondary) { in dcn201_plane_atomic_disconnect()
396 mpc->funcs->remove_mpcc_from_secondary(mpc, mpc_tree_params, mpcc_to_remove); in dcn201_plane_atomic_disconnect()
401 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect()
403 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, mpcc_to_remove); in dcn201_plane_atomic_disconnect()
430 struct mpc *mpc = dc->res_pool->mpc; in dcn201_update_mpcc() local
487 mpc->funcs->update_blending(mpc, &blnd_cfg, mpcc_id); in dcn201_update_mpcc()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/mpc/
H A DMakefile32 AMD_DAL_MPC_DCN10 = $(addprefix $(AMDDALPATH)/dc/mpc/dcn10/,$(MPC_DCN10))
41 AMD_DAL_MPC_DCN20 = $(addprefix $(AMDDALPATH)/dc/mpc/dcn20/,$(MPC_DCN20))
50 AMD_DAL_MPC_DCN30 = $(addprefix $(AMDDALPATH)/dc/mpc/dcn30/,$(MPC_DCN30))
59 AMD_DAL_MPC_DCN32 = $(addprefix $(AMDDALPATH)/dc/mpc/dcn32/,$(MPC_DCN32))
68 AMD_DAL_MPC_DCN401 = $(addprefix $(AMDDALPATH)/dc/mpc/dcn401/,$(MPC_DCN401))
/linux/drivers/infiniband/hw/mana/
H A Dqp.c15 struct mana_port_context *mpc = netdev_priv(ndev); in mana_ib_cfg_vport_steering() local
34 req->vport = mpc->port_handle; in mana_ib_cfg_vport_steering()
84 mpc->port_handle, log_ind_tbl_size); in mana_ib_cfg_vport_steering()
102 struct mana_port_context *mpc; in mana_ib_create_qp_rss() local
162 mpc = netdev_priv(ndev); in mana_ib_create_qp_rss()
192 eq = &mpc->ac->eqs[cq->comp_vector]; in mana_ib_create_qp_rss()
195 ret = mana_create_wq_obj(mpc, mpc->port_handle, GDMA_RQ, in mana_ib_create_qp_rss()
254 mana_destroy_wq_obj(mpc, GDMA_RQ, wq->rx_object); in mana_ib_create_qp_rss()
279 struct mana_port_context *mpc; in mana_ib_create_qp_raw() local
317 mpc = netdev_priv(ndev); in mana_ib_create_qp_raw()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c172 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn30_log_color_state()
173 mpc3_get_gamut_remap(pool->mpc, i, &s.gamut_remap); in dcn30_log_color_state()
215 dc->caps.color.mpc.gamut_remap, in dcn30_log_color_state()
216 dc->caps.color.mpc.num_3dluts, in dcn30_log_color_state()
217 dc->caps.color.mpc.ogam_ram, in dcn30_log_color_state()
218 dc->caps.color.mpc.ocsc); in dcn30_log_color_state()
249 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn30_set_mpc_shaper_3dlut() local
280 acquired_rmu = mpc->funcs->acquire_rmu(mpc, mpcc_id, in dcn30_set_mpc_shaper_3dlut()
285 result = mpc->funcs->program_3dlut(mpc, &stream->lut3d_func->lut_3d, in dcn30_set_mpc_shaper_3dlut()
290 result = mpc->funcs->program_shaper(mpc, shaper_lut, in dcn30_set_mpc_shaper_3dlut()
[all …]
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c530 void mana_pre_dealloc_rxbufs(struct mana_port_context *mpc) in mana_pre_dealloc_rxbufs() argument
535 dev = mpc->ac->gdma_dev->gdma_context->dev; in mana_pre_dealloc_rxbufs()
537 if (!mpc->rxbufs_pre) in mana_pre_dealloc_rxbufs()
540 if (!mpc->das_pre) in mana_pre_dealloc_rxbufs()
543 while (mpc->rxbpre_total) { in mana_pre_dealloc_rxbufs()
544 i = --mpc->rxbpre_total; in mana_pre_dealloc_rxbufs()
545 dma_unmap_single(dev, mpc->das_pre[i], mpc->rxbpre_datasize, in mana_pre_dealloc_rxbufs()
547 put_page(virt_to_head_page(mpc->rxbufs_pre[i])); in mana_pre_dealloc_rxbufs()
550 kfree(mpc->das_pre); in mana_pre_dealloc_rxbufs()
551 mpc->das_pre = NULL; in mana_pre_dealloc_rxbufs()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c724 static struct mpc *dcn201_mpc_create(struct dc_context *ctx, uint32_t num_mpcc) in dcn201_mpc_create()
922 if (pool->base.mpc != NULL) { in dcn201_resource_destruct()
923 kfree(TO_DCN201_MPC(pool->base.mpc)); in dcn201_resource_destruct()
924 pool->base.mpc = NULL; in dcn201_resource_destruct()
1143 dc->caps.color.mpc.gamut_remap = 0; in dcn201_resource_construct()
1144 dc->caps.color.mpc.num_3dluts = 0; in dcn201_resource_construct()
1145 dc->caps.color.mpc.shared_3d_lut = 0; in dcn201_resource_construct()
1146 dc->caps.color.mpc.ogam_ram = 1; in dcn201_resource_construct()
1147 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn201_resource_construct()
1148 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn201_resource_construct()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c43 struct mpc *mpc, in mpc201_set_out_rate_control() argument
49 struct dcn201_mpc *mpc201 = TO_DCN201_MPC(mpc); in mpc201_set_out_rate_control()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c669 if (pool->base.mpc != NULL) { in dcn21_resource_destruct()
670 kfree(TO_DCN20_MPC(pool->base.mpc)); in dcn21_resource_destruct()
671 pool->base.mpc = NULL; in dcn21_resource_destruct()
1062 static struct mpc *dcn21_mpc_create(struct dc_context *ctx) in dcn21_mpc_create()
1448 dc->caps.color.mpc.gamut_remap = 0; in dcn21_resource_construct()
1449 dc->caps.color.mpc.num_3dluts = 0; in dcn21_resource_construct()
1450 dc->caps.color.mpc.shared_3d_lut = 0; in dcn21_resource_construct()
1451 dc->caps.color.mpc.ogam_ram = 1; in dcn21_resource_construct()
1452 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn21_resource_construct()
1453 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn21_resource_construct()
[all …]

123