Symbol: MCDI_WORD
drivers/cdx/controller/mcdi_functions.c
123
dev_params->vendor = MCDI_WORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_VENDOR_ID);
drivers/cdx/controller/mcdi_functions.c
124
dev_params->device = MCDI_WORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_DEVICE_ID);
drivers/cdx/controller/mcdi_functions.c
125
dev_params->subsys_vendor = MCDI_WORD(outbuf,
drivers/cdx/controller/mcdi_functions.c
127
dev_params->subsys_device = MCDI_WORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
132
nic_data->piobuf_size = MCDI_WORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
142
MCDI_WORD(outbuf, GET_CAPABILITIES_OUT_RX_DPCPU_FW_ID);
drivers/net/ethernet/sfc/ef10.c
144
MCDI_WORD(outbuf, GET_CAPABILITIES_OUT_TX_DPCPU_FW_ID);
drivers/net/ethernet/sfc/ef10.c
168
efx->num_mac_stats = MCDI_WORD(outbuf,
drivers/net/ethernet/sfc/ef100_nic.c
214
efx->num_mac_stats = MCDI_WORD(outbuf,
drivers/net/ethernet/sfc/mae.c
244
desc->type = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_TYPE);
drivers/net/ethernet/sfc/mae.c
245
desc->key_width = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_KEY_WIDTH);
drivers/net/ethernet/sfc/mae.c
246
desc->resp_width = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_RESP_WIDTH);
drivers/net/ethernet/sfc/mae.c
247
desc->n_keys = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_KEY_FIELDS);
drivers/net/ethernet/sfc/mae.c
248
desc->n_resps = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_RESP_FIELDS);
drivers/net/ethernet/sfc/mae.c
249
desc->n_prios = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_PRIORITIES);
drivers/net/ethernet/sfc/mcdi.c
2158
version[0] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_W);
drivers/net/ethernet/sfc/mcdi.c
2159
version[1] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_X);
drivers/net/ethernet/sfc/mcdi.c
2160
version[2] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_Y);
drivers/net/ethernet/sfc/mcdi.c
2161
version[3] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_Z);