Home
last modified time | relevance | path

Searched defs:cphy_ops (Results 1 – 2 of 2) sorted by relevance

/drivers/net/chelsio/
Dcphy.h68 struct cphy_ops { struct
69 void (*destroy)(struct cphy *);
70 int (*reset)(struct cphy *, int wait);
72 int (*interrupt_enable)(struct cphy *);
73 int (*interrupt_disable)(struct cphy *);
74 int (*interrupt_clear)(struct cphy *);
75 int (*interrupt_handler)(struct cphy *);
77 int (*autoneg_enable)(struct cphy *);
78 int (*autoneg_disable)(struct cphy *);
79 int (*autoneg_restart)(struct cphy *);
[all …]
/drivers/net/cxgb3/
Dcommon.h566 struct cphy_ops { struct
567 int (*reset)(struct cphy *phy, int wait);
569 int (*intr_enable)(struct cphy *phy);
570 int (*intr_disable)(struct cphy *phy);
594 const struct cphy_ops *ops; /* PHY operations */ argument