Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsh_eth.c67 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_send_common()
123 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_recv_start()
139 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_recv_finish()
159 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_reset()
194 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_tx_desc_init()
247 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_rx_desc_init()
318 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_tx_desc_free()
328 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_rx_desc_free()
375 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_mac_regs_config()
416 struct sh_eth_info *port_info = &eth->port_info[eth->port]; in sh_eth_phy_regs_config()
[all …]
H A Dsh_eth.h81 struct sh_eth_info { struct
99 struct sh_eth_info port_info[MAX_PORT_NUM]; argument
602 static inline unsigned long sh_eth_reg_addr(struct sh_eth_info *port, in sh_eth_reg_addr()
615 static inline void sh_eth_write(struct sh_eth_info *port, unsigned long data, in sh_eth_write()
621 static inline unsigned long sh_eth_read(struct sh_eth_info *port, in sh_eth_read()