Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:phy_data

530  * @phy_data: Pointer to read data from PHY register
535 u16 *phy_data)
541 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
549 * @phy_data: Data to write to the PHY register
554 u16 phy_data)
560 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1251 * @phy_data: Pointer to read data from PHY register
1256 u32 device_type, u32 *phy_data)
1259 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);
1267 * @phy_data: Data to write to the PHY register
1272 u32 device_type, u32 phy_data)
1275 device_type, phy_data), IXGBE_NOT_IMPLEMENTED);