Beispiel #1
0
/* Run all the desired BIST tests for the PHY */
static int txc_bist(struct efx_nic *efx)
{
	int rc;
	/*!\todo: experiment with running more of the BIST patterns to
	 * see if it actually shows up more problems. */
	rc = txc_bist_one(efx, MDIO_MMD_PCS, TXC_BIST_CTRL_TYPE_TSD);
	return rc;
}
Beispiel #2
0
static int txc_bist(struct efx_nic *efx)
{
	return txc_bist_one(efx, MDIO_MMD_PCS, TXC_BIST_CTRL_TYPE_TSD);
}