| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mcdi.h | 477 #define MCDI_OUT2(_emr, _type, _ofst) \ macro 481 EFX_BYTE_FIELD(*MCDI_OUT2(_emr, efx_byte_t, _ofst), \ 485 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \ 489 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \ 493 EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \ 497 EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \ 504 EFX_DWORD_FIELD(*(MCDI_OUT2(_emr, efx_dword_t, _ofst) + \ 509 ((_type *)(MCDI_OUT2(_emr, uint8_t, _arr_ofst) + \
|
| H A D | efx_nic.c | 1053 *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_SUGGESTED)); in efx_mcdi_get_loopback_modes() 1055 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_100M); in efx_mcdi_get_loopback_modes() 1059 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_1G); in efx_mcdi_get_loopback_modes() 1063 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_10G); in efx_mcdi_get_loopback_modes() 1071 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes() 1081 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes() 1091 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes() 1101 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes()
|
| H A D | efx_mcdi.c | 1106 ver_words = MCDI_OUT2(req, efx_word_t, GET_VERSION_OUT_VERSION); in efx_mcdi_get_version() 1127 MCDI_OUT2(req, char, GET_VERSION_V2_OUT_BOARD_SERIAL), in efx_mcdi_get_version() 1130 MCDI_OUT2(req, char, GET_VERSION_V2_OUT_BOARD_NAME), in efx_mcdi_get_version() 1587 addrp = MCDI_OUT2(req, uint8_t, 1590 addrp = MCDI_OUT2(req, uint8_t, 1602 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t, 1605 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t, 1715 namep = MCDI_OUT2(req, char, GET_PHY_CFG_OUT_NAME); in efx_mcdi_get_phy_cfg() 1725 MCDI_OUT2(req, char, GET_PHY_CFG_OUT_REVISION), in efx_mcdi_get_phy_cfg() 3317 regions = MCDI_OUT2(req, efx_xword_t, in efx_mcdi_get_nic_addr_regions() [all …]
|
| H A D | rhead_rx.c | 322 MCDI_OUT2(req, uint32_t, GET_RX_PREFIX_ID_OUT_RX_PREFIX_ID), in efx_mcdi_get_rx_prefix_ids() 477 resp = MCDI_OUT2(req, efx_dword_t, QUERY_RX_PREFIX_ID_OUT_RESPONSE); in efx_mcdi_query_rx_prefix_id()
|
| H A D | efx_nvram.c | 588 MCDI_OUT2(req, uint32_t, NVRAM_PARTITIONS_OUT_TYPE_ID), in efx_mcdi_nvram_partitions() 672 memcpy(descp, MCDI_OUT2(req, char, 838 MCDI_OUT2(req, uint8_t, NVRAM_READ_OUT_READ_BUFFER), in efx_mcdi_nvram_read()
|
| H A D | ef10_proxy.c | 292 old_mask = *MCDI_OUT2(req, uint32_t, PRIVILEGE_MASK_OUT_OLD_MASK); in efx_mcdi_privilege_mask_set()
|
| H A D | ef10_evb.c | 181 *vport_idp = *MCDI_OUT2(req, uint32_t, VPORT_ALLOC_OUT_VPORT_ID); in efx_mcdi_vport_alloc()
|
| H A D | mcdi_mon.c | 377 maskp = MCDI_OUT2(req, efx_dword_t, SENSOR_INFO_OUT_MASK);
|
| H A D | siena_nvram.c | 477 fw_list = MCDI_OUT2(req, efx_word_t, in siena_nvram_get_subtype()
|
| H A D | ef10_nic.c | 341 addrp = MCDI_OUT2(req, uint8_t, 402 addrp = MCDI_OUT2(req, uint8_t,
|
| H A D | ef10_filter.c | 1267 MCDI_OUT2(req, uint32_t, in efx_mcdi_get_parser_disp_info()
|
| H A D | efx_mae.c | 3763 entry_buf = MCDI_OUT2(req, uint8_t, in efx_mae_read_mport_journal_batch()
|