Home
last modified time | relevance | path

Searched refs:FUN_PORT_CAP_AUTONEG (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c127 if (modes & FUN_PORT_CAP_AUTONEG) in fun_link_modes_to_ethtool()
234 ks->base.autoneg = (fp->advertising & FUN_PORT_CAP_AUTONEG) ? in fun_get_link_ksettings()
330 !(fp->port_caps & FUN_PORT_CAP_AUTONEG)) in fun_set_link_ksettings()
341 new_advert = fun_advert_modes(ks) | FUN_PORT_CAP_AUTONEG; in fun_set_link_ksettings()
362 pause->autoneg = !!(fp->advertising & FUN_PORT_CAP_AUTONEG); in fun_get_pauseparam()
374 if (!pause->autoneg && (fp->advertising & FUN_PORT_CAP_AUTONEG)) in fun_set_pauseparam()
376 if (pause->autoneg && !(fp->advertising & FUN_PORT_CAP_AUTONEG)) in fun_set_pauseparam()
396 if (!(fp->advertising & FUN_PORT_CAP_AUTONEG)) in fun_restart_an()
400 FUN_PORT_CAP_AUTONEG); in fun_restart_an()
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h358 FUN_PORT_CAP_AUTONEG = 0x40, enumerator