Searched refs:mdio_type (Results 1 – 2 of 2) sorted by relevance
435 enum al_eth_mdio_type mdio_type; /**< mdio protocol type */ member681 enum al_eth_mdio_type mdio_type,
1917 enum al_eth_mdio_type mdio_type, in al_eth_mdio_config() argument1924 const char *type_name = (mdio_type == AL_ETH_MDIO_TYPE_CLAUSE_22) ? "Clause 22" : "Clause 45"; in al_eth_mdio_config()1952 switch(mdio_type) in al_eth_mdio_config()1992 if(mdio_type != AL_ETH_MDIO_TYPE_CLAUSE_22) { in al_eth_mdio_config()1998 adapter->mdio_type = mdio_type; in al_eth_mdio_config()2237 if (adapter->mdio_type == AL_ETH_MDIO_TYPE_CLAUSE_22) in al_eth_mdio_read()2259 if (adapter->mdio_type == AL_ETH_MDIO_TYPE_CLAUSE_22) in al_eth_mdio_write()