Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb/
Dsubr.c196 int phy_cause = phy->ops->interrupt_handler(phy); in fpga_phy_intr_handler() local
198 if (phy_cause & cphy_cause_link_change) in fpga_phy_intr_handler()
673 int phy_cause; in t1_elmer0_ext_intr_handler() local
691 phy_cause = phy->ops->interrupt_handler(phy); in t1_elmer0_ext_intr_handler()
692 if (phy_cause & cphy_cause_link_change) in t1_elmer0_ext_intr_handler()
700 phy_cause = phy->ops->interrupt_handler(phy); in t1_elmer0_ext_intr_handler()
701 if (phy_cause & cphy_cause_link_change) in t1_elmer0_ext_intr_handler()
715 phy_cause = phy->ops->interrupt_handler(phy); in t1_elmer0_ext_intr_handler()
716 if (phy_cause & cphy_cause_link_change) in t1_elmer0_ext_intr_handler()
727 phy_cause = phy->ops->interrupt_handler(phy); in t1_elmer0_ext_intr_handler()
[all …]
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1839 int phy_cause = p->phy.ops->intr_handler(&p->phy); in t3_phy_intr_handler() local
1841 if (phy_cause & cphy_cause_link_change) in t3_phy_intr_handler()
1843 if (phy_cause & cphy_cause_fifo_error) in t3_phy_intr_handler()
1845 if (phy_cause & cphy_cause_module_change) in t3_phy_intr_handler()