Home
last modified time | relevance | path

Searched refs:mcdi (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/cdx/controller/
H A Dmcdi.c111 cdx->mcdi = kzalloc(sizeof(*cdx->mcdi), GFP_KERNEL); in cdx_mcdi_init()
141 if (!mcdi) in cdx_mcdi_finish()
167 if (!mcdi) in cdx_mcdi_wait_for_cleanup()
181 if (!mcdi) in cdx_mcdi_wait_for_quiescence()
233 if (!mcdi) in cdx_mcdi_send_request()
325 if (!mcdi) in cdx_mcdi_process_cleanup_list()
384 if (!mcdi) in cdx_mcdi_cancel_cmd()
519 cmd->mcdi = mcdi; in cdx_mcdi_rpc_async_internal()
573 if (!mcdi) in cdx_mcdi_process_cmd()
602 struct cdx_mcdi_iface *mcdi = cmd->mcdi; in cdx_mcdi_cmd_work() local
[all …]
H A Dmcdi.h73 struct cdx_mcdi_data *mcdi; member
124 struct cdx_mcdi_iface *mcdi; member
185 return cdx->mcdi ? &cdx->mcdi->iface : NULL; in cdx_mcdi_if()
H A DMakefile9 cdx-controller-objs := cdx_controller.o cdx_rpmsg.o mcdi.o mcdi_functions.o
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c68 efx->mcdi = kzalloc(sizeof(*efx->mcdi), GFP_KERNEL); in efx_siena_mcdi_init()
69 if (!efx->mcdi) in efx_siena_mcdi_init()
73 mcdi->efx = efx; in efx_siena_mcdi_init()
122 kfree(efx->mcdi); in efx_siena_mcdi_init()
123 efx->mcdi = NULL; in efx_siena_mcdi_init()
130 if (!efx->mcdi) in efx_siena_mcdi_detach()
141 if (!efx->mcdi) in efx_siena_mcdi_fini()
148 kfree(efx->mcdi); in efx_siena_mcdi_fini()
166 ++mcdi->seqno; in efx_mcdi_send_request()
335 mcdi->resprc = efx_mcdi_errno(mcdi->resprc_raw); in efx_mcdi_read_response_header()
[all …]
H A DMakefile6 mcdi.o mcdi_port.o mcdi_port_common.o \
H A Dmcdi.h129 EFX_WARN_ON_PARANOID(!efx->mcdi); in efx_mcdi()
130 return &efx->mcdi->iface; in efx_mcdi()
136 EFX_WARN_ON_PARANOID(!efx->mcdi); in efx_mcdi_mon()
137 return &efx->mcdi->hwmon; in efx_mcdi_mon()
H A Defx_common.c1179 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_show() local
1181 return sysfs_emit(buf, "%d\n", mcdi->logging_enabled); in mcdi_logging_show()
1189 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_store() local
1192 mcdi->logging_enabled = enable; in mcdi_logging_store()
H A Dnet_driver.h1039 struct efx_mcdi_data *mcdi; member
H A Dptp.c1495 if (efx->mcdi->fn_flags & in efx_ptp_probe()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi.c66 efx->mcdi = kzalloc(sizeof(*efx->mcdi), GFP_KERNEL); in efx_mcdi_init()
67 if (!efx->mcdi) in efx_mcdi_init()
71 mcdi->efx = efx; in efx_mcdi_init()
118 kfree(efx->mcdi); in efx_mcdi_init()
119 efx->mcdi = NULL; in efx_mcdi_init()
126 if (!efx->mcdi) in efx_mcdi_detach()
137 if (!efx->mcdi) in efx_mcdi_fini()
144 kfree(efx->mcdi); in efx_mcdi_fini()
162 ++mcdi->seqno; in efx_mcdi_send_request()
331 mcdi->resprc = efx_mcdi_errno(mcdi->resprc_raw); in efx_mcdi_read_response_header()
[all …]
H A DMakefile6 mcdi.o mcdi_port.o mcdi_port_common.o \
H A Dmcdi.h129 EFX_WARN_ON_PARANOID(!efx->mcdi); in efx_mcdi()
130 return &efx->mcdi->iface; in efx_mcdi()
136 EFX_WARN_ON_PARANOID(!efx->mcdi); in efx_mcdi_mon()
137 return &efx->mcdi->hwmon; in efx_mcdi_mon()
H A Defx_common.c1160 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_show() local
1162 return sysfs_emit(buf, "%d\n", mcdi->logging_enabled); in mcdi_logging_show()
1170 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_store() local
1173 mcdi->logging_enabled = enable; in mcdi_logging_store()
H A Def100_netdev.c431 if (efx->mcdi->fn_flags & in ef100_probe_netdev()
H A Def10.c380 ((efx->mcdi->fn_flags) & in link_control_flag_show()
392 ((efx->mcdi->fn_flags) & in primary_flag_show()
679 efx->mcdi->fn_flags & in efx_ef10_probe()
1693 if (!(efx->mcdi->fn_flags & in efx_ef10_raw_stat_mask()
H A Dnet_driver.h1073 struct efx_mcdi_data *mcdi; member
H A Dptp.c1613 if (efx->mcdi->fn_flags & in efx_ptp_probe()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8365.dtsi208 CPU_MCDI: cpu-mcdi {
217 CLUSTER_MCDI: cluster-mcdi {