Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsh_eth.c64 static int sh_eth_send_common(struct sh_eth_dev *eth, void *packet, int len) in sh_eth_send_common()
121 static int sh_eth_recv_start(struct sh_eth_dev *eth) in sh_eth_recv_start()
137 static void sh_eth_recv_finish(struct sh_eth_dev *eth) in sh_eth_recv_finish()
157 static int sh_eth_reset(struct sh_eth_dev *eth) in sh_eth_reset()
190 static int sh_eth_tx_desc_init(struct sh_eth_dev *eth) in sh_eth_tx_desc_init()
243 static int sh_eth_rx_desc_init(struct sh_eth_dev *eth) in sh_eth_rx_desc_init()
316 static void sh_eth_tx_desc_free(struct sh_eth_dev *eth) in sh_eth_tx_desc_free()
326 static void sh_eth_rx_desc_free(struct sh_eth_dev *eth) in sh_eth_rx_desc_free()
341 static int sh_eth_desc_init(struct sh_eth_dev *eth) in sh_eth_desc_init()
373 static void sh_eth_mac_regs_config(struct sh_eth_dev *eth, unsigned char *mac) in sh_eth_mac_regs_config()
[all …]
H A Dsh_eth.h97 struct sh_eth_dev { struct