Home
last modified time | relevance | path

Searched refs:MCDI_WORD (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/cdx/controller/
H A Dmcdi_functions.c121 dev_params->vendor = MCDI_WORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_VENDOR_ID); in cdx_mcdi_get_dev_config()
122 dev_params->device = MCDI_WORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_DEVICE_ID); in cdx_mcdi_get_dev_config()
H A Dmcdi.h221 #define MCDI_WORD(_buf, _field) \ macro
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.c255 desc->type = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_TYPE); in efx_mae_table_get_desc()
256 desc->key_width = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_KEY_WIDTH); in efx_mae_table_get_desc()
257 desc->resp_width = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_RESP_WIDTH); in efx_mae_table_get_desc()
258 desc->n_keys = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_KEY_FIELDS); in efx_mae_table_get_desc()
259 desc->n_resps = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_RESP_FIELDS); in efx_mae_table_get_desc()
260 desc->n_prios = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_PRIORITIES); in efx_mae_table_get_desc()
H A Dmcdi.c2226 version[0] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_W); in efx_mcdi_nvram_metadata()
2227 version[1] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_X); in efx_mcdi_nvram_metadata()
2228 version[2] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_Y); in efx_mcdi_nvram_metadata()
2229 version[3] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_Z); in efx_mcdi_nvram_metadata()
H A Dmcdi.h243 #define MCDI_WORD(_buf, _field) \ macro
H A Def10.c132 nic_data->piobuf_size = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps()
142 MCDI_WORD(outbuf, GET_CAPABILITIES_OUT_RX_DPCPU_FW_ID); in efx_ef10_init_datapath_caps()
144 MCDI_WORD(outbuf, GET_CAPABILITIES_OUT_TX_DPCPU_FW_ID); in efx_ef10_init_datapath_caps()
168 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps()
H A Def100_nic.c214 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef100_init_datapath_caps()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h214 #define MCDI_WORD(_buf, _field) \ macro