Home
last modified time | relevance | path

Searched refs:PHY_DEVICE_TYPE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c79 enum PHY_DEVICE_TYPE { enum
87 const enum PHY_DEVICE_TYPE phyDevice;
874 static enum PHY_DEVICE_TYPE getPhyType(struct ql3_adapter *qdev, in getPhyType()
877 enum PHY_DEVICE_TYPE result = PHY_TYPE_UNKNOWN; in getPhyType()