Home
last modified time | relevance | path

Searched refs:eth_priv_cfg (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/board/ti/ks2_evm/
Dboard_k2l.c88 struct eth_priv_t eth_priv_cfg[] = { variable
125 return sizeof(eth_priv_cfg) / sizeof(struct eth_priv_t); in get_num_eth_ports()
Dboard_k2hk.c100 struct eth_priv_t eth_priv_cfg[] = { variable
137 return sizeof(eth_priv_cfg) / sizeof(struct eth_priv_t); in get_num_eth_ports()
Dboard_k2e.c93 struct eth_priv_t eth_priv_cfg[] = { variable
162 return sizeof(eth_priv_cfg) / sizeof(struct eth_priv_t); in get_num_eth_ports()
Dboard.c112 eth_priv_cfg[j].sgmii_link_type = res; in board_eth_init()
114 keystone2_emac_initialize(&eth_priv_cfg[j]); in board_eth_init()
Dboard.h15 extern struct eth_priv_t eth_priv_cfg[];
Dboard_k2g.c358 struct eth_priv_t eth_priv_cfg[] = { variable
371 return sizeof(eth_priv_cfg) / sizeof(struct eth_priv_t); in get_num_eth_ports()