Lines Matching refs:outlen
40 size_t outlen; in efx_mcdi_get_phy_cfg() local
47 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_get_phy_cfg()
51 if (outlen < MC_CMD_GET_PHY_CFG_OUT_LEN) { in efx_mcdi_get_phy_cfg()
99 size_t outlen; in efx_mcdi_loopback_modes() local
103 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_loopback_modes()
107 if (outlen < (MC_CMD_GET_LOOPBACK_MODES_OUT_SUGGESTED_OFST + in efx_mcdi_loopback_modes()
128 size_t outlen; in efx_mcdi_mdio_read() local
137 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_mdio_read()
154 size_t outlen; in efx_mcdi_mdio_write() local
164 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_mdio_write()
580 size_t outlen; in efx_mcdi_phy_test_alive() local
586 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_phy_test_alive()
590 if (outlen < MC_CMD_GET_PHY_STATE_OUT_LEN) in efx_mcdi_phy_test_alive()
613 size_t outlen; in efx_mcdi_bist() local
631 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_bist()
654 outlen >= MC_CMD_POLL_BIST_OUT_SFT9001_LEN) { in efx_mcdi_bist()
742 size_t outlen; in efx_mcdi_phy_get_module_eeprom() local
762 &outlen); in efx_mcdi_phy_get_module_eeprom()
766 if (outlen < (MC_CMD_GET_PHY_MEDIA_INFO_OUT_DATA_OFST + in efx_mcdi_phy_get_module_eeprom()