Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h552 struct cphy_ops { struct
553 int (*reset)(struct cphy *phy, int wait);
555 int (*intr_enable)(struct cphy *phy);
556 int (*intr_disable)(struct cphy *phy);
557 int (*intr_clear)(struct cphy *phy);
558 int (*intr_handler)(struct cphy *phy);
582 const struct cphy_ops *ops; /* PHY operations */ argument