Home
last modified time | relevance | path

Searched refs:an_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/pcs/
Dpcs-xpcs.c123 int an_mode; member
157 return compat->an_mode; in xpcs_get_an_mode()
236 switch (compat->an_mode) { in xpcs_soft_reset()
801 switch (compat->an_mode) { in xpcs_do_config()
929 switch (compat->an_mode) { in xpcs_get_state()
1037 .an_mode = DW_AN_C73,
1043 .an_mode = DW_AN_C73,
1049 .an_mode = DW_AN_C73,
1055 .an_mode = DW_AN_C37_SGMII,
1061 .an_mode = DW_2500BASEX,
[all …]
/Linux-v5.15/drivers/net/ethernet/amd/xgbe/
Dxgbe-mdio.c199 switch (pdata->an_mode) { in xgbe_an_enable_interrupts()
430 switch (pdata->an_mode) { in xgbe_an_restart()
449 switch (pdata->an_mode) { in xgbe_an_disable()
697 switch (pdata->an_mode) { in xgbe_an_isr_task()
775 if ((pdata->an_mode == XGBE_AN_MODE_CL37_SGMII) && in xgbe_an37_state_machine()
924 switch (pdata->an_mode) { in xgbe_an_state_machine()
974 switch (pdata->an_mode) { in xgbe_an37_init()
990 (pdata->an_mode == XGBE_AN_MODE_CL37) ? "BaseX" : "SGMII"); in xgbe_an37_init()
1047 pdata->an_mode = pdata->phy_if.phy_impl.an_mode(pdata); in xgbe_an_init()
1048 switch (pdata->an_mode) { in xgbe_an_init()
Dxgbe.h872 enum xgbe_an_mode (*an_mode)(struct xgbe_prv_data *); member
1256 enum xgbe_an_mode an_mode; member
Dxgbe-phy-v2.c1755 switch (pdata->an_mode) { in xgbe_phy_an_outcome()
2983 switch (pdata->an_mode) { in xgbe_phy_an_post()
3012 switch (pdata->an_mode) { in xgbe_phy_an_pre()
3427 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
Dxgbe-phy-v1.c843 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v1()