linux网络设备—PHY

一.结构体api 1.PHY设备网络 struct phy_device { struct phy_driver *drv; //PHY设备驱动 struct mii_bus *bus; //对应的MII总线 struct device dev; //设备文件 u32 phy_id; //PHY ID enum phy_state state; //PHY状态 u32 dev_flag
相关文章
相关标签/搜索