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,
|