Searched refs:MCDI_OUT2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_mcdi.h | 378 #define MCDI_OUT2(_emr, _type, _ofst) \ macro 382 EFX_BYTE_FIELD(*MCDI_OUT2(_emr, efx_byte_t, _ofst), \ 386 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \ 390 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \ 394 EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \ 398 EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \
|
| H A D | efx_nic.c | 891 *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_SUGGESTED)); in efx_mcdi_get_loopback_modes() 893 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_100M); in efx_mcdi_get_loopback_modes() 897 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_1G); in efx_mcdi_get_loopback_modes() 901 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_10G); in efx_mcdi_get_loopback_modes() 909 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes() 919 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes() 929 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes() 939 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes()
|
| H A D | efx_mcdi.c | 968 ver_words = MCDI_OUT2(req, efx_word_t, GET_VERSION_OUT_VERSION); 1367 addrp = MCDI_OUT2(req, uint8_t, 1370 addrp = MCDI_OUT2(req, uint8_t, 1382 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t, 1385 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t, 1495 namep = MCDI_OUT2(req, char, GET_PHY_CFG_OUT_NAME); in efx_mcdi_get_phy_cfg() 1505 MCDI_OUT2(req, char, GET_PHY_CFG_OUT_REVISION), in efx_mcdi_get_phy_cfg() 2227 MCDI_OUT2(req, uint8_t, GET_PHY_MEDIA_INFO_OUT_DATA) + offset, in efx_mcdi_get_phy_media_info()
|
| H A D | efx_nvram.c | 580 MCDI_OUT2(req, uint32_t, NVRAM_PARTITIONS_OUT_TYPE_ID), in efx_mcdi_nvram_partitions() 664 memcpy(descp, MCDI_OUT2(req, char, 828 MCDI_OUT2(req, uint8_t, NVRAM_READ_OUT_READ_BUFFER), in efx_mcdi_nvram_read()
|
| H A D | mcdi_mon.c | 400 maskp = MCDI_OUT2(req, efx_dword_t, SENSOR_INFO_OUT_MASK);
|
| H A D | siena_nvram.c | 476 fw_list = MCDI_OUT2(req, efx_word_t, in siena_nvram_get_subtype()
|
| H A D | ef10_nic.c | 366 addrp = MCDI_OUT2(req, uint8_t, 429 addrp = MCDI_OUT2(req, uint8_t,
|
| H A D | ef10_filter.c | 1023 MCDI_OUT2(req, uint32_t, in efx_mcdi_get_parser_disp_info()
|