Lines Matching defs:phy_data
555 * @phy_data: Pointer to read data from PHY register
560 u16 *phy_data)
566 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
574 * @phy_data: Data to write to the PHY register
579 u16 phy_data)
585 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1301 * @phy_data: Pointer to read data from PHY register
1306 u32 device_type, u32 *phy_data)
1309 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1317 * @phy_data: Data to write to the PHY register
1322 u32 device_type, u32 phy_data)
1325 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);