Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfm_eth.h73 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
87 .rx_port_id = RX_PORT_10G_BASE2 + n - 1, \
101 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
114 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
130 .rx_port_id = RX_PORT_10G_BASE2 + n - 3, \
145 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
158 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
170 u16 rx_port_id; member
/openbmc/u-boot/drivers/net/fm/
H A Deth.c753 fm_eth->rx_port = (void *)&reg->port[info->rx_port_id - 1].fm_bmi; in fm_eth_initialize()