Searched refs:get_phy_info (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c241 phy->ops.get_phy_info = igb_get_phy_info_m88;
284 phy->ops.get_phy_info = igb_get_phy_info_igp;
296 phy->ops.get_phy_info = igb_get_phy_info_82580;
304 phy->ops.get_phy_info = igb_get_phy_info_m88;
H A De1000_hw.h320 s32 (*get_phy_info)(struct e1000_hw *); member in struct:e1000_phy_operations
H A Digb.h789 if (hw->phy.ops.get_phy_info)
790 return hw->phy.ops.get_phy_info(hw);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h640 if (hw->phy.ops.get_phy_info)
641 return hw->phy.ops.get_phy_info(hw);
H A Digc_hw.h113 s32 (*get_phy_info)(struct igc_hw *hw); member in struct:igc_phy_operations
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h640 struct atto_csmi_get_phy_info get_phy_info; member in union:atto_ioctl_csmi

Completed in 241 milliseconds