Searched refs:phy_speeds (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy-core.c | 230 size_t phy_speeds(unsigned int *speeds, size_t size, in phy_speeds() function
|
H A D | phy.c | 238 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy-core.c | 320 size_t phy_speeds(unsigned int *speeds, size_t size, in phy_speeds() function
|
H A D | phy.c | 246 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 490 u16 phy_speeds; in ixgbe_get_phy_id_fw() local 503 phy_speeds = info[0] & FW_PHY_INFO_SPEED_MASK; in ixgbe_get_phy_id_fw() 505 if (phy_speeds & ixgbe_fw_map[i].fw_speed) in ixgbe_get_phy_id_fw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 490 u16 phy_speeds; in ixgbe_get_phy_id_fw() local 503 phy_speeds = info[0] & FW_PHY_INFO_SPEED_MASK; in ixgbe_get_phy_id_fw() 505 if (phy_speeds & ixgbe_fw_map[i].fw_speed) in ixgbe_get_phy_id_fw()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 913 size_t phy_speeds(unsigned int *speeds, size_t size,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1211 size_t phy_speeds(unsigned int *speeds, size_t size,
|
Completed in 21 milliseconds