Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dvsc8211.c309 err = t3_set_phy_speed_duplex(phy, speed, duplex); in vsc8211_set_speed_duplex()
348 .set_speed_duplex = t3_set_phy_speed_duplex,
362 .set_speed_duplex = t3_set_phy_speed_duplex,
Dcommon.h659 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex);
Dt3_hw.c450 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex) in t3_set_phy_speed_duplex() function