Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfm_eth.h74 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
88 .rx_port_id = RX_PORT_10G_BASE2 + n - 1, \
102 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
115 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
131 .rx_port_id = RX_PORT_10G_BASE2 + n - 3, \
146 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
159 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
171 u16 rx_port_id; member
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Deth.c754 fm_eth->rx_port = (void *)&reg->port[info->rx_port_id - 1].fm_bmi; in fm_eth_initialize()