Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c711 struct prestera_port_mac_config cfg_mac; in prestera_ethtool_set_fecparam() local
734 prestera_port_cfg_mac_read(port, &cfg_mac); in prestera_ethtool_set_fecparam()
736 if (fec == cfg_mac.fec) in prestera_ethtool_set_fecparam()
744 cfg_mac.fec = fec; in prestera_ethtool_set_fecparam()
746 return prestera_port_cfg_mac_write(port, &cfg_mac); in prestera_ethtool_set_fecparam()
H A Dprestera.h152 struct prestera_port_mac_config cfg_mac; member