Searched refs:ethadv_cfg (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/atheros/alx/
H A Dhw.c680 static u32 ethadv_to_hw_cfg(struct alx_hw *hw, u32 ethadv_cfg) ethadv_to_hw_cfg() argument
684 if (ethadv_cfg & ADVERTISED_Autoneg) { ethadv_to_hw_cfg()
686 if (ethadv_cfg & ADVERTISED_10baseT_Half) ethadv_to_hw_cfg()
688 if (ethadv_cfg & ADVERTISED_10baseT_Full) ethadv_to_hw_cfg()
690 if (ethadv_cfg & ADVERTISED_100baseT_Half) ethadv_to_hw_cfg()
692 if (ethadv_cfg & ADVERTISED_100baseT_Full) ethadv_to_hw_cfg()
694 if (ethadv_cfg & ADVERTISED_1000baseT_Half) ethadv_to_hw_cfg()
696 if (ethadv_cfg & ADVERTISED_1000baseT_Full) ethadv_to_hw_cfg()
698 if (ethadv_cfg & ADVERTISED_Pause) ethadv_to_hw_cfg()
700 if (ethadv_cfg & ADVERTISED_Asym_Pause) ethadv_to_hw_cfg()
703 switch (ethadv_cfg) { ethadv_to_hw_cfg()

Completed in 30 milliseconds