Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/pcs/
H A Dpcs-xpcs.c113 int an_mode; member
149 return compat->an_mode; in xpcs_get_an_mode()
239 switch (compat->an_mode) { in xpcs_soft_reset()
580 switch (compat->an_mode) { in xpcs_inband_caps()
832 switch (compat->an_mode) { in xpcs_do_config()
1310 .an_mode = DW_AN_C73,
1314 .an_mode = DW_AN_C73,
1318 .an_mode = DW_AN_C73,
1322 .an_mode = DW_10GBASER,
1334 .an_mode = DW_2500BASEX,
[all …]
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c199 switch (pdata->an_mode) { in xgbe_an_enable_interrupts()
442 switch (pdata->an_mode) { in xgbe_an_restart()
461 switch (pdata->an_mode) { in xgbe_an_disable()
712 switch (pdata->an_mode) { in xgbe_an_isr_bh_work()
790 if ((pdata->an_mode == XGBE_AN_MODE_CL37_SGMII) && in xgbe_an37_state_machine()
939 switch (pdata->an_mode) { in xgbe_an_state_machine()
989 switch (pdata->an_mode) { in xgbe_an37_init()
1005 (pdata->an_mode == XGBE_AN_MODE_CL37) ? "BaseX" : "SGMII"); in xgbe_an37_init()
1062 pdata->an_mode = pdata->phy_if.phy_impl.an_mode(pdata); in xgbe_an_init()
1063 switch (pdata->an_mode) { in xgbe_an_init()
H A Dxgbe.h909 enum xgbe_an_mode (*an_mode)(struct xgbe_prv_data *); member
1295 enum xgbe_an_mode an_mode; member
H A Dxgbe-phy-v1.c843 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v1()
H A Dxgbe-phy-v2.c1823 switch (pdata->an_mode) { in xgbe_phy_an_outcome()
3301 switch (pdata->an_mode) { in xgbe_phy_an_post()
3330 switch (pdata->an_mode) { in xgbe_phy_an_pre()
3765 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c246 unsigned int an_mode, in prestera_mac_config() argument