HomeSort by: relevance | last modified time | path
    Searched defs:cphy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_common.h 136 struct cphy;
159 void (*phy_prep)(struct cphy *phy, adapter_t *adapter, int phy_addr,
510 void (*destroy)(struct cphy *phy);
511 int (*reset)(struct cphy *phy, int wait);
513 int (*intr_enable)(struct cphy *phy);
514 int (*intr_disable)(struct cphy *phy);
515 int (*intr_clear)(struct cphy *phy);
516 int (*intr_handler)(struct cphy *phy);
518 int (*autoneg_enable)(struct cphy *phy);
519 int (*autoneg_restart)(struct cphy *phy)
530 struct cphy { struct
    [all...]
cxgb_common.h 136 struct cphy;
159 void (*phy_prep)(struct cphy *phy, adapter_t *adapter, int phy_addr,
510 void (*destroy)(struct cphy *phy);
511 int (*reset)(struct cphy *phy, int wait);
513 int (*intr_enable)(struct cphy *phy);
514 int (*intr_disable)(struct cphy *phy);
515 int (*intr_clear)(struct cphy *phy);
516 int (*intr_handler)(struct cphy *phy);
518 int (*autoneg_enable)(struct cphy *phy);
519 int (*autoneg_restart)(struct cphy *phy)
530 struct cphy { struct
    [all...]

Completed in 53 milliseconds