Lines Matching refs:inbuf
74 MCDI_DECLARE_BUF(inbuf, MC_CMD_SET_LINK_IN_LEN); in efx_mcdi_set_link()
78 MCDI_SET_DWORD(inbuf, SET_LINK_IN_CAP, capabilities); in efx_mcdi_set_link()
79 MCDI_SET_DWORD(inbuf, SET_LINK_IN_FLAGS, flags); in efx_mcdi_set_link()
80 MCDI_SET_DWORD(inbuf, SET_LINK_IN_LOOPBACK_MODE, loopback_mode); in efx_mcdi_set_link()
81 MCDI_SET_DWORD(inbuf, SET_LINK_IN_LOOPBACK_SPEED, loopback_speed); in efx_mcdi_set_link()
83 return efx_siena_mcdi_rpc(efx, MC_CMD_SET_LINK, inbuf, sizeof(inbuf), in efx_mcdi_set_link()
766 MCDI_DECLARE_BUF(inbuf, MC_CMD_START_BIST_IN_LEN); in efx_mcdi_bist()
772 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_mode); in efx_mcdi_bist()
773 rc = efx_siena_mcdi_rpc(efx, MC_CMD_START_BIST, inbuf, in efx_mcdi_bist()
912 MCDI_DECLARE_BUF(inbuf, MC_CMD_GET_PHY_MEDIA_INFO_IN_LEN); in efx_mcdi_phy_get_module_eeprom_page()
923 MCDI_SET_DWORD(inbuf, GET_PHY_MEDIA_INFO_IN_PAGE, page); in efx_mcdi_phy_get_module_eeprom_page()
925 inbuf, sizeof(inbuf), in efx_mcdi_phy_get_module_eeprom_page()
1155 MCDI_DECLARE_BUF(inbuf, MC_CMD_MAC_STATS_IN_LEN); in efx_mcdi_mac_stats()
1166 MCDI_SET_QWORD(inbuf, MAC_STATS_IN_DMA_ADDR, dma_addr); in efx_mcdi_mac_stats()
1167 MCDI_POPULATE_DWORD_7(inbuf, MAC_STATS_IN_CMD, in efx_mcdi_mac_stats()
1175 MCDI_SET_DWORD(inbuf, MAC_STATS_IN_DMA_LEN, dma_len); in efx_mcdi_mac_stats()
1178 MCDI_SET_DWORD(inbuf, MAC_STATS_IN_PORT_ID, efx->vport_id); in efx_mcdi_mac_stats()
1180 rc = efx_siena_mcdi_rpc_quiet(efx, MC_CMD_MAC_STATS, inbuf, in efx_mcdi_mac_stats()
1181 sizeof(inbuf), NULL, 0, NULL); in efx_mcdi_mac_stats()
1185 sizeof(inbuf), NULL, 0, rc); in efx_mcdi_mac_stats()