Searched refs:alx_read_phy_core (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 61 static int alx_read_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_read_phy_core() function 131 return alx_read_phy_core(hw, false, 0, reg, phy_data); in __alx_read_phy_reg() 141 return alx_read_phy_core(hw, true, dev, reg, pdata); in __alx_read_phy_ext()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 61 static int alx_read_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_read_phy_core() function 131 return alx_read_phy_core(hw, false, 0, reg, phy_data); in __alx_read_phy_reg() 141 return alx_read_phy_core(hw, true, dev, reg, pdata); in __alx_read_phy_ext()
|
Completed in 4 milliseconds