Symbol: MCDI_DWORD
drivers/cdx/controller/mcdi_functions.c
129
dev_params->class = MCDI_DWORD(outbuf,
drivers/cdx/controller/mcdi_functions.c
132
dev_params->num_msi = MCDI_DWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MSI_COUNT);
drivers/cdx/controller/mcdi_functions.c
211
*flags = MCDI_DWORD(outbuf, CDX_DEVICE_CONTROL_GET_OUT_FLAGS);
drivers/cdx/controller/mcdi_functions.c
24
return MCDI_DWORD(outbuf, CDX_BUS_ENUM_BUSES_OUT_BUS_COUNT);
drivers/cdx/controller/mcdi_functions.c
44
return MCDI_DWORD(outbuf, CDX_BUS_ENUM_DEVICES_OUT_DEVICE_COUNT);
drivers/cdx/controller/mcdi_functions.c
72
req_id = MCDI_DWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_REQUESTER_ID);
drivers/cdx/controller/mcdi_functions.c
75
dev_params->msi_dev_id = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
1010
*port_flags = MCDI_DWORD(outbuf, VADAPTOR_QUERY_OUT_PORT_FLAGS);
drivers/net/ethernet/sfc/ef10.c
1013
MCDI_DWORD(outbuf, VADAPTOR_QUERY_OUT_VADAPTOR_FLAGS);
drivers/net/ethernet/sfc/ef10.c
1016
MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
102
nic_data->vf_index = MCDI_DWORD(outbuf, GET_FUNCTION_INFO_OUT_VF);
drivers/net/ethernet/sfc/ef10.c
127
MCDI_DWORD(outbuf, GET_CAPABILITIES_OUT_FLAGS1);
drivers/net/ethernet/sfc/ef10.c
130
nic_data->datapath_caps2 = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
211
rc = MCDI_DWORD(outbuf, GET_CLOCK_OUT_SYS_FREQ);
drivers/net/ethernet/sfc/ef10.c
267
efx->timer_quantum_ns = MCDI_DWORD(data,
drivers/net/ethernet/sfc/ef10.c
269
efx->timer_max_ns = MCDI_DWORD(data,
drivers/net/ethernet/sfc/ef10.c
272
efx->timer_quantum_ns = MCDI_DWORD(data,
drivers/net/ethernet/sfc/ef10.c
274
max_count = MCDI_DWORD(data,
drivers/net/ethernet/sfc/ef10.c
278
efx->timer_quantum_ns = MCDI_DWORD(data,
drivers/net/ethernet/sfc/ef10.c
280
max_count = MCDI_DWORD(data,
drivers/net/ethernet/sfc/ef10.c
3411
result = MCDI_DWORD(outbuf, POLL_BIST_OUT_RESULT);
drivers/net/ethernet/sfc/ef10.c
3549
if (MCDI_DWORD(outbuf, NVRAM_METADATA_OUT_FLAGS) &
drivers/net/ethernet/sfc/ef10.c
3551
part->fw_subtype = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
3589
n_parts_total = MCDI_DWORD(outbuf, NVRAM_PARTITIONS_OUT_NUM_PARTITIONS);
drivers/net/ethernet/sfc/ef10.c
362
num_addrs = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef10.c
3860
} else if (MCDI_DWORD(outbuf, SET_TUNNEL_ENCAP_UDP_PORTS_OUT_FLAGS) &
drivers/net/ethernet/sfc/ef10.c
762
MCDI_DWORD(outbuf, ALLOC_PIOBUF_OUT_PIOBUF_HANDLE);
drivers/net/ethernet/sfc/ef100_nic.c
1145
*id = MCDI_DWORD(outbuf, GET_CLIENT_HANDLE_OUT_HANDLE);
drivers/net/ethernet/sfc/ef100_nic.c
184
nic_data->datapath_caps = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef100_nic.c
186
nic_data->datapath_caps2 = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef100_nic.c
191
nic_data->datapath_caps3 = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ef10_sriov.c
704
old_mask = MCDI_DWORD(pm_outbuf, PRIVILEGE_MASK_OUT_OLD_MASK);
drivers/net/ethernet/sfc/ef10_sriov.c
803
ivf->linkstate = MCDI_DWORD(outbuf, LINK_STATE_MODE_OUT_OLD_MODE);
drivers/net/ethernet/sfc/ef10_sriov.c
99
*port_id_out = MCDI_DWORD(outbuf, VPORT_ALLOC_OUT_VPORT_ID);
drivers/net/ethernet/sfc/efx_devlink.c
261
MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/efx_devlink.c
320
build_id = MCDI_DWORD(outbuf, GET_VERSION_V2_OUT_MCFW_BUILD_ID);
drivers/net/ethernet/sfc/efx_devlink.c
339
build_id = MCDI_DWORD(outbuf, GET_VERSION_V2_OUT_SUCFW_CHIP_ID);
drivers/net/ethernet/sfc/efx_devlink.c
554
flags = MCDI_DWORD(outbuf, GET_VERSION_V2_OUT_FLAGS);
drivers/net/ethernet/sfc/mae.c
1013
if (WARN_ON(MCDI_DWORD(outbuf, MAE_ENCAP_HEADER_FREE_OUT_FREED_EH_ID) != encap->fw_id))
drivers/net/ethernet/sfc/mae.c
105
*id = MCDI_DWORD(outbuf, MAE_MPORT_LOOKUP_OUT_MPORT_ID);
drivers/net/ethernet/sfc/mae.c
1145
count = MCDI_DWORD(outbuf, MAE_MPORT_READ_JOURNAL_OUT_MPORT_DESC_COUNT);
drivers/net/ethernet/sfc/mae.c
1148
stride = MCDI_DWORD(outbuf, MAE_MPORT_READ_JOURNAL_OUT_SIZEOF_MPORT_DESC);
drivers/net/ethernet/sfc/mae.c
1241
ped->fw_id = MCDI_DWORD(outbuf, MAE_MAC_ADDR_ALLOC_OUT_MAC_ID);
drivers/net/ethernet/sfc/mae.c
1270
if (WARN_ON(MCDI_DWORD(outbuf, MAE_MAC_ADDR_FREE_OUT_FREED_MAC_ID) != ped->fw_id))
drivers/net/ethernet/sfc/mae.c
130
out_flags = MCDI_DWORD(outbuf, MAE_COUNTERS_STREAM_START_OUT_FLAGS);
drivers/net/ethernet/sfc/mae.c
1343
act->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_ALLOC_OUT_AS_ID);
drivers/net/ethernet/sfc/mae.c
1372
if (WARN_ON(MCDI_DWORD(outbuf, MAE_ACTION_SET_FREE_OUT_FREED_AS_ID) != fw_id))
drivers/net/ethernet/sfc/mae.c
1419
acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID);
drivers/net/ethernet/sfc/mae.c
1456
if (WARN_ON(MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_FREE_OUT_FREED_ASL_ID) != acts->fw_id))
drivers/net/ethernet/sfc/mae.c
1533
encap->fw_id = MCDI_DWORD(outbuf, MAE_OUTER_RULE_INSERT_OUT_OR_ID);
drivers/net/ethernet/sfc/mae.c
1556
if (WARN_ON(MCDI_DWORD(outbuf, MAE_OUTER_RULE_REMOVE_OUT_REMOVED_OR_ID) != encap->fw_id))
drivers/net/ethernet/sfc/mae.c
1727
rule->fw_id = MCDI_DWORD(outbuf, MAE_OUTER_RULE_INSERT_OUT_OR_ID);
drivers/net/ethernet/sfc/mae.c
1776
rule->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_RULE_INSERT_OUT_AR_ID);
drivers/net/ethernet/sfc/mae.c
1807
if (WARN_ON(MCDI_DWORD(outbuf, MAE_OUTER_RULE_REMOVE_OUT_REMOVED_OR_ID) != rule->fw_id))
drivers/net/ethernet/sfc/mae.c
2257
*id = MCDI_DWORD(outbuf, MAE_ACTION_RULE_INSERT_OUT_AR_ID);
drivers/net/ethernet/sfc/mae.c
2302
if (WARN_ON(MCDI_DWORD(outbuf, MAE_ACTION_RULE_DELETE_OUT_DELETED_AR_ID) != id))
drivers/net/ethernet/sfc/mae.c
415
tbl_total = MCDI_DWORD(outbuf, TABLE_LIST_OUT_N_TABLES);
drivers/net/ethernet/sfc/mae.c
43
*id = MCDI_DWORD(outbuf, MAE_MPORT_ALLOC_ALIAS_OUT_MPORT_ID);
drivers/net/ethernet/sfc/mae.c
44
*label = MCDI_DWORD(outbuf, MAE_MPORT_ALLOC_ALIAS_OUT_LABEL);
drivers/net/ethernet/sfc/mae.c
482
caps->match_field_count = MCDI_DWORD(outbuf, MAE_GET_CAPS_OUT_MATCH_FIELD_COUNT);
drivers/net/ethernet/sfc/mae.c
483
caps->encap_types = MCDI_DWORD(outbuf, MAE_GET_CAPS_OUT_ENCAP_TYPES_SUPPORTED);
drivers/net/ethernet/sfc/mae.c
484
caps->action_prios = MCDI_DWORD(outbuf, MAE_GET_CAPS_OUT_ACTION_PRIOS);
drivers/net/ethernet/sfc/mae.c
510
count = MCDI_DWORD(outbuf, MAE_GET_AR_CAPS_OUT_COUNT);
drivers/net/ethernet/sfc/mae.c
895
cnt->fw_id = MCDI_DWORD(outbuf, MAE_COUNTER_ALLOC_OUT_COUNTER_ID);
drivers/net/ethernet/sfc/mae.c
896
cnt->gen = MCDI_DWORD(outbuf, MAE_COUNTER_ALLOC_OUT_GENERATION_COUNT);
drivers/net/ethernet/sfc/mae.c
921
if (WARN_ON(MCDI_DWORD(outbuf, MAE_COUNTER_FREE_OUT_FREED_COUNTER_ID) !=
drivers/net/ethernet/sfc/mae.c
965
encap->fw_id = MCDI_DWORD(outbuf, MAE_ENCAP_HEADER_ALLOC_OUT_ENCAP_HEADER_ID);
drivers/net/ethernet/sfc/mcdi.c
1069
code = MCDI_DWORD(outbuf, ERR_CODE);
drivers/net/ethernet/sfc/mcdi.c
1071
err_arg = MCDI_DWORD(outbuf, ERR_ARG);
drivers/net/ethernet/sfc/mcdi.c
1470
MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/mcdi.c
1488
*was_attached = MCDI_DWORD(outbuf, DRV_ATTACH_OUT_OLD_STATE);
drivers/net/ethernet/sfc/mcdi.c
1536
*capabilities = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/mcdi.c
1539
*capabilities = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/mcdi.c
1590
*nvram_types_out = MCDI_DWORD(outbuf, NVRAM_TYPES_OUT_TYPES);
drivers/net/ethernet/sfc/mcdi.c
1618
*number = MCDI_DWORD(outbuf, NVRAM_PARTITIONS_OUT_NUM_PARTITIONS);
drivers/net/ethernet/sfc/mcdi.c
1652
write_size = MCDI_DWORD(outbuf, NVRAM_INFO_V2_OUT_WRITESIZE);
drivers/net/ethernet/sfc/mcdi.c
1657
*size_out = MCDI_DWORD(outbuf, NVRAM_INFO_OUT_SIZE);
drivers/net/ethernet/sfc/mcdi.c
1658
*erase_size_out = MCDI_DWORD(outbuf, NVRAM_INFO_OUT_ERASESIZE);
drivers/net/ethernet/sfc/mcdi.c
1659
*protected_out = !!(MCDI_DWORD(outbuf, NVRAM_INFO_OUT_FLAGS) &
drivers/net/ethernet/sfc/mcdi.c
1681
switch (MCDI_DWORD(outbuf, NVRAM_TEST_OUT_RESULT)) {
drivers/net/ethernet/sfc/mcdi.c
1792
flags = MCDI_DWORD(outbuf, GET_ASSERTS_OUT_GLOBAL_FLAGS);
drivers/net/ethernet/sfc/mcdi.c
1805
MCDI_DWORD(outbuf, GET_ASSERTS_OUT_SAVED_PC_OFFS),
drivers/net/ethernet/sfc/mcdi.c
1806
MCDI_DWORD(outbuf, GET_ASSERTS_OUT_THREAD_OFFS));
drivers/net/ethernet/sfc/mcdi.c
1958
*id_out = (int)MCDI_DWORD(outbuf, WOL_FILTER_SET_OUT_FILTER_ID);
drivers/net/ethernet/sfc/mcdi.c
2017
*flags = MCDI_DWORD(outbuf, WORKAROUND_EXT_OUT_FLAGS);
drivers/net/ethernet/sfc/mcdi.c
2042
*impl_out = MCDI_DWORD(outbuf, GET_WORKAROUNDS_OUT_IMPLEMENTED);
drivers/net/ethernet/sfc/mcdi.c
2045
*enabled_out = MCDI_DWORD(outbuf, GET_WORKAROUNDS_OUT_ENABLED);
drivers/net/ethernet/sfc/mcdi.c
2083
pf = MCDI_DWORD(fi_outbuf, GET_FUNCTION_INFO_OUT_PF);
drivers/net/ethernet/sfc/mcdi.c
2084
vf = MCDI_DWORD(fi_outbuf, GET_FUNCTION_INFO_OUT_VF);
drivers/net/ethernet/sfc/mcdi.c
2099
*mask = MCDI_DWORD(pm_outbuf, PRIVILEGE_MASK_OUT_OLD_MASK);
drivers/net/ethernet/sfc/mcdi.c
2131
flags = MCDI_DWORD(outbuf, NVRAM_METADATA_OUT_FLAGS);
drivers/net/ethernet/sfc/mcdi.c
2151
*subtype = MCDI_DWORD(outbuf, NVRAM_METADATA_OUT_SUBTYPE);
drivers/net/ethernet/sfc/mcdi.c
2297
rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE);
drivers/net/ethernet/sfc/mcdi.c
640
if (MCDI_DWORD(testbuf, ERR_CODE) == MC_CMD_ERR_PROXY_PENDING) {
drivers/net/ethernet/sfc/mcdi.c
641
*proxy_handle = MCDI_DWORD(testbuf, ERR_PROXY_PENDING_HANDLE);
drivers/net/ethernet/sfc/mcdi_filters.c
1901
*flags = MCDI_DWORD(outbuf, RSS_CONTEXT_GET_FLAGS_OUT_FLAGS);
drivers/net/ethernet/sfc/mcdi_filters.c
1973
ctx->context_id = MCDI_DWORD(outbuf, RSS_CONTEXT_ALLOC_OUT_RSS_CONTEXT_ID);
drivers/net/ethernet/sfc/mcdi_functions.c
130
MCDI_DWORD(outbuf, INIT_EVQ_V2_OUT_FLAGS));
drivers/net/ethernet/sfc/mcdi_functions.c
429
*pf_index = MCDI_DWORD(outbuf, GET_FUNCTION_INFO_OUT_PF);
drivers/net/ethernet/sfc/mcdi_functions.c
54
MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_BASE));
drivers/net/ethernet/sfc/mcdi_functions.c
57
*vi_base = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_BASE);
drivers/net/ethernet/sfc/mcdi_functions.c
59
*allocated_vis = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_COUNT);
drivers/net/ethernet/sfc/mcdi_mon.c
328
mask = MCDI_DWORD(outbuf, SENSOR_INFO_OUT_MASK);
drivers/net/ethernet/sfc/mcdi_mon.c
393
mask = (MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/mcdi_port.c
41
return MCDI_DWORD(outbuf, GET_LINK_OUT_MAC_FAULT) != 0;
drivers/net/ethernet/sfc/mcdi_port_common.c
1254
return MCDI_DWORD(outbuf, GET_PORT_ASSIGNMENT_OUT_PORT);
drivers/net/ethernet/sfc/mcdi_port_common.c
34
cfg->flags = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_FLAGS);
drivers/net/ethernet/sfc/mcdi_port_common.c
35
cfg->type = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_TYPE);
drivers/net/ethernet/sfc/mcdi_port_common.c
37
MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_SUPPORTED_CAP);
drivers/net/ethernet/sfc/mcdi_port_common.c
38
cfg->channel = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_CHANNEL);
drivers/net/ethernet/sfc/mcdi_port_common.c
39
cfg->port = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_PRT);
drivers/net/ethernet/sfc/mcdi_port_common.c
40
cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK);
drivers/net/ethernet/sfc/mcdi_port_common.c
417
MCDI_DWORD(outbuf, GET_LINK_OUT_LINK_SPEED),
drivers/net/ethernet/sfc/mcdi_port_common.c
418
MCDI_DWORD(outbuf, GET_LINK_OUT_FLAGS),
drivers/net/ethernet/sfc/mcdi_port_common.c
419
MCDI_DWORD(outbuf, GET_LINK_OUT_FCNTL));
drivers/net/ethernet/sfc/mcdi_port_common.c
43
cfg->media = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_MEDIA_TYPE);
drivers/net/ethernet/sfc/mcdi_port_common.c
44
cfg->mmd_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_MMD_MASK);
drivers/net/ethernet/sfc/mcdi_port_common.c
451
caps = MCDI_DWORD(outbuf, GET_LINK_OUT_CAP);
drivers/net/ethernet/sfc/mcdi_port_common.c
497
MCDI_DWORD(outbuf, GET_LINK_OUT_LINK_SPEED),
drivers/net/ethernet/sfc/mcdi_port_common.c
498
MCDI_DWORD(outbuf, GET_LINK_OUT_FLAGS),
drivers/net/ethernet/sfc/mcdi_port_common.c
499
MCDI_DWORD(outbuf, GET_LINK_OUT_FCNTL));
drivers/net/ethernet/sfc/mcdi_port_common.c
552
MCDI_DWORD(outbuf, GET_LINK_OUT_LP_CAP),
drivers/net/ethernet/sfc/mcdi_port_common.c
620
speed = MCDI_DWORD(outbuf, GET_LINK_OUT_V2_LINK_SPEED);
drivers/net/ethernet/sfc/mcdi_port_common.c
623
caps = MCDI_DWORD(outbuf, GET_LINK_OUT_V2_CAP);
drivers/net/ethernet/sfc/mcdi_port_common.c
629
active = MCDI_DWORD(outbuf, GET_LINK_OUT_V2_FEC_TYPE);
drivers/net/ethernet/sfc/mcdi_port_common.c
713
if (MCDI_DWORD(outbuf, GET_PHY_STATE_OUT_STATE) != MC_CMD_PHY_STATE_OK)
drivers/net/ethernet/sfc/mcdi_port_common.c
769
status = MCDI_DWORD(outbuf, POLL_BIST_OUT_RESULT);
drivers/net/ethernet/sfc/mcdi_port_common.c
917
payload_len = MCDI_DWORD(outbuf, GET_PHY_MEDIA_INFO_OUT_DATALEN);
drivers/net/ethernet/sfc/ptp.c
1156
MCDI_DWORD(txtime, PTP_OUT_TRANSMIT_MAJOR),
drivers/net/ethernet/sfc/ptp.c
1157
MCDI_DWORD(txtime, PTP_OUT_TRANSMIT_MINOR),
drivers/net/ethernet/sfc/ptp.c
2158
MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR),
drivers/net/ethernet/sfc/ptp.c
2159
MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0);
drivers/net/ethernet/sfc/ptp.c
640
fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT);
drivers/net/ethernet/sfc/ptp.c
690
MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ptp.c
697
ptp->capabilities = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ptp.c
732
efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ptp.c
734
efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ptp.c
736
efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ptp.c
738
efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/ptp.c
742
efx->ptp_data->ts_corrections.general_tx = MCDI_DWORD(
drivers/net/ethernet/sfc/ptp.c
745
efx->ptp_data->ts_corrections.general_rx = MCDI_DWORD(
drivers/net/ethernet/sfc/ptp.c
884
timeset->host_start = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTSTART);
drivers/net/ethernet/sfc/ptp.c
885
timeset->major = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MAJOR);
drivers/net/ethernet/sfc/ptp.c
886
timeset->minor = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MINOR);
drivers/net/ethernet/sfc/ptp.c
887
timeset->host_end = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTEND);
drivers/net/ethernet/sfc/ptp.c
888
timeset->wait = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_WAITNS);
drivers/net/ethernet/sfc/siena/mcdi.c
1092
code = MCDI_DWORD(outbuf, ERR_CODE);
drivers/net/ethernet/sfc/siena/mcdi.c
1094
err_arg = MCDI_DWORD(outbuf, ERR_ARG);
drivers/net/ethernet/sfc/siena/mcdi.c
1499
MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/mcdi.c
1517
*was_attached = MCDI_DWORD(outbuf, DRV_ATTACH_OUT_OLD_STATE);
drivers/net/ethernet/sfc/siena/mcdi.c
1565
*capabilities = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/mcdi.c
1568
*capabilities = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/mcdi.c
1620
*nvram_types_out = MCDI_DWORD(outbuf, NVRAM_TYPES_OUT_TYPES);
drivers/net/ethernet/sfc/siena/mcdi.c
1649
*size_out = MCDI_DWORD(outbuf, NVRAM_INFO_OUT_SIZE);
drivers/net/ethernet/sfc/siena/mcdi.c
1650
*erase_size_out = MCDI_DWORD(outbuf, NVRAM_INFO_OUT_ERASESIZE);
drivers/net/ethernet/sfc/siena/mcdi.c
1651
*protected_out = !!(MCDI_DWORD(outbuf, NVRAM_INFO_OUT_FLAGS) &
drivers/net/ethernet/sfc/siena/mcdi.c
1673
switch (MCDI_DWORD(outbuf, NVRAM_TEST_OUT_RESULT)) {
drivers/net/ethernet/sfc/siena/mcdi.c
1751
flags = MCDI_DWORD(outbuf, GET_ASSERTS_OUT_GLOBAL_FLAGS);
drivers/net/ethernet/sfc/siena/mcdi.c
1764
MCDI_DWORD(outbuf, GET_ASSERTS_OUT_SAVED_PC_OFFS),
drivers/net/ethernet/sfc/siena/mcdi.c
1765
MCDI_DWORD(outbuf, GET_ASSERTS_OUT_THREAD_OFFS));
drivers/net/ethernet/sfc/siena/mcdi.c
1918
*id_out = (int)MCDI_DWORD(outbuf, WOL_FILTER_SET_OUT_FILTER_ID);
drivers/net/ethernet/sfc/siena/mcdi.c
1953
*id_out = (int)MCDI_DWORD(outbuf, WOL_FILTER_GET_OUT_FILTER_ID);
drivers/net/ethernet/sfc/siena/mcdi.c
2117
rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE);
drivers/net/ethernet/sfc/siena/mcdi.c
644
if (MCDI_DWORD(testbuf, ERR_CODE) == MC_CMD_ERR_PROXY_PENDING) {
drivers/net/ethernet/sfc/siena/mcdi.c
645
*proxy_handle = MCDI_DWORD(testbuf, ERR_PROXY_PENDING_HANDLE);
drivers/net/ethernet/sfc/siena/mcdi_mon.c
329
mask = MCDI_DWORD(outbuf, SENSOR_INFO_OUT_MASK);
drivers/net/ethernet/sfc/siena/mcdi_mon.c
393
mask = (MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/mcdi_port.c
39
if (MCDI_DWORD(outbuf, MDIO_READ_OUT_STATUS) !=
drivers/net/ethernet/sfc/siena/mcdi_port.c
43
return (u16)MCDI_DWORD(outbuf, MDIO_READ_OUT_VALUE);
drivers/net/ethernet/sfc/siena/mcdi_port.c
66
if (MCDI_DWORD(outbuf, MDIO_WRITE_OUT_STATUS) !=
drivers/net/ethernet/sfc/siena/mcdi_port.c
86
return MCDI_DWORD(outbuf, GET_LINK_OUT_MAC_FAULT) != 0;
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
35
cfg->flags = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_FLAGS);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
36
cfg->type = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_TYPE);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
38
MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_SUPPORTED_CAP);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
39
cfg->channel = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_CHANNEL);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
40
cfg->port = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_PRT);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
41
cfg->stats_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_STATS_MASK);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
418
MCDI_DWORD(outbuf, GET_LINK_OUT_LINK_SPEED),
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
419
MCDI_DWORD(outbuf, GET_LINK_OUT_FLAGS),
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
420
MCDI_DWORD(outbuf, GET_LINK_OUT_FCNTL));
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
44
cfg->media = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_MEDIA_TYPE);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
45
cfg->mmd_mask = MCDI_DWORD(outbuf, GET_PHY_CFG_OUT_MMD_MASK);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
461
caps = MCDI_DWORD(outbuf, GET_LINK_OUT_CAP);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
507
MCDI_DWORD(outbuf, GET_LINK_OUT_LINK_SPEED),
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
508
MCDI_DWORD(outbuf, GET_LINK_OUT_FLAGS),
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
509
MCDI_DWORD(outbuf, GET_LINK_OUT_FCNTL));
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
565
MCDI_DWORD(outbuf, GET_LINK_OUT_LP_CAP),
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
636
speed = MCDI_DWORD(outbuf, GET_LINK_OUT_V2_LINK_SPEED);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
639
caps = MCDI_DWORD(outbuf, GET_LINK_OUT_V2_CAP);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
645
active = MCDI_DWORD(outbuf, GET_LINK_OUT_V2_FEC_TYPE);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
730
if (MCDI_DWORD(outbuf, GET_PHY_STATE_OUT_STATE) != MC_CMD_PHY_STATE_OK)
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
786
status = MCDI_DWORD(outbuf, POLL_BIST_OUT_RESULT);
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
936
payload_len = MCDI_DWORD(outbuf, GET_PHY_MEDIA_INFO_OUT_DATALEN);
drivers/net/ethernet/sfc/siena/ptp.c
1138
MCDI_DWORD(txtime, PTP_OUT_TRANSMIT_MAJOR),
drivers/net/ethernet/sfc/siena/ptp.c
1139
MCDI_DWORD(txtime, PTP_OUT_TRANSMIT_MINOR),
drivers/net/ethernet/sfc/siena/ptp.c
2116
MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR),
drivers/net/ethernet/sfc/siena/ptp.c
2117
MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0);
drivers/net/ethernet/sfc/siena/ptp.c
647
fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT);
drivers/net/ethernet/sfc/siena/ptp.c
703
MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/ptp.c
710
ptp->capabilities = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/ptp.c
745
efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/ptp.c
747
efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/ptp.c
749
efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/ptp.c
751
efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf,
drivers/net/ethernet/sfc/siena/ptp.c
755
efx->ptp_data->ts_corrections.general_tx = MCDI_DWORD(
drivers/net/ethernet/sfc/siena/ptp.c
758
efx->ptp_data->ts_corrections.general_rx = MCDI_DWORD(
drivers/net/ethernet/sfc/siena/ptp.c
897
timeset->host_start = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTSTART);
drivers/net/ethernet/sfc/siena/ptp.c
898
timeset->major = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MAJOR);
drivers/net/ethernet/sfc/siena/ptp.c
899
timeset->minor = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MINOR);
drivers/net/ethernet/sfc/siena/ptp.c
900
timeset->host_end = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTEND);
drivers/net/ethernet/sfc/siena/ptp.c
901
timeset->wait = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_WAITNS);
drivers/net/ethernet/sfc/siena/siena_sriov.c
217
vf_total = MCDI_DWORD(outbuf, SRIOV_OUT_VF_TOTAL);
drivers/net/ethernet/sfc/siena/siena_sriov.c
218
vi_scale = MCDI_DWORD(outbuf, SRIOV_OUT_VI_SCALE);