Home
last modified time | relevance | path

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

/linux/drivers/net/pcs/
H A Dpcs-xpcs.c157 int an_mode; member
193 return compat->an_mode; in xpcs_get_an_mode()
283 switch (compat->an_mode) { in xpcs_soft_reset()
680 switch (compat->an_mode) { in xpcs_inband_caps()
932 switch (compat->an_mode) { in xpcs_do_config()
1172 switch (compat->an_mode) { in xpcs_get_state()
1391 .an_mode = DW_AN_C73,
1395 .an_mode = DW_AN_C73,
1399 .an_mode = DW_AN_C73,
1403 .an_mode = DW_AN_C73,
[all …]
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c90 switch (pdata->an_mode) { in xgbe_an_enable_interrupts()
270 if (pdata->an_mode == XGBE_AN_MODE_CL37_SGMII) { in xgbe_an37_set()
342 switch (pdata->an_mode) { in xgbe_an_restart()
361 switch (pdata->an_mode) { in xgbe_an_disable()
612 switch (pdata->an_mode) { in xgbe_an_isr_bh_work()
690 if ((pdata->an_mode == XGBE_AN_MODE_CL37_SGMII) && in xgbe_an37_state_machine()
839 switch (pdata->an_mode) { in xgbe_an_state_machine()
889 switch (pdata->an_mode) { in xgbe_an37_init()
905 (pdata->an_mode == XGBE_AN_MODE_CL37) ? "BaseX" : "SGMII"); in xgbe_an37_init()
967 pdata->an_mode = pdata->phy_if.phy_impl.an_mode(pdata); in xgbe_an_init()
[all …]
H A Dxgbe.h846 enum xgbe_an_mode (*an_mode)(struct xgbe_prv_data *); member
1232 enum xgbe_an_mode an_mode; member
H A Dxgbe-phy-v2.c1715 switch (pdata->an_mode) { in xgbe_phy_an_outcome()
3285 switch (pdata->an_mode) { in xgbe_phy_an_post()
3314 switch (pdata->an_mode) { in xgbe_phy_an_pre()
3749 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c246 unsigned int an_mode, in prestera_mac_config() argument