Home
last modified time | relevance | path

Searched refs:plca_cfg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dphy-c45.c1421 struct phy_plca_cfg *plca_cfg) in genphy_c45_plca_get_cfg() argument
1432 plca_cfg->version = ret & ~MDIO_OATC14_PLCA_IDM; in genphy_c45_plca_get_cfg()
1438 plca_cfg->enabled = !!(ret & MDIO_OATC14_PLCA_EN); in genphy_c45_plca_get_cfg()
1444 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8; in genphy_c45_plca_get_cfg()
1445 plca_cfg->node_id = (ret & MDIO_OATC14_PLCA_ID); in genphy_c45_plca_get_cfg()
1451 plca_cfg->to_tmr = ret & MDIO_OATC14_PLCA_TOT; in genphy_c45_plca_get_cfg()
1457 plca_cfg->burst_cnt = (ret & MDIO_OATC14_PLCA_MAXBC) >> 8; in genphy_c45_plca_get_cfg()
1458 plca_cfg->burst_tmr = (ret & MDIO_OATC14_PLCA_BTMR); in genphy_c45_plca_get_cfg()
1475 const struct phy_plca_cfg *plca_cfg) in genphy_c45_plca_set_cfg() argument
1481 if (plca_cfg->version >= 0) in genphy_c45_plca_set_cfg()
[all …]
H A Dmicrochip_t1s.c445 const struct phy_plca_cfg *plca_cfg) in lan86xx_plca_set_cfg() argument
452 plca_cfg->enabled); in lan86xx_plca_set_cfg()
457 ret = genphy_c45_plca_set_cfg(phydev, plca_cfg); in lan86xx_plca_set_cfg()
461 if (plca_cfg->enabled) in lan86xx_plca_set_cfg()
/linux/include/linux/
H A Dphy.h1449 struct phy_plca_cfg *plca_cfg);
1452 const struct phy_plca_cfg *plca_cfg);
2343 struct phy_plca_cfg *plca_cfg);
2345 const struct phy_plca_cfg *plca_cfg);
2457 struct phy_plca_cfg *plca_cfg);
2459 const struct phy_plca_cfg *plca_cfg,
H A Dethtool.h1425 struct phy_plca_cfg *plca_cfg);
1427 const struct phy_plca_cfg *plca_cfg,