Searched refs:mcdi (Results 1 – 17 of 17) sorted by relevance
107 cdx->mcdi = kzalloc(sizeof(*cdx->mcdi), GFP_KERNEL); in cdx_mcdi_init()137 if (!mcdi) in cdx_mcdi_finish()163 if (!mcdi) in cdx_mcdi_wait_for_cleanup()177 if (!mcdi) in cdx_mcdi_wait_for_quiescence()229 if (!mcdi) in cdx_mcdi_send_request()321 if (!mcdi) in cdx_mcdi_process_cleanup_list()380 if (!mcdi) in cdx_mcdi_cancel_cmd()515 cmd->mcdi = mcdi; in cdx_mcdi_rpc_async_internal()569 if (!mcdi) in cdx_mcdi_process_cmd()598 struct cdx_mcdi_iface *mcdi = cmd->mcdi; in cdx_mcdi_cmd_work() local[all …]
73 struct cdx_mcdi_data *mcdi; member124 struct cdx_mcdi_iface *mcdi; member185 return cdx->mcdi ? &cdx->mcdi->iface : NULL; in cdx_mcdi_if()
9 cdx-controller-objs := cdx_controller.o cdx_rpmsg.o mcdi.o mcdi_functions.o
68 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 …]
129 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()
6 mcdi.o mcdi_port.o mcdi_port_common.o \
1172 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_show() local1174 return sysfs_emit(buf, "%d\n", mcdi->logging_enabled); in mcdi_logging_show()1182 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_store() local1185 mcdi->logging_enabled = enable; in mcdi_logging_store()
1030 struct efx_mcdi_data *mcdi; member
1495 if (efx->mcdi->fn_flags & in efx_ptp_probe()
66 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 …]
1143 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_show() local1145 return sysfs_emit(buf, "%d\n", mcdi->logging_enabled); in mcdi_logging_show()1153 struct efx_mcdi_iface *mcdi = efx_mcdi(efx); in mcdi_logging_store() local1156 mcdi->logging_enabled = enable; in mcdi_logging_store()
431 if (efx->mcdi->fn_flags & in ef100_probe_netdev()
380 ((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()
1111 struct efx_mcdi_data *mcdi; member
1614 if (efx->mcdi->fn_flags & in efx_ptp_probe()
Completed in 89 milliseconds