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

  /src/sys/dev/pci/cxgb/
cxgb_vsc8211.c 41 VSC8211_INTR_ENABLE = 25,
90 static int vsc8211_intr_enable(struct cphy *cphy) function in typeref:typename:int
92 return mdio_write(cphy, 0, VSC8211_INTR_ENABLE, INTR_MASK);
97 return mdio_write(cphy, 0, VSC8211_INTR_ENABLE, 0);
219 vsc8211_intr_enable,
234 .intr_enable = vsc8211_intr_enable,

Completed in 11 milliseconds