Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_common.h553 struct cphy_ops { struct
554 int (*reset)(struct cphy *phy, int wait);
556 int (*intr_enable)(struct cphy *phy);
557 int (*intr_disable)(struct cphy *phy);
558 int (*intr_clear)(struct cphy *phy);
559 int (*intr_handler)(struct cphy *phy);
583 const struct cphy_ops *ops; /* PHY operations */ argument