Searched refs:phy_cause (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c196 int phy_cause = phy->ops->interrupt_handler(phy); local
198 if (phy_cause & cphy_cause_link_change)
673 int phy_cause; local
691 phy_cause = phy->ops->interrupt_handler(phy);
692 if (phy_cause & cphy_cause_link_change)
700 phy_cause = phy->ops->interrupt_handler(phy);
701 if (phy_cause & cphy_cause_link_change)
715 phy_cause = phy->ops->interrupt_handler(phy);
716 if (phy_cause & cphy_cause_link_change)
727 phy_cause
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1839 int phy_cause = p->phy.ops->intr_handler(&p->phy); local
1841 if (phy_cause & cphy_cause_link_change)
1843 if (phy_cause & cphy_cause_fifo_error)
1845 if (phy_cause & cphy_cause_module_change)

Completed in 112 milliseconds