Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfm_eth.h74 .tx_port_id = TX_PORT_1G_BASE + n - 1, \
88 .tx_port_id = TX_PORT_10G_BASE2 + n - 1, \
102 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
115 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
131 .tx_port_id = TX_PORT_10G_BASE2 + n - 3, \
146 .tx_port_id = TX_PORT_1G_BASE + n - 1, \
159 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
171 u16 tx_port_id; member
/openbmc/u-boot/drivers/net/fm/
H A Deth.c754 fm_eth->tx_port = (void *)&reg->port[info->tx_port_id - 1].fm_bmi; in fm_eth_initialize()