Home
last modified time | relevance | path

Searched refs:atl1c_get_speed_and_duplex (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c668 int atl1c_get_speed_and_duplex(struct atl1c_hw *hw, u16 *speed, u16 *duplex) in atl1c_get_speed_and_duplex() function
749 if (atl1c_get_speed_and_duplex(hw, &speed, in atl1c_phy_to_ps_link()
H A Datl1c_hw.h30 int atl1c_get_speed_and_duplex(struct atl1c_hw *hw, u16 *speed, u16 *duplex);
H A Datl1c_main.c280 err = atl1c_get_speed_and_duplex(hw, &speed, &duplex); in atl1c_check_link_status()