Lines Matching refs:outlen
18 size_t outlen; in efx_mcdi_get_phy_cfg() local
25 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_get_phy_cfg()
29 if (outlen < MC_CMD_GET_PHY_CFG_OUT_LEN) { in efx_mcdi_get_phy_cfg()
89 size_t outlen; in efx_mcdi_loopback_modes() local
93 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_loopback_modes()
97 if (outlen < (MC_CMD_GET_LOOPBACK_MODES_OUT_SUGGESTED_OFST + in efx_mcdi_loopback_modes()
608 size_t outlen; in efx_mcdi_phy_get_fecparam() local
613 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_phy_get_fecparam()
616 if (outlen < MC_CMD_GET_LINK_OUT_V2_LEN) in efx_mcdi_phy_get_fecparam()
701 size_t outlen; in efx_mcdi_phy_test_alive() local
707 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_phy_test_alive()
711 if (outlen < MC_CMD_GET_PHY_STATE_OUT_LEN) in efx_mcdi_phy_test_alive()
747 size_t outlen; in efx_mcdi_bist() local
765 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_bist()
788 outlen >= MC_CMD_POLL_BIST_OUT_SFT9001_LEN) { in efx_mcdi_bist()
896 size_t outlen; in efx_mcdi_phy_get_module_eeprom_page() local
908 &outlen); in efx_mcdi_phy_get_module_eeprom_page()
913 if (outlen < (MC_CMD_GET_PHY_MEDIA_INFO_OUT_DATA_OFST + in efx_mcdi_phy_get_module_eeprom_page()