Home
last modified time | relevance | path

Searched refs:modtype (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dael1002.c325 static int ael2005_setup_twinax_edc(struct cphy *phy, int modtype) in ael2005_setup_twinax_edc() argument
339 if (!err && modtype == phy_modtype_twinax_long) in ael2005_setup_twinax_edc()
435 phy->modtype = err; in ael2005_reset()
474 phy->modtype = ret; in ael2005_intr_handler()
551 static int ael2020_setup_twinax_edc(struct cphy *phy, int modtype) in ael2020_setup_twinax_edc() argument
748 phy->modtype = (u8)err; in ael2020_reset()
780 phy->modtype = (u8)ret; in ael2020_intr_handler()
Dcommon.h549 u8 modtype; /* PHY module type */ member
Dcxgb3_main.c324 if (pi->phy.modtype == phy_modtype_none) in t3_os_phymod_changed()
328 mod_str[pi->phy.modtype]); in t3_os_phymod_changed()