Home
last modified time | relevance | path

Searched refs:set_mac_speed (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dbcm-sf2-eth.h62 int (*set_mac_speed)(int speed, int duplex); member
H A Dbcm-sf2-eth.c181 eth->set_mac_speed(eth->port[i]->speed, eth->port[i]->duplex); in bcm_sf2_eth_open()
H A Dbcm-sf2-eth-gmac.c969 eth->set_mac_speed = gmac_set_speed; in gmac_add()