Home
last modified time | relevance | path

Searched refs:cphy_cause (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dvsc8211.c325 int err, cphy_cause = 0; in vsc8211_intr_handler() local
333 cphy_cause |= cphy_cause_link_change; in vsc8211_intr_handler()
335 cphy_cause |= cphy_cause_fifo_error; in vsc8211_intr_handler()
336 return cphy_cause; in vsc8211_intr_handler()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dmv88e1xxx.c295 int cphy_cause = 0; in mv88e1xxx_interrupt_handler() local
321 cphy_cause |= cphy_cause_link_change; in mv88e1xxx_interrupt_handler()
330 cphy_cause |= cphy_cause_link_change; in mv88e1xxx_interrupt_handler()
332 return cphy_cause; in mv88e1xxx_interrupt_handler()