| /Linux-v5.4/net/atm/ | 
| D | mpc.c | 130 	struct mpoa_client *mpc;  in find_mpc_by_itfnum()  local144 	struct mpoa_client *mpc;  in find_mpc_by_vcc()  local
 158 	struct mpoa_client *mpc;  in find_mpc_by_lec()  local
 283 	struct mpoa_client *mpc;  in alloc_mpc()  local
 312 static void start_mpc(struct mpoa_client *mpc, struct net_device *dev)  in start_mpc()
 326 static void stop_mpc(struct mpoa_client *mpc)  in stop_mpc()
 381 	struct mpoa_client *mpc;  in lane2_assoc_ind()  local
 464 static const uint8_t *copy_macs(struct mpoa_client *mpc,  in copy_macs()
 492 static int send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc)  in send_via_shortcut()
 573 	struct mpoa_client *mpc;  in mpc_send_packet()  local
 [all …]
 
 | 
| D | mpoa_caches.c | 133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc)  in cache_hit()324 static void in_destroy_cache(struct mpoa_client *mpc)  in in_destroy_cache()
 333 						struct mpoa_client *mpc)  in eg_cache_get_by_cache_id()
 353 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc)  in eg_cache_get_by_tag()
 375 					   struct mpoa_client *mpc)  in eg_cache_get_by_vcc()
 396 					      struct mpoa_client *mpc)  in eg_cache_get_by_src_ip()
 525 static void eg_destroy_cache(struct mpoa_client *mpc)  in eg_destroy_cache()
 561 void atm_mpoa_init_cache(struct mpoa_client *mpc)  in atm_mpoa_init_cache()
 
 | 
| D | mpoa_proc.c | 110 	struct mpoa_client *mpc;  in mpc_start()  local136 	struct mpoa_client *mpc = v;  in mpc_show()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ | 
| D | dcn20_mpc.c | 46 	struct mpc *mpc,  in mpc2_update_blending()72 		struct mpc *mpc,  in mpc2_set_denorm()
 110 		struct mpc *mpc,  in mpc2_set_denorm_clamp()
 130 		struct mpc *mpc,  in mpc2_set_output_csc()
 167 		struct mpc *mpc,  in mpc2_set_ocsc_default()
 209 		struct mpc *mpc,  in mpc2_ogam_get_reg_field()
 237 		struct mpc *mpc, int mpcc_id,  in mpc20_power_on_ogam_lut()
 248 		struct mpc *mpc, int mpcc_id,  in mpc20_configure_ogam_lut()
 260 static enum dc_lut_mode mpc20_get_ogam_current(struct mpc *mpc, int mpcc_id)  in mpc20_get_ogam_current()
 286 static void mpc2_program_lutb(struct mpc *mpc, int mpcc_id,  in mpc2_program_lutb()
 [all …]
 
 | 
| D | dcn20_hwseq.c | 630 	struct mpc *mpc = dc->res_pool->mpc;  in dcn20_program_output_csc()  local656 	struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;  in dcn20_set_output_transfer_func()  local
 1712 	struct mpc *mpc = dc->res_pool->mpc;  in dcn20_update_mpcc()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ | 
| D | dcn10_mpc.c | 40 void mpc1_set_bg_color(struct mpc *mpc,  in mpc1_set_bg_color()63 	struct mpc *mpc,  in mpc1_update_blending()
 82 	struct mpc *mpc,  in mpc1_update_stereo_mix()
 96 void mpc1_assert_idle_mpcc(struct mpc *mpc, int id)  in mpc1_assert_idle_mpcc()
 106 struct mpcc *mpc1_get_mpcc(struct mpc *mpc, int mpcc_id)  in mpc1_get_mpcc()
 126 bool mpc1_is_mpcc_idle(struct mpc *mpc, int mpcc_id)  in mpc1_is_mpcc_idle()
 142 void mpc1_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id)  in mpc1_assert_mpcc_idle_before_connect()
 177 	struct mpc *mpc,  in mpc1_insert_plane()
 265 	struct mpc *mpc,  in mpc1_remove_mpcc()
 346 void mpc1_mpc_init(struct mpc *mpc)  in mpc1_mpc_init()
 [all …]
 
 | 
| D | dcn10_hw_sequencer.c | 981 	struct mpc *mpc = dc->res_pool->mpc;  in hwss1_plane_atomic_disconnect()  local2190 	struct mpc *mpc = dc->res_pool->mpc;  in dcn10_update_mpcc()  local
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | mpparse.c | 151 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str)  in smp_check_mpc()192 static void __init smp_dump_mptable(struct mpc_table *mpc, unsigned char *mpt)  in smp_dump_mptable()
 200 void __init default_smp_read_mpc_oem(struct mpc_table *mpc) { }  in default_smp_read_mpc_oem()
 202 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early)  in smp_read_mpc()
 440 	struct mpc_table *mpc;  in get_mpc_size()  local
 453 	struct mpc_table *mpc;  in check_physptr()  local
 743 static int  __init replace_intsrc_all(struct mpc_table *mpc,  in replace_intsrc_all()
 859 	struct mpc_table *mpc, *mpc_new;  in update_mp_table()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ | 
| D | mpc.h | 124 struct mpc {  struct125 	const struct mpc_funcs *funcs;  argument
 128 	struct mpcc mpcc_array[MAX_MPCC];  argument
 149 			struct mpc *mpc,  argument
 
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | mpspec_def.h | 162 	char  mpc[8];  member
 | 
| /Linux-v5.4/drivers/net/ethernet/amd/ | 
| D | nmclan_cs.c | 351     int mpc;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ | 
| D | core_types.h | 174 	struct mpc *mpc;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ | 
| D | igc_hw.h | 224 	u64 mpc;  member
 | 
| D | igc_main.c | 1910 	u32 mpc;  in igc_update_stats()  local
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ | 
| D | cfg80211.c | 669 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc)  in brcmf_scan_config_mpc()675 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc)  in brcmf_set_mpc()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgb/ | 
| D | ixgb_hw.h | 699 	u64 mpc;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ | 
| D | e1000_hw.h | 172 	u64 mpc;  member
 | 
| D | igb_main.c | 6267 	u32 reg, mpc;  in igb_update_stats()  local
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | quirks.c | 4762 	u32 mpc;  in pci_quirk_enable_intel_rp_mpc_acs()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ | 
| D | hw.h | 341 	u64 mpc;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_main.c | 7027 	u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot;  in ixgbe_update_stats()  local
 | 
| D | ixgbe_type.h | 3311 	u64 mpc[8];  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ | 
| D | e1000_hw.h | 1258 	u64 mpc;  member
 |