Searched refs:alx_setup_speed_duplex (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 203 return alx_setup_speed_duplex(hw, adv_cfg, hw->flowctrl); in alx_set_link_ksettings() 247 err = alx_setup_speed_duplex(hw, hw->adv_cfg, fc); in alx_set_pauseparam()
|
D | hw.h | 550 int alx_setup_speed_duplex(struct alx_hw *hw, u32 ethadv, u8 flowctrl);
|
D | hw.c | 722 int alx_setup_speed_duplex(struct alx_hw *hw, u32 ethadv, u8 flowctrl) in alx_setup_speed_duplex() function
|
D | main.c | 1788 err = alx_setup_speed_duplex(hw, hw->adv_cfg, hw->flowctrl); in alx_probe()
|